Page 30 of 39

Re: scoreboard

PostPosted: 27 Oct 2011, 10:53
by kersou
rogerfed1 wrote:Hi, kersou how do you put the full names in the world tour with sb 7.1?
Thanks

Hi, what do you mean by "full names in the world tour"?
Normally, the full names are displayed in the full scoreboard.

julian_weimer wrote:hola, he instalado tu version v7.1 y cuando inicio el juego me aparece:

el programa encontro un error
en el archivo "Sistem.log".
¿deseas enviar este repore a ManaGames.com?

sabes alguna solucion??
muchas gracias y perdon por la molestia :)

Sin ver el system.log, va a ser dificil: entonces enviame tu archivo "system.log"

Re: scoreboard

PostPosted: 27 Oct 2011, 18:08
by rogerfed1
kersou wrote:Hi, what do you mean by "full names in the world tour"?
Normally, the full names are displayed in the full scoreboard.


Sorry, in the light scoreboard

Re: scoreboard

PostPosted: 27 Oct 2011, 22:34
by kersou
rogerfed1,
with the last TE update, in hudabove.menu file, replace the first item by the following lines:
Code: Select all
item
{
   OnEnter

   OnAction
   {
      SetCfg /Intern/IG_InfoX -InfoBarW
      UpdateCamera3d /Camera/Elevation /Camera/Aperture
      SetCfg /Intern/SelectedHUD HUD_DEF
      SetCfg /Intern/PlayerCfg /WorldTour/PlayerCfg
      //=== Player Name Formatting Example
      // f = First Name Untouched ; F = First Name Uppercase
      // l = Last Name Untouched ; L = Last Name Uppercase
      // 3. => Max of 3 Letters, add a point if shortened or followed by more text without space
//      FormatTeamName /Intern/Team1s 1 "f3.L5."
//      FormatTeamName /Intern/Team2s 2 "F l"
//      // In-Game current formatting:
//      FormatTeamName /Intern/Team1s 1 "f1.l3"
      FormatTeamName /Intern/Team1s 1 "f L"
      SetCfg /Intern/Team1 "" // Set Empty String
      CatCfg /Intern/Team1 /Intern/Team1s
      FormatTeamName /Intern/Team2s 2 "f L"
      SetCfg /Intern/Team2 "" // Set Empty String
      CatCfg /Intern/Team2 /Intern/Team2s
   }
   OnActionIf /Intern/GameType 1
   {
      SetCfg /Intern/PlayerCfg /TrainingClub/PlayerCfg
   }
   OnActionIf /WT_Intern/TrnNum AustralianOpenNum AustralianOpenNum
   {
      SetCfg /Intern/SelectedHUD HUD_AO
   }
   OnActionIf /WT_Intern/TrnNum RolandGarrosNum RolandGarrosNum
   {
      SetCfg /Intern/SelectedHUD HUD_RG
   }
   OnActionIf /WT_Intern/TrnNum WimbledonNum WimbledonNum
   {
      SetCfg /Intern/SelectedHUD HUD_WIM
   }
   OnActionIf /WT_Intern/TrnNum USOpenNum USOpenNum
   {
      SetCfg /Intern/SelectedHUD HUD_USO
   }
   OnActionIf /WT_Intern/TrnCat ATP1000aCat ATP1000bCat
   {
      SetCfg /Intern/SelectedHUD HUD_ATP1000
   }
   OnActionIf /WT_Intern/TrnCat ATP500aCat ATP500bCat
   {
      SetCfg /Intern/SelectedHUD HUD_ATP500
   }
   OnActionIf /WT_Intern/TrnCat ATP250aCat ATP250bCat
   {
      SetCfg /Intern/SelectedHUD HUD_ATP250
   }
   OnActionIf /WT_Intern/TrnCat ATPWTFCat ATPWTFCat
   {
      SetCfg /Intern/SelectedHUD HUD_ATPWTF
   }
   OnActionIf /WT_Intern/TrnCat DavisCupCat DavisCupCat
   {
      SetCfg /Intern/SelectedHUD HUD_DAVISCUP
   }
   OnActionIfNot /Intern/GameType 2 2
   {
      SetCfg /Intern/SelectedHUD HUD_TrainingClub
   }

   Invisible
}

Re: scoreboard

PostPosted: 29 Oct 2011, 06:36
by julian_weimer
julian_weimer wrote:hola, he instalado tu version v7.1 y cuando inicio el juego me aparece:

el programa encontro un error
en el archivo "Sistem.log".
¿deseas enviar este repore a ManaGames.com?

sabes alguna solucion??
muchas gracias y perdon por la molestia :)

Sin ver el system.log, va a ser dificil: entonces enviame tu archivo "system.log"[/quote]
ya lo solucione, felicitaciones por los scoreboards, estan buenisimos :applause:

Re: scoreboard

PostPosted: 29 Oct 2011, 09:57
by andersen14
hola me gustaria poner el full name en los dos scoreboard, no solo la primera letra y tres del apellido,si es posible gracias

Re: scoreboard

PostPosted: 29 Oct 2011, 20:14
by kersou
julian_weimer,
Muchas gracias !

andersen14,
Tienes que hacer como lo he dicho a rogerfed1: topic29-4661.php&start=435#p78746

all guys,
FYI, I am currently on vacation and I have less time than expected for the new version!
So patient people, you will have to wait for (at least...) one other week.
Next version:
  • alert for key points (it works),
  • players seed (it works),
  • counter sets (not tested) for Davis Cup&Australian Open&Wimbledon
  • light sb: only last name in upper case, full sb: first name (capitalized case) and last name in upper case
Chuss

Re: scoreboard

PostPosted: 29 Oct 2011, 20:37
by SamModder
Super Ill be waiting for your excellent work ;) Profites bien de tes vacances !
But what about highering the light sb like in Tv did you try it?

Re: scoreboard

PostPosted: 29 Oct 2011, 23:21
by kersou
sam250,
Merci !
No I didn't try: I will test after the other things !

Re: scoreboard

PostPosted: 30 Oct 2011, 09:41
by andersen14
muchas gracias kersou

Re: scoreboard

PostPosted: 02 Nov 2011, 10:43
by SamModder
New problem Kersou :S : Davis cup: the light scoreboard shows the full name of the player (after that we change the hudabove.menu after the update to show full familly name) and not the 3 letters of the country...

Re: scoreboard

PostPosted: 02 Nov 2011, 14:51
by kersou
sam250 wrote:New problem Kersou :S : Davis cup: the light scoreboard shows the full name of the player (after that we change the hudabove.menu after the update to show full familly name) and not the 3 letters of the country...

Ok: I will have a look!
Have you tested without the change of hudabove.menu ?

Re: scoreboard

PostPosted: 02 Nov 2011, 19:40
by suvurvius
Kersou, en el marcador se ven perfecto el 15-0, 30-0 etc... pero en el tie-break aparece "00". Cómo puedo hacer para que en el tie-break también se vea 1-0, 2-0, 3-0 etc?

En el language.txt cambié el score01 "00" por "0", pero no resultó para el tie-break :/

Re: scoreboard

PostPosted: 02 Nov 2011, 21:43
by kersou
Hi suvurvius
I m not sure if it's possible.
Maybe (but with a lot of big luck) try to add Score06/07 (and so on) in lang_xxx.txt, :
Code: Select all
Score01      00
Score02      15
Score03      30
Score04      40
Score05      AD
Score06             0
Score07             1
...

Not tested!

Re: scoreboard

PostPosted: 03 Nov 2011, 18:55
by Fede Albanello
hola kersou! como va todo? alguna actualizacion para esta semana? un saludo!

:D

Re: scoreboard

PostPosted: 03 Nov 2011, 19:10
by SamModder
federicoarg wrote:hola kersou! como va todo? alguna actualizacion para esta semana? un saludo!

:D


This is an English forum! What would you do if I talked to kersou in French?? :roll: