Scoreboard selection in Training Club ?

Everything about Modding TE2013, from new courts to the modifications of the player & tournament bases (and including all the bugs they may be creating ! ;) )
Forum rules
Speak English in 1st page of topics, and don't hijack topics, troll, use profanities nor insults

Scoreboard selection in Training Club ?

Postby Dilima » 16 Sep 2012, 11:19

Hello Manutoo,

I've created an in-game sb selector (following the Elias instructions: topic29-5450.php?start=495 ) .... But there is a problem... in the world tour it appears the sb that we selected in the selector and the sb that was defined in the Tour.XXX or in the Tour.Category.XXX... Is there any possibility to add a code to the selector to make it only work in the training club? If yes, what code? If no what can I do about this issue?

Thanks a lot for your help Manutoo! :D

in-game sb selector.rar
(26.98 KiB) Downloaded 145 times
Last edited by Dilima on 16 Sep 2012, 15:33, edited 1 time in total.
Download the version 2.2.1 of my patch in: topic29-6880.php

WTA Summer Mod Edition by Our Modding Team:http://www.managames.com/Forum/topic29-7763.php

Mods by Dilima:http://www.managames.com/Forum/topic29-9895.php
User avatar
Dilima
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 1000
Gaming Since: 22 Feb 2012, 23:21
Location: Portugal

Re: Manutoo, can you help me with this?

Postby Dilima » 16 Sep 2012, 12:06

First post edited with the in-game sb selector files...
Download the version 2.2.1 of my patch in: topic29-6880.php

WTA Summer Mod Edition by Our Modding Team:http://www.managames.com/Forum/topic29-7763.php

Mods by Dilima:http://www.managames.com/Forum/topic29-9895.php
User avatar
Dilima
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 1000
Gaming Since: 22 Feb 2012, 23:21
Location: Portugal

Re: Manutoo, can you help me with this?

Postby manutoo » 17 Sep 2012, 04:51

Hello,

you can know if you're in the Training Club with /Intern/GameType , if it's :
0 => Warm Up
1 => Training Club Match
2 => World Tour Match
ManuTOO
== Mana Games ==

>> I don't answer Private Message, except if it's really a _Private_ topic <<
User avatar
manutoo
Game Author
 
Messages: 18689
Gaming Since: 24 Jan 2004, 15:38
Location: France

Re: Manutoo, can you help me with this?

Postby Dilima » 17 Sep 2012, 17:22

Hello Manutoo,

I didn't understood very well your post... and I don't know much about coding... Can you please make the code for me?

Ps: Don't forget! What I want is a code that disables the selection that we made in the selector for the world tour... (Basicly a code that makes the selector only work in the training club)...

Thanks a lot for your help... :D
Download the version 2.2.1 of my patch in: topic29-6880.php

WTA Summer Mod Edition by Our Modding Team:http://www.managames.com/Forum/topic29-7763.php

Mods by Dilima:http://www.managames.com/Forum/topic29-9895.php
User avatar
Dilima
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 1000
Gaming Since: 22 Feb 2012, 23:21
Location: Portugal

Re: Scoreboard selection in Training Club ?

Postby manutoo » 18 Sep 2012, 04:06

Sorry, I don't have time to Mod the game for you. If you can't learn .menu system, try to find someone who already knows about it to help you.
ManuTOO
== Mana Games ==

>> I don't answer Private Message, except if it's really a _Private_ topic <<
User avatar
manutoo
Game Author
 
Messages: 18689
Gaming Since: 24 Jan 2004, 15:38
Location: France

Re: Scoreboard selection in Training Club ?

Postby MarcaTennis » 18 Sep 2012, 20:35

I Can help you
Give me the code of selector situated in ingameoption.xxx (don't know)
I will try to do it
I induerstood
Grunt making tutorial => http://www.managames.com/Forum/topic29-9019.php
"The New ATP Mod By Our Team V1" a very great patch is coming => http://www.managames.com/Forum/topic29-12544.php
TE Tour Sngle Rank : 77
User avatar
MarcaTennis
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 1359
Gaming Since: 20 May 2012, 10:42
Location: Boumerdès, Algeria

Re: Scoreboard selection in Training Club ?

Postby Dilima » 18 Sep 2012, 20:39

MarcaTennis wrote:I Can help you
Give me the code of selector situated in ingameoption.xxx (don't know)
I will try to do it
I induerstood


You can download it in the first post...
Download the version 2.2.1 of my patch in: topic29-6880.php

WTA Summer Mod Edition by Our Modding Team:http://www.managames.com/Forum/topic29-7763.php

Mods by Dilima:http://www.managames.com/Forum/topic29-9895.php
User avatar
Dilima
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 1000
Gaming Since: 22 Feb 2012, 23:21
Location: Portugal

Re: Scoreboard selection in Training Club ?

Postby MarcaTennis » 18 Sep 2012, 20:57

//========================== SCOREBOARD Selector
item
{
Text ScoreB
Pos x1 y Right
}


item ScorebCode
{
CycleButton #Text
Pos x2 y Left
Add y dy

OnAction
{
SlideCfg /Intern/SelectedHUD 0 90 9
}

ShrinkToMaxPixel MaxR
ShowIf /Intern/GameType 1
ShowIf /Intern/GameType 0
}
Grunt making tutorial => http://www.managames.com/Forum/topic29-9019.php
"The New ATP Mod By Our Team V1" a very great patch is coming => http://www.managames.com/Forum/topic29-12544.php
TE Tour Sngle Rank : 77
User avatar
MarcaTennis
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 1359
Gaming Since: 20 May 2012, 10:42
Location: Boumerdès, Algeria

Re: Scoreboard selection in Training Club ?

Postby Dilima » 18 Sep 2012, 21:29

MarcaTennis wrote://========================== SCOREBOARD Selector
item
{
Text ScoreB
Pos x1 y Right
}


item ScorebCode
{
CycleButton #Text
Pos x2 y Left
Add y dy

OnAction
{
SlideCfg /Intern/SelectedHUD 0 90 9
}

ShrinkToMaxPixel MaxR
ShowIf /Intern/GameType 1
ShowIf /Intern/GameType 0
}


It doesn't works...
Download the version 2.2.1 of my patch in: topic29-6880.php

WTA Summer Mod Edition by Our Modding Team:http://www.managames.com/Forum/topic29-7763.php

Mods by Dilima:http://www.managames.com/Forum/topic29-9895.php
User avatar
Dilima
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 1000
Gaming Since: 22 Feb 2012, 23:21
Location: Portugal

Re: Scoreboard selection in Training Club ?

Postby kersou » 19 Sep 2012, 07:29

Try:
Code: Select all
ShowIfNot /Intern/GameType 2

instead of:
Code: Select all
ShowIf /Intern/GameType 1
ShowIf /Intern/GameType 0


:unsure: not tested!
Kersou
kersou
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 613
Gaming Since: 23 Jan 2011, 00:47
Location: France

Re: Scoreboard selection in Training Club ?

Postby Dilima » 19 Sep 2012, 08:57

kersou wrote:Try:
Code: Select all
ShowIfNot /Intern/GameType 2

instead of:
Code: Select all
ShowIf /Intern/GameType 1
ShowIf /Intern/GameType 0


:unsure: not tested!


Thanks for the help Kersou... but it doesn't works...It's the same problem of the Marca Tennis code... It doesn't disables the selection.... it just doesn't let you change it....
Download the version 2.2.1 of my patch in: topic29-6880.php

WTA Summer Mod Edition by Our Modding Team:http://www.managames.com/Forum/topic29-7763.php

Mods by Dilima:http://www.managames.com/Forum/topic29-9895.php
User avatar
Dilima
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 1000
Gaming Since: 22 Feb 2012, 23:21
Location: Portugal

Re: Scoreboard selection in Training Club ?

Postby MarcaTennis » 19 Sep 2012, 13:50

Try :

ShowIf /Intern/GameType 1
ShowIf /Intern/GameType 0
ShowIfNot /Intern/GameType 2

Eo
:!: Not Only on the miscoptions.menu but miscoptions.menu and ingameoptions.menu ;) :!:
Grunt making tutorial => http://www.managames.com/Forum/topic29-9019.php
"The New ATP Mod By Our Team V1" a very great patch is coming => http://www.managames.com/Forum/topic29-12544.php
TE Tour Sngle Rank : 77
User avatar
MarcaTennis
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 1359
Gaming Since: 20 May 2012, 10:42
Location: Boumerdès, Algeria

Re: Scoreboard selection in Training Club ?

Postby Dilima » 19 Sep 2012, 14:22

MarcaTennis wrote:Try :

ShowIf /Intern/GameType 1
ShowIf /Intern/GameType 0
ShowIfNot /Intern/GameType 2

Eo
:!: Not Only on the miscoptions.menu but miscoptions.menu and ingameoptions.menu ;) :!:


It doesn't work...

bandicam 2012-09-19 13-20-39-495.jpg
bandicam 2012-09-19 13-20-39-495.jpg (171.29 KiB) Viewed 1558 times


bandicam 2012-09-19 13-20-53-351.jpg
bandicam 2012-09-19 13-20-53-351.jpg (177.79 KiB) Viewed 1558 times
Download the version 2.2.1 of my patch in: topic29-6880.php

WTA Summer Mod Edition by Our Modding Team:http://www.managames.com/Forum/topic29-7763.php

Mods by Dilima:http://www.managames.com/Forum/topic29-9895.php
User avatar
Dilima
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 1000
Gaming Since: 22 Feb 2012, 23:21
Location: Portugal

Re: Scoreboard selection in Training Club ?

Postby MarcaTennis » 19 Sep 2012, 19:02

send the huds and files of the selector in An archive
and send it by PM or Skype
I will try to fix
Grunt making tutorial => http://www.managames.com/Forum/topic29-9019.php
"The New ATP Mod By Our Team V1" a very great patch is coming => http://www.managames.com/Forum/topic29-12544.php
TE Tour Sngle Rank : 77
User avatar
MarcaTennis
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 1359
Gaming Since: 20 May 2012, 10:42
Location: Boumerdès, Algeria

Re: Scoreboard selection in Training Club ?

Postby MarcaTennis » 19 Sep 2012, 19:12

No Need !!!!!!!!!! ;)
It works now :D
Tested !!!!!

Code: Select all
//========================== SCOREBOARD Selector
    item
    {
       Text ScoreB
       Pos x1 y Right
       ShowIf /WT_Intern/InWT 0
    }


    item ScorebCode
    {
       CycleButton #Text
       Pos x2 y  Left
       Add y dy

       OnAction
       {
          SlideCfg /Intern/SelectedHUD 0 90 9
       }

       ShrinkToMaxPixel MaxR
       ShowIf /WT_Intern/InWT 0
    }
Grunt making tutorial => http://www.managames.com/Forum/topic29-9019.php
"The New ATP Mod By Our Team V1" a very great patch is coming => http://www.managames.com/Forum/topic29-12544.php
TE Tour Sngle Rank : 77
User avatar
MarcaTennis
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 1359
Gaming Since: 20 May 2012, 10:42
Location: Boumerdès, Algeria

Next

Return to Modding - TE2013

Who is online

Users browsing this forum: Dot [Bot] and 17 guests