Page 24 of 39

Re: scoreboard

PostPosted: 04 Oct 2011, 18:27
by manutoo
kersou,
no, the Seed isn't available. I'll try to add it for next update..!

Re: scoreboard

PostPosted: 04 Oct 2011, 19:01
by Fede Albanello
tu español es perfecto kersou :)

Si puedes decirme como hacer desaparecer el light scoreboard mientras aparece el full, seria muy bueno :D o quizas quieras ponerlo en tu proxima actualizacion :)

Re: scoreboard

PostPosted: 04 Oct 2011, 22:13
by Fede Albanello
aqui la imagen del full scoreboard abajo, como en la tv.

Re: scoreboard

PostPosted: 04 Oct 2011, 23:41
by extremista90
It would be better than light sb not leave it when the full sb

Re: scoreboard

PostPosted: 05 Oct 2011, 08:52
by kersou
federicoarg wrote:tu español es perfecto kersou :)

Si puedes decirme como hacer desaparecer el light scoreboard mientras aparece el full, seria muy bueno :D o quizas quieras ponerlo en tu proxima actualizacion :)

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

extremista90 wrote:It would be better than light sb not leave it when the full sb

I will test the two options this week-end.

Re: scoreboard

PostPosted: 05 Oct 2011, 13:13
by Fede Albanello
kersou wrote:
Un poco complejo de explicarte si no tienes notiones de desarrollo informatico... tienes ?
.


oh si se mucho de informatica, si quieras explicame, he creado muchos scoreboards y se manejar muy bien los archivos del tennis elbow :)

Re: scoreboard

PostPosted: 05 Oct 2011, 13:52
by kersou
federicoarg
muy rapidamente y sin mucha refexion para el ATP1000 sb (A1000_hudabove.menu) :
Code: Select all
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
}

In the next version I will develop it in a very better way (and with an option to manage or not this new feature)

Re: scoreboard

PostPosted: 05 Oct 2011, 18:58
by suvurvius
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 :)

Re: scoreboard

PostPosted: 05 Oct 2011, 19:24
by Mesut
federicoarg, que version del TE tienes ?

Re: scoreboard

PostPosted: 05 Oct 2011, 23:11
by extremista90
Kersou Hello, I hope with the new position of claims sb, but first I have a question, not whether it will have much to do, the truth is I installed the 7.0 and sb works wonders me yet paraceió me a slight problem,

1.jpg
1.jpg (232.74 KiB) Viewed 2022 times


In the picture you see the arrows showing me things that had not appeared in the 3D courts, and the problem is caused by the gamesys.ini, as you might erase the image pointing at?

Re: scoreboard

PostPosted: 05 Oct 2011, 23:27
by kersou
extremista90,
Try to set the SignColor to 0 in the gamesys.ini for your selected stadium.
There is also a new feature dealing with Sign.tga: have a look here topic15-5074.php#p74704)

Re: scoreboard

PostPosted: 06 Oct 2011, 03:17
by Fede Albanello
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 :)


debes cambiar en el archivo all_hud donde esta la linea de posicion del full scoreboard (position full scoreboard)

//=== Full scoreboard

// Position for full scoreboard (Right&Up corner)
def FullScoreX 500
def FullScoreY 30

yo los puse en esa posicion, podes elejir la que quieras

Re: scoreboard

PostPosted: 06 Oct 2011, 03:17
by Fede Albanello
gracias kersou por la explicacion!! :D

Re: scoreboard

PostPosted: 06 Oct 2011, 03:54
by Fede Albanello
hay alguna posibilidad de desaparecer el infoboard durante el punto y que aparezca solo despues del punto cuando dice "1er servicio" ?

Re: scoreboard

PostPosted: 06 Oct 2011, 08:20
by kersou
federicoarg wrote:hay alguna posibilidad de desaparecer el infoboard durante el punto y que aparezca solo despues del punto cuando dice "1er servicio" ?

Yes I think but I ve not tested, try this:
Code: Select all
    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
    }