scoreboard

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

Re: scoreboard

Postby kersou » 31 Aug 2011, 12:40

haas192 wrote:Yes and I would like to make it appear in wt matches. Anyway is there any way (what a rhyme :D) to use all the scoreboards in training club and wt matches? I mean can I set a scoreboard for a court?

I don't understand "I would like to make it appear in wt matches": is "wt" the online world tour for you or does it mean that the full scoreboard never appears?
Yes it's possible to use all the scoreboards in the training club but for the moment it can not be automatically done: we have to modify hudabove.menu before starting TE.
In a later version I think I can associate court number with a scoreboard for the training club only: for example, Court1=Australian Open sb, Court2=Wimbledon sb, ...
Of course, in the training club, there are unavailable informations like rank, countries, tournament names. So I have to do some modifications.
I'll try this we...

haas192 wrote:Oh and one thing you should do... PLease make the icos a bit less wider. so I mean reduce the space in the right of the (set ico especially for the masters1000 and 500 scoreboards) anyway they're awsome :)

OK
Can you make a screenshot of your screen in order to see how the both scoreboards are with your screen definition?
Thx
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

Postby haas192 » 31 Aug 2011, 12:55

I meant the full scoreboard never appears in online a training club matches.(sorry I wrote WT for some reason instead of these)
Can you explain me how to change the position of the texts in the scoreboard? (I mean up and down, I have already found out the right&left one) Is it possible to make the "00" --> "0"? I mean not 40-00, but 40-0. https://rapidshare.com/files/685922164/ ... LL_hud.def
Anyway I decreased the width of the masters1000 set icos. I made it a bit more punctual. I hope it is not a problem for you that I modified it :) Here it is: https://rapidshare.com/files/685922164/ALL_hud.def
Hope you like it :)
2012:(Singles) Rank: 140.
ATP 250: -
-R32: Montpellier
-R16: Buenos Aires
ATP 1000:
-R128: Miami
-R64: Indian Wells
User avatar
haas192
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 382
Gaming Since: 21 Feb 2009, 21:17
Location: Budapest, Hungary

Re: scoreboard

Postby SamModder » 31 Aug 2011, 13:25

Big thanks kersou it works now! :)
User avatar
SamModder
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 2700
Gaming Since: 21 Mar 2011, 19:28

Re: scoreboard

Postby kersou » 31 Aug 2011, 16:20

sam250 wrote:Big thanks kersou it works now! :)

ouf !

haas192 wrote:I meant the full scoreboard never appears in online a training club matches.(sorry I wrote WT for some reason instead of these)
Can you explain me how to change the position of the texts in the scoreboard? (I mean up and down, I have already found out the right&left one) Is it possible to make the "00" --> "0"? I mean not 40-00, but 40-0. https://rapidshare.com/files/685922164/ ... LL_hud.def
Anyway I decreased the width of the masters1000 set icos. I made it a bit more punctual. I hope it is not a problem for you that I modified it :) Here it is: https://rapidshare.com/files/685922164/ALL_hud.def
Hope you like it :)

As I said before, no problem at all! You can do any mod you want.
But I just prefer that people share their modif (as you did!).
Thus I will include those mod in the next versions of the scoreboard.

I have never tested the online mode but I suppose that it's like "local" training club: we don't have a lot of info.
So in the full sb in training club, we will just have the tournament logo and the full names: am I right? Are there other info we can include?

You want to change the vertical position of the names/scores in the full scoreboard or move up/down the entire full scoreboard in the screen?
Ah ok I see in your ALL_hud.def: you want to modify the vertical position of the Server Indicator!
In the sb v5.1, you cannot create new data like LightScoreServIndY in .def: I have to modify the .menu to use new data!
In the next version, I will define an Y offset from center position for each item of the scoreboard.
For the moment, the item should be vertically centred.

I m not sure I can convert "00" --> "0". Maybe with a new code in lang_***.txt!

I have not a lot of time today but I would like to make snapshot of all the new scoreboards to show people how they are beautiful... joke of course :lol:
Can you start to make some of them?
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

Postby haas192 » 31 Aug 2011, 19:17

sure, they're well worth it :))
2012:(Singles) Rank: 140.
ATP 250: -
-R32: Montpellier
-R16: Buenos Aires
ATP 1000:
-R128: Miami
-R64: Indian Wells
User avatar
haas192
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 382
Gaming Since: 21 Feb 2009, 21:17
Location: Budapest, Hungary

Re: scoreboard

Postby suvurvius » 31 Aug 2011, 20:39

Kersou, the scoreboards (large and short) appear in all category tournaments, except the 4 Grand Slam. In Australian Open, Roland Garos, Wimbledon and Us Open does not appear. Does not even appear the short scoreboard. I need your help, please :/
suvurvius
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 348
Gaming Since: 28 Jun 2011, 04:26

Re: scoreboard

Postby suvurvius » 31 Aug 2011, 21:21

It worked! The new scoreboards of Kersou I see in all tournaments, including the Grand Slam. I'm happy! Kersou, you did a wonderful job. Congratulations!

The problem I had was: I replaced the following lines en el hudabove.menu

//======================== Management of Specific HUD
item HUD_AustralianOpen
{
SubMenuIf /WT_Intern/TrnNum AustralianOpenaNum AustralianOpenNum AO_HudAbove
ShowIf /Intern/GameType 2

by

//======================== Management of Specific HUD
item HUD_AustralianOpen
{
SubMenuIf /WT_Intern/TrnCat AustralianOpenaCat AustralianOpenbCat AO_HudAbove
ShowIf /Intern/GameType 2

In the categories TE250, TE1000 TE 500 and appeared "cat", I assumed that in the grand slam had to change "Num" to "cat" and it worked!
suvurvius
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 348
Gaming Since: 28 Jun 2011, 04:26

Re: scoreboard

Postby kersou » 31 Aug 2011, 23:38

suvurvius,

thx!
If I understand well, it's working with my original hudabove.menu file and so I have nothing to correct in it...
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

Postby haas192 » 01 Sep 2011, 07:16

Hi Kersou!

Is it possible to make the match statistics(or set statistics) look like this?
scoreboardmatchstats.JPG
scoreboardmatchstats.JPG (69.02 KiB) Viewed 2122 times

I guess it is...
2012:(Singles) Rank: 140.
ATP 250: -
-R32: Montpellier
-R16: Buenos Aires
ATP 1000:
-R128: Miami
-R64: Indian Wells
User avatar
haas192
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 382
Gaming Since: 21 Feb 2009, 21:17
Location: Budapest, Hungary

Re: scoreboard

Postby SamModder » 01 Sep 2011, 07:21

wow that would be awsome :D
User avatar
SamModder
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 2700
Gaming Since: 21 Mar 2011, 19:28

Re: scoreboard

Postby kersou » 01 Sep 2011, 07:57

haas192 wrote:Hi Kersou!

Is it possible to make the match statistics(or set statistics) look like this?
scoreboardmatchstats.JPG

I guess it is...

hi haas192
You guess well.
Although the ico look like to those used for the scoreboard, can you create them?
I think we should create a new topic?

sam250 wrote:wow that would be awsome :D

right!
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

Postby SamModder » 01 Sep 2011, 09:55

Here kersou you wanted a screenshot :) This is Miami masters in world tour
Attachments
scoreboard.jpg
scoreboard.jpg (135.39 KiB) Viewed 2114 times
User avatar
SamModder
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 2700
Gaming Since: 21 Mar 2011, 19:28

Re: scoreboard

Postby jairzinho » 01 Sep 2011, 10:49

Again I have a small problem.
When I play a "Training club match" the socerboard looks oke, but when I play a World Tour Match ( not online) the scoreboard looks weird.
Does somebody know what I have to do?
Attachments
scoreboard probem.jpg
scoreboard probem.jpg (67.31 KiB) Viewed 2113 times
jairzinho
court crocodile
court crocodile
 
Messages: 21
Gaming Since: 30 Aug 2011, 12:28

Re: scoreboard

Postby SamModder » 01 Sep 2011, 11:33

Another screenshot: ATP 500
Attachments
score.jpg
score.jpg (159.16 KiB) Viewed 2110 times
User avatar
SamModder
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 2700
Gaming Since: 21 Mar 2011, 19:28

Re: scoreboard

Postby haas192 » 01 Sep 2011, 11:35

I made this ico, but it is not exactly meaured to the TE board.... I don't know how big it has to be....
scoreboardmatchstatsTE.JPG
scoreboardmatchstatsTE.JPG (42.51 KiB) Viewed 2110 times

Hope you like it :)
2012:(Singles) Rank: 140.
ATP 250: -
-R32: Montpellier
-R16: Buenos Aires
ATP 1000:
-R128: Miami
-R64: Indian Wells
User avatar
haas192
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 382
Gaming Since: 21 Feb 2009, 21:17
Location: Budapest, Hungary

PreviousNext

Return to Modding - TE2013

Who is online

Users browsing this forum: Petal [Bot] and 35 guests