Tabletop Simulator

Tabletop Simulator

[scripted] Power Grid
Se afișează 11-20 din 76 intrări
< 1  2  3  4 ... 8 >
Actualizare: 4 iul. 2023 @ 13:23

Added some missing translations for Dutch, added machine translation of Spanish.

===== V 1.21.1 =====
[Game]
- Updated Dutch language support
- Added Spanish language support

Actualizare: 3 iul. 2023 @ 12:47

It has been a while, but I'm back with a new update! No gameplay changes this time, but accessibility changes. The mod now supports multiple languages! Currently only Dutch is supported, but more will be added if someone can proofread or translate some texts into other languages.

===== V 1.21.0 =====
[Game]
- Added Dutch language support

[Scripting]
- Text is now templated using the TTS templating format: {en}This is in English!{nl}Dit is in het Nederlands!{pirate}If only this worked ;(
- Join the Discord to help with translation, although I will probably add a way to upload your own translation in-game at some point
- Translation is currently on a per-player basis, but I will probably add an option to force everyone to use a certain translation

Actualizare: 13 febr. 2022 @ 1:39

More bug fixes for the auction. Join the Discord server to post the bugs you find!

===== V 1.20.6 =====
[Game]
- Fixed: Auction will immediately try to start another auction after a successful bid
- Fixed: Wrong turn order when manually dragging a power plant to a player during bidding

[Scripting]
- Added a 'frozen' state to the market so that no events trigger during a certain period.
- Updated some turn logic to better check if a bidding round was won or not

Actualizare: 29 ian. 2022 @ 1:28

A bug fix and something to make debugging easier. Join the Discord server to post the bugs you find!

===== V 1.20.5 =====
[Game]
- Added: You can now type '.settings debug true' to enable debug mode. This will also add a Note to the Notebook that contains the game settings in JSON format.

[Scripting]
- Removed a 'onScriptingButtonUp' function that might cause your game to skip to step 3 if any key is pressed by accident

Actualizare: 22 ian. 2022 @ 0:33

During the auction of power plants, two cards are drawn instead of one.
Thanks for @LostenSpace for finding this bug.

===== V 1.20.4 =====
[Game]
- Fixed: Multiple cards drawn during auction of power plants

[Scripting]
- Added a check if any card was drawn during the phase. The auction now only draws a card if no other card was drawn.
- Refactored how some settings are checked in the script. Might cause some bugs because of bad search+replace

Actualizare: 11 ian. 2022 @ 11:37

One small bug fix.

===== V 1.20.3 =====
[Game]
- Fixed: Settings behave strange after a few clicks

[Scripting]
- Lua... tables... the difference between the pairs and ipairs function...

Actualizare: 10 ian. 2022 @ 11:53

Multiple quality of life improvements and bug fixes.

===== V 1.20.2 =====
[Game]
- The script will now determine the winner at the end of the game
- You can now see how much your cities will cost you during phase 4; Buying cities
- Fixed: End of game triggering too soon
- Fixed: Power Plant 17 (Uranium) had a wrong resource requirement
- Fixed: Buying a power plant when you have no more room will give a wrong turn order

[Scripting]
- No big changes.

Actualizare: 7 ian. 2022 @ 4:13

The images for the boards are now hosted through Steam instead of Imgur.

===== V 1.20.1 =====
[Game]
- Changed hosting of images

[Scripting]
- Nothing

Actualizare: 30 dec. 2021 @ 1:05

The France expansion is here! The expansion has a focus on nuclear fuel and an unique 'donut-shaped' area layout! You can find the expansion through the settings at the top of the table.

===== V 1.20.0 =====
[Game]
- Added: France expansion

[Scripting]
- Overhauled the file structure. All objects now reference a script, instead of redefining it.
- It is now easier to add new maps. Some of the tedious work has been (partially) automated

Actualizare: 18 oct. 2021 @ 11:21

You can now save your game during a bidding round, and when you load the save the bidding tables will still be active. It is now also possible to 'stop' a bidding round by moving the card away from the 'bidding position' card placeholder in the market.

===== V 1.19.4 =====
[Game]
- Changed: If you move a Power Plant away from the bidding spot, the bidding round will actually stop
- Fixed: Loading a game that was saved during a bidding round will not resume the bidding round

[Scripting]
- Nothing much changed, mostly just extra checks during 'onLoad' calls.