Page 31 of 47

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

PostPosted: 22 Aug 2012, 14:58
by Vamos_Can
Yes fredericoarg pls shra hud.

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

PostPosted: 22 Aug 2012, 22:20
by MarcaTennis
Hi kersou, :D
I'm creating the SB of Battle of Surfaces, but i need this answers please about Full SB :
How can i edit the position of Tournament logo only, or edit the position of Full SB Without edit the position of Tournament Logo.
Thanks for Answer ! :wink:

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

PostPosted: 23 Aug 2012, 00:41
by Fede Albanello
guys!! yes i know :D be patient.. this week end i post the links!! :)

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

PostPosted: 23 Aug 2012, 07:53
by kersou
Dilima wrote:Hello Kersou,

Any news of my sb? ':D

Thanks :D

Hello Dilima, sorry still bad news of your sb...

Amaz Ouz wrote:Hi kersou, :D
I'm creating the SB of Battle of Surfaces, but i need this answers please about Full SB :
How can i edit the position of Tournament logo only, or edit the position of Full SB Without edit the position of Tournament Logo.
Thanks for Answer ! :wink:

Hello, nice sb!
Try to change the value of FullScoreTrnLogoX in the xxx.def or change directly the position in the xxx_scoreboard.menu (Image with TrnLogo)

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

PostPosted: 23 Aug 2012, 12:52
by MarcaTennis
kersou wrote:
Hello, nice sb!
Try to change the value of FullScoreTrnLogoX in the xxx.def or change directly the position in the xxx_scoreboard.menu (Image with TrnLogo)

Thanks :D But in xxx_scoreboard.menu , what i need to change :sweat: It's my own problem, how did you the TrnLogo into the Bars in ATP250 or 500 or 1000's scoreboards :?:

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

PostPosted: 23 Aug 2012, 14:33
by Dilima
kersou wrote:Hello Dilima, sorry still bad news of your sb...


Ok no prob... but do you have any idea of when you can finish it? ':D

Thanks :D

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

PostPosted: 23 Aug 2012, 14:54
by MarcaTennis
Kersou, i mean :
1- Change the position of the Full SB without the position of TrnLogo, Or change the size of it without change anything for TrnLogo :sweat:
When i did what you told me, Méme le Trnlogo bouge avec le reste,
Je vais t'expliquer en français puis-que tu vis en france :
- Comment changer la taille du Full SB sans toucher la taille ou la position du TrnLogo :D

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

PostPosted: 23 Aug 2012, 22:40
by kersou
Dilima wrote:Ok no prob... but do you have any idea of when you can finish it? ':D

Thanks :D

nope sorry!

Amaz Ouz wrote:Kersou, i mean :
- Comment changer la taille du Full SB sans toucher la taille ou la position du TrnLogo :D

Effectivement dans mes sb la position du TrnLogo est calculée en fonction de la position du full sb.
C'est pourquoi je te proposais la 2ème option, à savoir, de modifier directement la position du TrnLogo.
Par exemple, si tu veux mettre le logo de l'ATP500 à la position (x=100, y=200), édite le fichier A500_hudscoreboard.menu et remplace le bloc suivant :
Code: Select all
//=== Tournament logo
item
{
   Image IcoWithAnim/ATP500/TrnLogo FullTrnLogoW FullTrnLogoH
   Pos /Intern/ScoreX /Intern/ScoreYc Left Center
   ShowIf /Intern/ScoreType 1
   OnRender
   {
      MulAddMulCfg /Intern/ScoreX 0 /Intern/ScoreXl
      MulAddMulCfg /Intern/ScoreX 1 /Intern/ScoreTrnLogoX
   }
}
item
{
   Image Ico/ATP500/TrnLogo LightTrnLogoW LightTrnLogoH
   Pos /Intern/ScoreX /Intern/ScoreYc Left Center
   ShowIfNot /Intern/ScoreType 1
   OnRender
   {
      MulAddMulCfg /Intern/ScoreX 0 /Intern/ScoreXl
      MulAddMulCfg /Intern/ScoreX 1 /Intern/ScoreTrnLogoX
   }
}

par :
Code: Select all
//=== Tournament logo
item
{
   Image IcoWithAnim/ATP500/TrnLogo FullTrnLogoW FullTrnLogoH
   Pos 100 200
   ShowIf /Intern/ScoreType 1
}


Dis moi si c'était ça que tu voulais faire.

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

PostPosted: 23 Aug 2012, 22:44
by Dilima
One last thing Kersou who can I set the position of the names in the short sb? :D

Thanks :P

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

PostPosted: 23 Aug 2012, 22:51
by kersou
Dilima wrote:One last thing Kersou who can I set the position of the names in the short sb? :D

Thanks :P

You have to change the value of LightScoreNameX in ALL_hud.def or XXX_hud.def.
The position in Y is function of LightScoreNameH (height of short sb), be careful if you change its value, because other variables (such as LightScoreSetH) depend on it!

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

PostPosted: 23 Aug 2012, 22:53
by Dilima
kersou wrote:You have to change the value of LightScoreNameX in ALL_hud.def or XXX_hud.def.
The position in Y is function of LightScoreNameH (height of short sb), be careful if you change its value, because other variables (such as LightScoreSetH) depend on it!


Kersou what I wanted to do was to set the names in short sb like this: ':D
bandicam 2012-08-23 14-12-42-887.jpg
bandicam 2012-08-23 14-12-42-887.jpg (2.83 KiB) Viewed 1322 times


Thanks :D

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

PostPosted: 23 Aug 2012, 23:28
by kersou
check the RG sb (names with 3 letters).
increase the value of LightScoreNameW (width of the sb)
and play with the value of LightScoreNameX

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

PostPosted: 23 Aug 2012, 23:31
by Dilima
kersou wrote:check the RG sb (names with 3 letters).
increase the value of LightScoreNameW (width of the sb)
and play with the value of LightScoreNameX


And who much do I need to increase and what value do I use for LightScoreNameX? ':D

Thanks :D

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

PostPosted: 23 Aug 2012, 23:42
by MarcaTennis
Merci Kersou :D
Car j'ai vu que c'était un peu de différence entre celui de ATP250 et celui de US Open par exemple

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

PostPosted: 24 Aug 2012, 14:02
by MarcaTennis
Salut kersou,
Je suis entrain de créer un Hud, celui de HopMan Cup.
Comment puis-je afficher les 3 premiers lettres du nom du pays à la place des noms de joueurs dans le Light SB (sans les drapeaux) ? :D