

 o quizas quieras ponerlo en tu proxima actualizacion
 o quizas quieras ponerlo en tu proxima actualizacion 





federicoarg wrote:tu español es perfecto kersou
Si puedes decirme como hacer desaparecer el light scoreboard mientras aparece el full, seria muy buenoo quizas quieras ponerlo en tu proxima actualizacion
extremista90 wrote:It would be better than light sb not leave it when the full sb

kersou wrote:
Un poco complejo de explicarte si no tienes notiones de desarrollo informatico... tienes ?
.



Include A1000_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/ATP1000/TVLogo TVLogoW TVLogoH
   Pos /Intern/TVLogoX /Intern/TVLogoY Right Up
   Unselectable
}
//=== InfoBoard
item
{
   Image Ico/ATP1000/HudInfoBoard InfoBoardW InfoBoardH
   Pos /Intern/InfoBoardX /Intern/InfoBoardY Right Up
   Font IcoF
   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
   ShowIfNot /3dEngine/Stadium3d 0
}
item
{
   Text /Intern/InfoBoard
   Pos /Intern/InfoBoardTextX /Intern/InfoBoardTextY Center Up
   Font InfoF
   ShrinkToMaxPixel InfoBoardW
   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
   ShowIfNot /3dEngine/Stadium3d 0
}
//=== Full scoreboard (only displayed at the beginning of new games)
item
{
   SubMenu A1000_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 A1000_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
}






suvurvius wrote:Federicoarg porfavor, me puedes decir cómo bajar el fullscoreboard abajo a la derecha o qué líneas debo cambiar en el archivo hudabove. Te lo agradecería mucho







federicoarg wrote:hay alguna posibilidad de desaparecer el infoboard durante el punto y que aparezca solo despues del punto cuando dice "1er servicio" ?
    Include A1000_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/ATP1000/TVLogo TVLogoW TVLogoH
       Pos /Intern/TVLogoX /Intern/TVLogoY Right Up
       Unselectable
    }
    //=== InfoBoard
    item
    {
       Image Ico/ATP1000/HudInfoBoard InfoBoardW InfoBoardH
       Pos /Intern/InfoBoardX /Intern/InfoBoardY Right Up
       Font IcoF
       ShowIf /Intern/OverallPointTime /Intern/PointTime /Intern/PointTime
       ShowIfNot /Intern/PointTime 0 FullScoreTimeDisp !Or
       ShowIfNot /StatTeam1Set0/Score 0 0 !Or
       ShowIfNot /StatTeam2Set0/Score 0 0 !Or
       ShowIfNot /3dEngine/Stadium3d 0
    }
    item
    {
       Text /Intern/InfoBoard
       Pos /Intern/InfoBoardTextX /Intern/InfoBoardTextY Center Up
       Font InfoF
       ShrinkToMaxPixel InfoBoardW
       ShowIf /Intern/OverallPointTime /Intern/PointTime /Intern/PointTime
       ShowIfNot /Intern/PointTime 0 FullScoreTimeDisp !Or
       ShowIfNot /StatTeam1Set0/Score 0 0 !Or
       ShowIfNot /StatTeam2Set0/Score 0 0 !Or
       ShowIfNot /3dEngine/Stadium3d 0
    }
    //=== Full scoreboard (only displayed at the beginning of new games)
    item
    {
       SubMenu A1000_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 A1000_HudScoreBoard 0
       ShowIf /Intern/OverallPointTime /Intern/PointTime /Intern/PointTime
       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