scoreboard

Everything about Modding TE2013, from new courts to the modifications of the player & tournament bases (and including all the bugs they may be creating ! ;) )
Forum rules
Speak English in 1st page of topics, and don't hijack topics, troll, use profanities nor insults

Re: scoreboard

Postby manutoo » 04 Oct 2011, 18:27

kersou,
no, the Seed isn't available. I'll try to add it for next update..!
ManuTOO
== Mana Games ==

>> I don't answer Private Message, except if it's really a _Private_ topic <<
User avatar
manutoo
Game Author
 
Messages: 18740
Gaming Since: 24 Jan 2004, 15:38
Location: France

Re: scoreboard

Postby Fede Albanello » 04 Oct 2011, 19:01

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 :)
User avatar
Fede Albanello
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 437
Gaming Since: 31 May 2011, 03:39
Location: Argentina

Re: scoreboard

Postby Fede Albanello » 04 Oct 2011, 22:13

aqui la imagen del full scoreboard abajo, como en la tv.
Attachments
TE2011_044.jpg
TE2011_044.jpg (115.67 KiB) Viewed 2200 times
User avatar
Fede Albanello
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 437
Gaming Since: 31 May 2011, 03:39
Location: Argentina

Re: scoreboard

Postby extremista90 » 04 Oct 2011, 23:41

It would be better than light sb not leave it when the full sb
extremista90
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 251
Gaming Since: 06 Jun 2011, 21:34
Location: Lima - Perú

Re: scoreboard

Postby kersou » 05 Oct 2011, 08:52

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.
Kersou
kersou
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 613
Gaming Since: 23 Jan 2011, 00:47
Location: France

Re: scoreboard

Postby Fede Albanello » 05 Oct 2011, 13:13

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 :)
User avatar
Fede Albanello
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 437
Gaming Since: 31 May 2011, 03:39
Location: Argentina

Re: scoreboard

Postby kersou » 05 Oct 2011, 13:52

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)
Kersou
kersou
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 613
Gaming Since: 23 Jan 2011, 00:47
Location: France

Re: scoreboard

Postby suvurvius » 05 Oct 2011, 18:58

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 :)
suvurvius
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 349
Gaming Since: 28 Jun 2011, 04:26

Re: scoreboard

Postby Mesut » 05 Oct 2011, 19:24

federicoarg, que version del TE tienes ?
Mesut
court stakhanovite
court stakhanovite
 
Messages: 30
Gaming Since: 25 Dec 2010, 19:50

Re: scoreboard

Postby extremista90 » 05 Oct 2011, 23:11

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 2144 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?
extremista90
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 251
Gaming Since: 06 Jun 2011, 21:34
Location: Lima - Perú

Re: scoreboard

Postby kersou » 05 Oct 2011, 23:27

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)
Kersou
kersou
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 613
Gaming Since: 23 Jan 2011, 00:47
Location: France

Re: scoreboard

Postby Fede Albanello » 06 Oct 2011, 03:17

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
User avatar
Fede Albanello
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 437
Gaming Since: 31 May 2011, 03:39
Location: Argentina

Re: scoreboard

Postby Fede Albanello » 06 Oct 2011, 03:17

gracias kersou por la explicacion!! :D
User avatar
Fede Albanello
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 437
Gaming Since: 31 May 2011, 03:39
Location: Argentina

Re: scoreboard

Postby Fede Albanello » 06 Oct 2011, 03:54

hay alguna posibilidad de desaparecer el infoboard durante el punto y que aparezca solo despues del punto cuando dice "1er servicio" ?
User avatar
Fede Albanello
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 437
Gaming Since: 31 May 2011, 03:39
Location: Argentina

Re: scoreboard

Postby kersou » 06 Oct 2011, 08:20

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
    }
Kersou
kersou
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 613
Gaming Since: 23 Jan 2011, 00:47
Location: France

PreviousNext

Return to Modding - TE2013

Who is online

Users browsing this forum: Bing [Bot], suvurvius and 40 guests