Page 24 of 47

Re: Custom HUD (scoreboards, TV logo, ...) by kersou & folks

PostPosted: 15 Jun 2012, 13:50
by peteypan
Hi, I've downloaded Sam's patch and everything worked fine. I've just edited the TOUR.WTA.INI a bit to add in some other challengers etc, and this has obviously made the scoreboards for the grand slams not work. I figured I would have to change the tournament numbers in the hud.def file but I can't seem to work out how these numbers are actually calculated and I can't make sense of it at all. I know we mod the game at our own risk and I'm not asking anyone to look at my files or anything but is there some kind of formula for calculating the tournament numbers for the Grand Slams in the hud.def file that I am not seeing? If anyone could help it would be great. (I've got the Australian Open one to work through trial & error but again I can't make sense of why it would be tournament #7???)

Re: Custom HUD (scoreboards, TV logo, ...) by kersou & folks

PostPosted: 16 Jun 2012, 16:49
by kersou
peteypan,
To find the tournament numbers, you could modify "hudabove.menu" by adding the following lines:
Code: Select all
item
{
Text /WT_Intern/TrnNum
Pos 100 100
}

This will display the number of your current tournament at the position x=100 & y=100 of the screen.

For your info, in my next version (that will come one day ;-) ), it will be easier to define a sb to a tournament (no more numbers in hud.def).

Re: Custom HUD (scoreboards, TV logo, ...) by kersou & folks

PostPosted: 17 Jun 2012, 08:18
by peteypan
Oh perfect thankyou :)

Re: Custom HUD (scoreboards, TV logo, ...) by kersou & folks

PostPosted: 17 Jun 2012, 16:01
by MarcaTennis
Kersou
Can you help me ?
What file i must edit for add a tv logo ?

Re: Custom HUD (scoreboards, TV logo, ...) by kersou & folks

PostPosted: 17 Jun 2012, 18:40
by kersou
amazighouzriat wrote:Kersou
Can you help me ?
What file i must edit for add a tv logo ?

Are you playing with my mod?
If so, edit the XXX_hudabove.menu (RG_hudabove.menu for Roland-Garros, ...)

Re: Custom HUD (scoreboards, TV logo, ...) by kersou & folks

PostPosted: 17 Jun 2012, 18:56
by MarcaTennis
Okay

Re: Custom HUD (scoreboards, TV logo, ...) by kersou & folks

PostPosted: 18 Jun 2012, 11:04
by LetsGoBro
kersou wrote:LetsGoBro,
Well, I will try to have a look this we but I have very few available time.
One thing: I forgot to merge (between TE 1.0e and my sb 8.3) all the lang_xxx.txt files in the menu folder.
So maybe some "unknown code" might be displayed...
I think (but I m not sure) there won't be any impact on the problems you described

Do you play with an other mod?


No I don't believe so. All I have changed is a bit of the 'players' and 'tour' ATP ini files as well as temporarily changing court pics via the court folders.

Here Kersou, I'll show you what I mean:

Weekly News
weeklynews.jpg
weeklynews.jpg (69.5 KiB) Viewed 1189 times

- There is no information on the weekly news board
- There are no buttons available to exit or continue (so, you're just stuck there unless you exit the game)

Head-to-head (one example)
h2h.jpg
h2h.jpg (265.22 KiB) Viewed 1189 times

- No respective information about H2H, except a series of numbers that increment from zero and always displaying the clay court surface as default.

When I take the Menu folder away from the TE folder, none of these problems occur, so there must be something to do with the new scoreboard modifications.

Can't attach my system.log here so I guess I'll send it later.

Re: Custom HUD (scoreboards, TV logo, ...) by kersou & folks

PostPosted: 18 Jun 2012, 17:36
by kersou
LetsGoBro,
indeed a very weird behaviour!
Sorry but without the system.log I have no idea how my sb are responsible of those troubles
The only explanation I can figure out is the language files (mine are not ok with the last build): I will provide a new fix

Re: Custom HUD (scoreboards, TV logo, ...) by kersou & folks

PostPosted: 18 Jun 2012, 18:22
by LetsGoBro
I'll email you my system.log because it's too big to upload here.

Edit: Ah there's no need. Game just crashed again, and my system.log size went from like 1.1 MB to like 117 KB. Here it is:
System.Log
(114.84 KiB) Downloaded 9 times

Re: Custom HUD (scoreboards, TV logo, ...) by kersou & folks

PostPosted: 18 Jun 2012, 18:22
by kersou
Hi all,
Here is a fix of my version 8.3 compliant with TE 2011 v1.0e Build 89: the language files have been merged!
You only need to replace the files in your Menu directory.
scoreboard_v8.3.2_Fix_TE2011_Build89.zip
(271.3 KiB) Downloaded 91 times

This fix is not yet included in my official version defined in the 1st post.

Re: Custom HUD (scoreboards, TV logo, ...) by kersou & folks

PostPosted: 18 Jun 2012, 19:03
by kersou
LetsGoBro wrote:I'll email you my system.log because it's too big to upload here.

Edit: Ah there's no need. Game just crashed again, and my system.log size went from like 1.1 MB to like 117 KB. Here it is:
System.Log

increase the parameter MaxCfg in gamesys.ini:

Code: Select all
Warning: too much Cfg (<Ini>) for all menus ! (Max = 16000)

Re: Custom HUD (scoreboards, TV logo, ...) by kersou & folks

PostPosted: 19 Jun 2012, 04:01
by LetsGoBro
Thanks Kersou. I thought I changed the Menu settings before I even used your scoreboard mod (ie. your specifications on your 1st post), perhaps it changed when I reinstalled the game some while go. Thanks anyway :wink:

Re: Custom HUD (scoreboards, TV logo, ...) by kersou & folks

PostPosted: 19 Jun 2012, 20:57
by tennisfan91
Hi kersou,

I downloaded Sam's new 2012 Patch and it looks great.

But this questions:

1.) On much courts are the TV logos not correct, for example in Roland Garros you could see Eurosport and Canal+ Logo, it looks not so good! How could we correct that?

2.) On all tournaments in the training mode are the scoreboard from the Australian Open, why?

Thanks

Re: Custom HUD (scoreboards, TV logo, ...) by kersou & folks

PostPosted: 20 Jun 2012, 07:42
by kersou
tennisfan91,
At this time, I have not yet downloaded the sam 2012 patch so I answer your questions before and without testing!

1) really weird: for RG, you should have France2 logo, do you see the right sb for this tournament?
Do you play in 3d or 2d?
If you want, you can post your system.log

2) in the file menu/hud.def, change the value of HUD_TrainingClub (read my first post)

Re: Custom HUD (scoreboards, TV logo, ...) by kersou & folks

PostPosted: 20 Jun 2012, 08:28
by SamModder
Hi kersou any chance you release at least the new RG scoreboard? :)