How do I program this in "Score"?

However you play online - Java, Vassal, Email, Cyanide etc - talk about it here.
This is also the place for discussing the various tools for managing leagues, teams and so on.

Moderator: TFF Mods

Post Reply
User avatar
Joemanji
Power Gamer
Posts: 9508
Joined: Sat Jul 05, 2003 3:08 pm
Location: ECBBL, London, England

How do I program this in "Score"?

Post by Joemanji »

140 points for a win.
70 points for a draw.
10 points for a loss.

+/- your net TDs up to a maximum of +/- 3
+/- your net CAS up to a maximum of +/- 3
+ 2 points for keeping a clean sheet
As the heading says ... how do I program this in Yavatol's Score?

Reason: ''
*This post may have been made without the use of a hat.
User avatar
Darkson
Da Spammer
Posts: 24047
Joined: Mon Aug 12, 2002 9:04 pm
Location: The frozen ruins of Felstad
Contact:

Re: How do I program this in "Score"?

Post by Darkson »

Do you mean net tds/cas per game, or total for tournament?

Reason: ''
Currently an ex-Blood Bowl coach, most likely to be found dying to Armoured Skeletons in the frozen ruins of Felstad, or bleeding into the arena sands of Rome or burning rubber for Mars' entertainment.
User avatar
Joemanji
Power Gamer
Posts: 9508
Joined: Sat Jul 05, 2003 3:08 pm
Location: ECBBL, London, England

Re: How do I program this in "Score"?

Post by Joemanji »

For each game only.

Reason: ''
*This post may have been made without the use of a hat.
User avatar
Darkson
Da Spammer
Posts: 24047
Joined: Mon Aug 12, 2002 9:04 pm
Location: The frozen ruins of Felstad
Contact:

Re: How do I program this in "Score"?

Post by Darkson »

If no-one has posted by tomorrow, I'll work it out, as I had something similar when I was first trying to do the ARBBL scoring.

Reason: ''
Currently an ex-Blood Bowl coach, most likely to be found dying to Armoured Skeletons in the frozen ruins of Felstad, or bleeding into the arena sands of Rome or burning rubber for Mars' entertainment.
Oventa
Veteran
Veteran
Posts: 246
Joined: Tue Apr 01, 2008 7:58 am
Location: Munich, Germany

Re: How do I program this in "Score"?

Post by Oventa »

myself just new with score, but:

140+limit(cn,-3,3)+limit(tn,-3,3)
70+limit(cn,-3,3)+limit(tn,-3,3)
10+limit(cn,-3,3)+limit(tn,-3,3)

I dont know, what you mean with clean sheet, but that would sound like an overall tourney bonus?

Cheers
Oventa

Reason: ''
Image
User avatar
sann0638
Kommissar Enthusiasmoff
Posts: 6610
Joined: Mon May 08, 2006 10:24 am
Location: Swindon, England

Re: How do I program this in "Score"?

Post by sann0638 »

Clean sheet means no TD conceded in a particular game, so probably an if statement. Will leave it to Darkson though :)

While Score experts are here, anyone know if it's possible to export to Excel? (just a quick aside, not a threadjack)

Mike

Reason: ''
NAF Ex-President
Founder of SAWBBL, Swindon and Wiltshire's BB League - find us on Facebook and Discord
NAF Data wrangler
Oventa
Veteran
Veteran
Posts: 246
Joined: Tue Apr 01, 2008 7:58 am
Location: Munich, Germany

Re: How do I program this in "Score"?

Post by Oventa »

well then it would be :
140+limit(cn,-3,3)+limit(tn,-3,3)+is(ta=0)*2
70+limit(cn,-3,3)+limit(tn,-3,3)+is(ta=0)*2
10+limit(cn,-3,3)+limit(tn,-3,3)+is(ta=0)*2

@sann0638: from the looks of it, not per default, but you can generate templates for txt files (e.g. a .csv format) and import those to excel

Cheers
Oventa

Reason: ''
Image
Post Reply