



Mesut wrote:kersou, it's possible to change the "AD" to "Ad" and "00" to "0" like real scoreboards ?

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 ?


federicoarg wrote:asi es! que el infoboard diga primer servicio, y durante el punto desaparesca. es posible?
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
}

 
  
 






 
  










Users browsing this forum: AhRefs [Bot], ClaudeBot, Yandex [Bot] and 25 guests