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 haas192 » 08 Aug 2011, 20:32

Ok thanks for the information and sorry for being unpatient :) Anyway your mods are always the highest standard of all modmaker, so I think I can call you the best modmaker :)
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 kersou » 10 Aug 2011, 15:42

Thx haas192!
See you on the forum next week with the cool and new scoreboards for sure now !
tchuss
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 » 10 Aug 2011, 16:19

yay thanksssss kersou I'll be waiting!! :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 haas192 » 10 Aug 2011, 19:09

thanks a lot Kersou you are still the best :)
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 kersou » 21 Aug 2011, 20:04

Hi guys

Today I m back to home!
Holidays are ending and I haven't yet terminated the beta package of the new scoreboards I promised to you (it was holidays...)
Sorry...
Next week I hope

Bye
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 » 21 Aug 2011, 21:04

No prob will still wait thanks for the info :)
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 » 21 Aug 2011, 21:13

No problem... hope you had a great holiday :)
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 Fede Albanello » 22 Aug 2011, 04:54

kersou, a question..

how i can make this scoreboard?

i try work with hudabove.menu and etc, but i can't make this scoreboard..

sorry for my BAD english..

Image
User avatar
Fede Albanello
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 437
Gaming Since: 31 May 2011, 03:39
Location: Argentina

Re: scoreboard

Postby kersou » 23 Aug 2011, 20:15

Hi federicoarg

I think this scoreboard will be a hard one.
I am not sure that I can easily have the info "MATCH POINT" or "BREAK POINT".
Overall, for the moment, I am in the hurry and I first want to finish the scoreboards I started a very long time ago... ;-)
But I will take a look after

Bye
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 valladaresg » 24 Aug 2011, 16:01

Kersou, was wondering how do I get that symbol of the Australian Open which is next to the scorebords and how do I change the logo on TV?
valladaresg
tennis fan
tennis fan
 
Messages: 12
Gaming Since: 07 Mar 2011, 04:09

Re: scoreboard

Postby kersou » 24 Aug 2011, 18:09

Hi valladaresg,

I don't understand what symbol you want to get ???

With the "very tmp version" of the scoreboard, if you want to change the TV logo, you have to edit the hudabove.menu file.
In this file, search the block starting with the line "//=== TV logo"
The TV logo is activated by the line "Image Ico/TVLogo/..." with no "//" at its beginning (comment string).
To display the TV logo, suppress the "//" at the beginning
Below you have Canal+:
Code: Select all
//=== TV logo
def x 605
def dy 20
add y dy
item
{
   // Factor Width/Height of the ico
   //   Canal+ = 4
   //   Sport+ = 2.68
   //   Orange = 3.32
   //   France2 = 0.58
   //   France3 = 0.58
   //   France4 = 0.58
   //   Eurosport = 1.56
   //   ESPN = 4.68
   Image Ico/TVLogo/CanalPlus 50 12.5
   //Image Ico/TVLogo/SportPlus 50 18.5
   //Image Ico/TVLogo/OrangeSport 50 15
   //Image Ico/TVLogo/France2 20 34.5
   //Image Ico/TVLogo/France3 20 34.5
   //Image Ico/TVLogo/France4 20 34.5
   //Image Ico/TVLogo/Eurosport 50 32
   //Image Ico/TVLogo/Espn 50 10.7
   Pos x y Right Up
   ShowIf /Intern/GameType 2
   Unselectable
}

Hereafter, you will have Eurosport:
Code: Select all
//=== TV logo
def x 605
def dy 20
add y dy
item
{
   // Factor Width/Height of the ico
   //   Canal+ = 4
   //   Sport+ = 2.68
   //   Orange = 3.32
   //   France2 = 0.58
   //   France3 = 0.58
   //   France4 = 0.58
   //   Eurosport = 1.56
   //   ESPN = 4.68
   //Image Ico/TVLogo/CanalPlus 50 12.5
   //Image Ico/TVLogo/SportPlus 50 18.5
   //Image Ico/TVLogo/OrangeSport 50 15
   //Image Ico/TVLogo/France2 20 34.5
   //Image Ico/TVLogo/France3 20 34.5
   //Image Ico/TVLogo/France4 20 34.5
   Image Ico/TVLogo/Eurosport 50 32
   //Image Ico/TVLogo/Espn 50 10.7
   Pos x y Right Up
   ShowIf /Intern/GameType 2
   Unselectable
}

Bye
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 kersou » 29 Aug 2011, 00:46

Hi guys!

It's incredible but a new version of our scoreboards is available !!!
Sorry for the long waiting period !
Holidays, new pc and a lot of laziness !!!
Please find the archive "scoreboard_v5.zip" in the following link:
http://www.mediafire.com/?8ve8j37tqe3j8y3

Of course it's a beta version and there are still modifications to be done: I hope it will work!
So before using this version, save your entire TE directory!

I will give more explanations tomorrow or later... it's a bit late in France...

Ciao
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 » 29 Aug 2011, 04:43

Kersou, one word: AMAZING. Great work man I appreciate (Although I just tried it for few minutes as I have a flight to catch :P ) But defenity looked amazing... Thank you :)
Few suggestions: Can you add a set of scoreboard for ATP 250 events please?
And is there anyway you can reduce the time while te full scoreboard is shown ( because sometimes i can't see a part of the screen that is needed )
Thanks again!
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 » 29 Aug 2011, 09:47

sam250 wrote:Kersou, one word: AMAZING. Great work man I appreciate (Although I just tried it for few minutes as I have a flight to catch :P ) But defenity looked amazing... Thank you :)
Few suggestions: Can you add a set of scoreboard for ATP 250 events please?
And is there anyway you can reduce the time while te full scoreboard is shown ( because sometimes i can't see a part of the screen that is needed )
Thanks again!


Can you tell me how did you managed to try it please? cause i tried it and for me it didn't work :(
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 haas192 » 29 Aug 2011, 11:06

Here is my system.log file there are three mistakes in it:
System.Log
(74.35 KiB) Downloaded 64 times

first:
Warning: unknown TextCode '(%s\%s)' in menu 'AO_hudscoreboard' (Not just with AO but with all the sbs)
second:
Warning: Strncpy cut 'ATP1000_HudScoreBoardSub1' to 'ATP1000_HudScoreBoardSu' (i guess the name of the file is too long so that's why it says this with all the scoreboards like the previous one)
third:
Warning: Variable 'ScoreDx' is not defined in Menu 'hudboardscoresub'
Warning: Variable 'ScoreDy' is not defined in Menu 'hudboardscoresub'
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: No registered users and 27 guests