Page 25 of 39

Re: scoreboard

PostPosted: 10 Oct 2011, 22:38
by Fede Albanello
gracias amigo, igualmente creo que no funciona muy bien.

igualmente los infoboards arriba de los scoreboards saldrá en la proxima version?

saludos!!

Re: scoreboard

PostPosted: 11 Oct 2011, 08:00
by kersou
lo siento, te habia mal entendido
He confundido "infoboard" y "light scoreboard" !
Quieres que el infoboard solo aparece cuando es el primero servicio pero quieres que el light scoreboad se queda durante el "intercambio" ? Deacuerdo ?

Re: scoreboard

PostPosted: 11 Oct 2011, 20:40
by Mesut
kersou, it's possible to change the "AD" to "Ad" and "00" to "0" like real scoreboards ?

Re: scoreboard

PostPosted: 11 Oct 2011, 22:50
by kersou
Mesut wrote:kersou, it's possible to change the "AD" to "Ad" and "00" to "0" like real scoreboards ?

Sorry I don't know!

Re: scoreboard

PostPosted: 12 Oct 2011, 12:37
by Fede Albanello
kersou wrote:lo siento, te habia mal entendido
He confundido "infoboard" y "light scoreboard" !
Quieres que el infoboard solo aparece cuando es el primero servicio pero quieres que el light scoreboad se queda durante el "intercambio" ? Deacuerdo ?


asi es! que el infoboard diga primer servicio, y durante el punto desaparesca. es posible?

Re: scoreboard

PostPosted: 12 Oct 2011, 20:28
by kersou
federicoarg wrote:asi es! que el infoboard diga primer servicio, y durante el punto desaparesca. es posible?

Si! Intenta lo que sigue (A500_hudabove.menu):
Code: Select all
Include A500_Hud.def

Background #PreviousMenu

item
{
   OnEnter !Always
   OnAction
   {      
      SetCfg /Intern/TVLogoX             /Intern/WideBorder+TVLogoX !Apply
      SetCfg /Intern/TVLogoY             TVLogoY !Apply
      SetCfg /Intern/InfoBoardX          /Intern/WideBorder+InfoBoardX !Apply
      SetCfg /Intern/InfoBoardY          InfoBoardY !Apply
      MulAddMulCfg /Intern/InfoBoardTextX 0 /Intern/InfoBoardX !Apply
      MulAddMulCfg /Intern/InfoBoardTextX   1 InfoBoardW -0.5 !Apply
      MulAddMulCfg /Intern/InfoBoardTextX 1 InfoBoardTextX !Apply
      SetCfg /Intern/InfoBoardTextY       /Intern/InfoBoardY+InfoBoardTextY !Apply
   }
   Invisible
}


//=== TV logo
item
{
   Image Ico/ATP500/TVLogo TVLogoW TVLogoH
   Pos /Intern/TVLogoX /Intern/TVLogoY Right Up
   Unselectable
}

//=== InfoBoard
item
{
   Image Ico/ATP500/HudInfoBoard InfoBoardW InfoBoardH
   Pos /Intern/InfoBoardX /Intern/InfoBoardY Right Up
   Font IcoF
   
   ShowIfNot /Intern/PointTime 0 FullScoreTimeDisp !Or
   ShowIfNot /StatTeam1Set0/Score 0 0 !Or
   ShowIfNot /StatTeam2Set0/Score 0 0 !Or
   ShowIfNot /3dEngine/Stadium3d 0
   ShowIf /Intern/OverallPointTime /Intern/PointTime /Intern/PointTime
}

item
{
   Text /Intern/InfoBoard
   Pos /Intern/InfoBoardTextX /Intern/InfoBoardTextY Center Up
   Font InfoF

   ShrinkToMaxPixel InfoBoardW

   ShowIfNot /Intern/PointTime 0 FullScoreTimeDisp !Or
   ShowIfNot /StatTeam1Set0/Score 0 0 !Or
   ShowIfNot /StatTeam2Set0/Score 0 0 !Or
   ShowIfNot /3dEngine/Stadium3d 0
   ShowIf /Intern/OverallPointTime /Intern/PointTime /Intern/PointTime
}


//=== Full scoreboard (only displayed at the beginning of new games)
item
{
   SubMenu A500_HudScoreBoard 1
   ShowIf /Intern/OverallPointTime /Intern/PointTime /Intern/PointTime
   ShowIf /Intern/PointTime 0 FullScoreTimeDisp
   ShowIf /StatTeam1Set0/Score 0 0
   ShowIf /StatTeam2Set0/Score 0 0
}

//=== Simple scoreboard
item
{
   SubMenu A500_HudScoreBoard 0
   ShowIfNot /Intern/OverallPointTime /Intern/PointTime /Intern/PointTime !Or
   ShowIfNot /Intern/PointTime 0 FullScoreTimeDisp !Or
   ShowIfNot /StatTeam1Set0/Score 0 0 !Or
   ShowIfNot /StatTeam2Set0/Score 0 0 !Or
}

Re: scoreboard

PostPosted: 12 Oct 2011, 21:43
by Fede Albanello
excelente kersou! muchas gracias

estuve tratando de modificar el hudinfobar para saber si se puede poner el match point y break point del lado del scoreboard

Image

pude modificar el color, pero no pude modificar la posicion de la barra :P

quizas en alguna actualizacion puedas trabajar en ello, seria genial :)

saludos kersou!

Re: scoreboard

PostPosted: 12 Oct 2011, 22:45
by hamzafederer
i agree with you.for a complete and a perfect scoreboard.we have to edit the infobar
i was working on 2 weeks ago and i stoped it because of the same problem

Re: scoreboard

PostPosted: 12 Oct 2011, 23:21
by kersou
yes finally I think I can do something about this: so only Match/Set/Break points will be displayed on the side of the scoreboard.
And what about the other messages (look at HudInfo01, ...HudInfo13 codes in the menu/lang_xxx.txt) ?

Re: scoreboard

PostPosted: 13 Oct 2011, 02:32
by Fede Albanello
igualmente creo que lo unico que va en esa parte seria el match point y break point. con eso quedaria genial, lo demas puede dejarselo como está el original

Re: scoreboard

PostPosted: 13 Oct 2011, 13:13
by hamzafederer
it's ok kersou show us your talent :blackeye: :blackeye:

Re: scoreboard

PostPosted: 13 Oct 2011, 13:43
by Fede Albanello
kerosu, te explico rapidamente lo que he hecho.

primero pegas una barra en la carpeta ICO y ponerle el nombre hudinfobar

En el archivo hudinfo.menu:

la fuente infoF determina color y tamaño de la letra del infobar

luego aqui:

//============ Info Bar
item
{
Image Ico/HudInfoBar 72 15

puedes modificar el tamaño del infobar que quieras, yo le puse 72 15

y aqui :

Item HudInfo
{
CycleButton #Text /Intern/HudInfoOther /Intern/HudInfoNum
Pos x-32 y-5

modificas la posicion del texto, yo le puse esa, x-32 y-5

lo de las pelotitas que sige mas abajo, lo he borrado.

y en el archivo HUDABOVE.MENU

abajo de todo hay una linea que dice

//======================== InfoBar
item
{
SubMenu HudInfo
Image Ico/HudInfoBar
Pos ScoreX+27.2 ScoreYu+2 Right Down

ShowIf /Intern/IG_InfoS -0.999f 10.0f
}

alli modificas solamente la posicion del infobar

te paso mis dos archivos para que los veas

Re: scoreboard

PostPosted: 14 Oct 2011, 08:19
by kersou
federicoarg,
Thx!
I will try this week-end.
EDIT: I ve just tried a little bit and I think I will be fine !

Re: scoreboard

PostPosted: 14 Oct 2011, 15:30
by hamzafederer
federicoarg i tried your menu but it's not perfect because of the emplacement of the hudinfobar
i will send you some captures from my computer

Re: scoreboard

PostPosted: 14 Oct 2011, 16:00
by Fede Albanello
hamzafederer, create an infobar yellow color and paste in directory "menu/art/ico" :)