Tabletop Simulator

Tabletop Simulator

Not enough ratings
1822 - Scripted
   
Award
Favorite
Favorited
Unfavorite
Game Category: Board Games, Strategy Games
Number of Players: 3, 4
Assets: Scripting
Tags: 4+
File Size
Posted
Updated
436.785 KB
11 Aug, 2019 @ 2:27pm
4 Oct, 2019 @ 7:10pm
6 Change Notes ( view )

Subscribe to download
1822 - Scripted

In 1 collection by Roland Burris
18xx Scripted Mods
6 items
Description
A great 18xx entry and my latest script. Lots of things to bid on, and a random starting packet/minor company order makes for a different game every time.
10 Comments
TheManija 14 Aug, 2020 @ 10:21am 
Hi. Did you make the mod, scanning the files or with a .json?
Niltorn 24 May, 2020 @ 9:07am 
@Breich - It is covered in 5.14.1 of the 1822 rules where it states "...or pay half (rounded up to the next multiple of £10) and keep the rest". The general rule in 18xx games when there are fractional payouts is shareholders get the roundup and the company gets the round down.
Roland Burris  [author] 8 May, 2020 @ 4:44pm 
@Niltorn thanks for the feedback--I may bake in some of that automation. As far as paying half--I don't recall reading that in the rules, and I've always determined it was a function of playing in person. I prefer paying out exactly half since it's all scripted, so it was by design. If the game does explicitly mention how to hand odd # price halving then I'll change it.
Niltorn 15 Apr, 2020 @ 7:28pm 
There is a bug in the Half Pay script. Currently it is doing a literally 50/50 pay on off numbers (90=45 and 45 instead of 50 to shares and 40 to company). Correct formula for script on lines 881-883 is:

amount = object.getValue() / 20
Payout(math.ceil(amount) * 10, i)
Withold(math.floor(amount) * 10, i)

Niltorn 31 Mar, 2020 @ 6:48am 
@Breich - Thanks for putting the game box together. A few suggestions if you have a chance:
1) The player order cards needed during the game appear to be missing. Need to add a set of cards with 1-6 marked on them.
2) Since you have the 1822+ game implemented, it would be nice when opening the gamebox to have the privates already divided into their three separate color stacks. It is easier to merge them into one stack if playing the variant then going through the deck and separating them for the standard 1822+ game.
3) Is it possible as part of the pay privates script to return all of the bid tokens to the player's area?
4) Suggestion: add a few tokens with +£100 on one side and +£200 on the other to place in the bid area when bids go around around the bid track.
neutron 16 Mar, 2020 @ 12:54pm 
getting an index error upon loading ?
soulyogurt 5 Nov, 2019 @ 9:24pm 
so glad to see this, been wanting to try this one.
Roland Burris  [author] 14 Aug, 2019 @ 12:49am 
Sure, ping me and I'll get you added to our discord group.
CtrlF 13 Aug, 2019 @ 10:55pm 
Thank you! Been wanting to learn an 18xx game. Will you do a teaching play on TTS soon?
striderpaul 13 Aug, 2019 @ 1:47pm 
Awesome, thank you.