Page 1 of 1

How to add 'Triple Set Point' & other terms to scoreboards?

PostPosted: 26 Feb 2014, 18:13
by gastim
Hello all modders, I want to know if you know how to add this terms to a scoreboard.

The terms that I want are:

'Double Break Point'
'Triple Break Point'
'Double Set Point'
'Triple Set Point'
'Double Match Point'
'Triple Match Point'
'Championship Point'
'Double Championship Point'
'Triple Championship Point'
'Ace: ? km/h'

and others. If someone know about this, tell me how to do it, please! Thanks to all.

Re: How to add 'Triple Set Point' & other terms to scoreboar

PostPosted: 26 Feb 2014, 18:27
by EL Tigre Rafa

Re: How to add 'Triple Set Point' & other terms to scoreboar

PostPosted: 26 Feb 2014, 18:39
by gastim
EL Tigre Rafa wrote:https://www.managames.com/Forum/topic29-10721.php?start=450


I think rogerfed1 didn't say how to add the terms.

Re: How to add 'Triple Set Point' & other terms to scoreboar

PostPosted: 26 Feb 2014, 18:43
by Makanaki777
gastim wrote:Hello all modders, I want to know if you know how to add this terms to a scoreboard.

The terms that I want are:

'Double Break Point'
'Triple Break Point'
'Double Set Point'
'Triple Set Point'
'Double Match Point'
'Triple Match Point'
'Championship Point'
'Double Championship Point'
'Triple Championship Point'
'Ace: ? km/h'

and others. If someone know about this, tell me how to do it, please! Thanks to all.


I agree with you gastim, will be great this but... i think it is impossible.

Add additional informations to infoboard.

PostPosted: 26 Feb 2014, 18:53
by Heinrich von Westphalen
Get information by /Intern/HudNbBall n w/ n=1 for breakball, n=2 for double breakball etc. pp.

Kind regards,
Heinrich von Westphalen.

Re: How to add 'Triple Set Point' & other terms to scoreboar

PostPosted: 26 Feb 2014, 19:49
by gastim
Makanaki777 wrote:I agree with you gastim, will be great this but... i think it is impossible.


Rogerfed1 has done it...so I think it can be done.

Heinrich von Westphalen wrote:Get information by /Intern/HudNbBall n w/ n=1 for breakball, n=2 for double breakball etc. pp.


How to do it, Heinrich?

Re: How to add 'Triple Set Point' & other terms to scoreboar

PostPosted: 26 Feb 2014, 19:58
by Makanaki777
Rogerfed1 has done it...so I think it can be done.

Great News gastim!!!

Re: Add additional informations to infoboard.

PostPosted: 27 Feb 2014, 01:40
by Fede Albanello
Heinrich von Westphalen wrote:Get information by /Intern/HudNbBall n w/ n=1 for breakball, n=2 for double breakball etc. pp.

Kind regards,
Heinrich von Westphalen.


mmm i try this,but, should I also modify some of the "//=== Key points alert" line?

and add some lines in "lang_xxx.txt?" example:
"HudInfo03 BREAK POINT
HudInfo04 SET POINT
HudInfo05 MATCH POINT

HudInfo06 DOUBLE BREAK POINT?? :?: "

or only modify the HudNbBall?

regards :jap:

Re: Add additional informations to infoboard.

PostPosted: 27 Feb 2014, 04:31
by linaroger
Heinrich von Westphalen wrote:Get information by /Intern/HudNbBall n w/ n=1 for breakball, n=2 for double breakball etc. pp.

Kind regards,
Heinrich von Westphalen.

Hi Henrich
Do you know how to add championship point ????Thanks

Re: How to add 'Triple Set Point' & other terms to scoreboar

PostPosted: 03 Mar 2014, 01:53
by Fede Albanello
nothing :( :(

Re: How to add 'Triple Set Point' & other terms to scoreboar

PostPosted: 03 Mar 2014, 05:03
by antimouse
linaroger,

I never made a scoreboard, but I intend to make it someday, so I was reading the scripts of rogerfed1's scoreboards in order to understand some things.
Well, from what I've seen, it is possible to capture the current Round of the tournament with /WT_Intern/Round. We know it is also possible to detect a Match Point situation. So, I think if you combine these two informations you will be able to produce "Championship Point" message.

I hope it helps!

Re: How to add 'Triple Set Point' & other terms to scoreboar

PostPosted: 03 Mar 2014, 06:33
by linaroger
antimouse wrote:linaroger,

I never made a scoreboard, but I intend to make it someday, so I was reading the scripts of rogerfed1's scoreboards in order to understand some things.
Well, from what I've seen, it is possible to capture the current Round of the tournament with /WT_Intern/Round. We know it is also possible to detect a Match Point situation. So, I think if you combine these two informations you will be able to produce "Championship Point" message.

I hope it helps!

Thanks antimouse.I've tried but i failed..........

Re: Add additional informations to infoboard.

PostPosted: 11 Mar 2014, 15:18
by fausam88
Heinrich von Westphalen wrote:Get information by /Intern/HudNbBall n w/ n=1 for breakball, n=2 for double breakball etc. pp.

Kind regards,
Heinrich von Westphalen.


hello to all
according to information of Heinrich von Westphalen
I found the file hudinfo.menu in data/pak01 this:


//============ Balls

def y InfoBarH 1.1
def IcoS 24
def x 5
def dx IcoS 1.2

item InfoBall01
{
CycleButton #ImageGI
Image Ico/HudBallYellow IcoS IcoS
Pos x y
add x dx

OnAction
{
SlideCfg /Intern/HudBallRed 0 1
}

UnSelectable
ShowIf /Intern/HudNbBall 1 10
}

item InfoBall01
{
CycleButton #ImageGI
Image Ico/HudBallYellow IcoS IcoS
Pos x y
add x dx

OnAction
{
SlideCfg /Intern/HudBallRed 0 1
}

UnSelectable
ShowIf /Intern/HudNbBall 2 10
}

item InfoBall01
{
CycleButton #ImageGI
Image Ico/HudBallYellow IcoS IcoS
Pos x y
add x dx

OnAction
{
SlideCfg /Intern/HudBallRed 0 1
}

UnSelectable
ShowIf /Intern/HudNbBall 3 10
}

heinrich now ask how to add the various terms (breakpoint double, triple break point ... etc) please?

sorry for my bad english

Re: How to add 'Triple Set Point' & other terms to scoreboar

PostPosted: 15 May 2014, 21:04
by Fede Albanello
any help?

Re: How to add 'Triple Set Point' & other terms to scoreboar

PostPosted: 16 May 2014, 03:10
by antimouse
Fede Albanello,

Look my scoreboards topic, download the ATP1000 scoreboard and look into the iwells14_hudkeypoints.menu file. I added all these messages (Double and Triple break, set and match points and also Championship Point). Of course my way won't be the only way to do it, but it is a working one ;)