Page 3 of 39

Re: scoreboard

PostPosted: 11 Jul 2011, 10:45
by haas192
I was wondering if you could make the scoreboardset icos disappear until it is not played. But it is still really good.

Re: scoreboard

PostPosted: 12 Jul 2011, 00:19
by kersou
I think I could: I will try tomorrow if I have time
Bye

Re: scoreboard

PostPosted: 12 Jul 2011, 14:27
by LetsGoBro
Dude thats unreal, keep it up!!

Re: scoreboard

PostPosted: 12 Jul 2011, 20:14
by kersou
Here is a new version of the scoreboard:
scoreboard_v3.jpg
scoreboard_v3.jpg (48.49 KiB) Viewed 2217 times

Of course I have not yet tested it ( :fear: ) but I think each scoreboardset ico will appear when the set is played or being played
if it works : good surprise ! :D
Can you test it please ?
Here is the zip file:
scoreboard_v3.zip
(23.61 KiB) Downloaded 84 times

And also please feel free to make better ico files (TGA file) : I don't like too much the definition of mine...

Bye

Re: scoreboard

PostPosted: 12 Jul 2011, 20:27
by haas192
can you make the server indicator (ball) a bit smaller ? It would be perfect than.

Re: scoreboard

PostPosted: 12 Jul 2011, 20:38
by rogerfed1
It works!! Amazing!!

I have some questions:

it's possible change the font-type of the scoreboards?
can you find a way to put only the last name of the players on the scoreboard and in upper case without edit one by one in players.atp?

Thanks for the help :D

Re: scoreboard

PostPosted: 12 Jul 2011, 20:39
by haas192
And please make the font color of the played sets bit darker yellow. that way your scoreboard would be perfect.

Re: scoreboard

PostPosted: 12 Jul 2011, 21:48
by torto14
Great job Kersou, works fine.

haas192 wrote:And please make the font color of the played sets bit darker yellow. that way your scoreboard would be perfect.


Are you sure? If anything it seems darker than the real one to me.

Re: scoreboard

PostPosted: 12 Jul 2011, 22:07
by haas192
I mean the font itself it is a bit lighter it should be a bit more orange, I don't tell it because I wanna find a mistake in Kersou's work(it is really hard to find, because he always makes great sbs) I just told it to make it more similar like the real one. Anyway Kersou can you put this scoreboard to the down position? If you would do it you would be the best scoeboardmaker ever. :)

Thanks a lot,
haas192

Re: scoreboard

PostPosted: 12 Jul 2011, 22:17
by torto14
Yes, you're right; sorry I read your post too quickly, thought it said the yellow background (currentset.tga) rather than the font. ':D

But yes, it's a very good scoreboard :)

Re: scoreboard

PostPosted: 12 Jul 2011, 22:44
by haas192
I think so :)

Re: scoreboard

PostPosted: 13 Jul 2011, 08:18
by haas192
I made some new icos for your programming here they are, but I couldn't convert them, because my TGAtool didn't work.
here they are:
SBV3. addtition.rar
(4.63 KiB) Downloaded 59 times


hope its better :)

Re: scoreboard

PostPosted: 13 Jul 2011, 08:32
by kersou
Thx all for your support !
Sorry I will answer this evening (go to work...)

EDIT:
thx also for your great ideas haas192 !

Re: scoreboard

PostPosted: 13 Jul 2011, 08:33
by haas192
ok have a good work anyway can you give me t your msn?

Re: scoreboard

PostPosted: 13 Jul 2011, 08:34
by kersou
haas192 wrote:can you make the server indicator (ball) a bit smaller ? It would be perfect than.

In hudabove.menu,
Change:
Code: Select all
//=== Server Indicator
def   Sdx   ScoreDx   -4.55

item
{
   Image Ico/HudBallYellow 7 7
//   Text LilBall   // /StatTeam1Set0/Serv
   Pos /Intern/ScoreX+Sdx ScoreYu
   Font LilF

   ShowIfNot /StatTeam1Set0/Serv -1
}

item
{
   Image Ico/HudBallYellow 7 7
//   Text LilBall   // /StatTeam2Set0/Serv
   Pos /Intern/ScoreX+Sdx ScoreYd
   Font LilF

   ShowIfNot /StatTeam2Set0/Serv -1
}

by:
Code: Select all

//=== Server Indicator
def   Sdx   ScoreDx   -4.55

item
{
   Image Ico/HudBallYellow 5 5
//   Text LilBall   // /StatTeam1Set0/Serv
   Pos /Intern/ScoreX+Sdx ScoreYu
   Font LilF

   ShowIfNot /StatTeam1Set0/Serv -1
}

item
{
   Image Ico/HudBallYellow 5 5
//   Text LilBall   // /StatTeam2Set0/Serv
   Pos /Intern/ScoreX+Sdx ScoreYd
   Font LilF

   ShowIfNot /StatTeam2Set0/Serv -1
}