Tabletop Simulator

Tabletop Simulator

[scripted] Power Grid
正在显示第 11 - 20 项,共 76 项条目
< 1  2  3  4 ... 8 >
更新于:2023 年 7 月 4 日 下午 1: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

更新于:2023 年 7 月 3 日 下午 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

更新于:2022 年 2 月 13 日 上午 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

更新于:2022 年 1 月 29 日 上午 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

更新于:2022 年 1 月 22 日 上午 12: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

更新于:2022 年 1 月 11 日 上午 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...

更新于:2022 年 1 月 10 日 上午 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.

更新于:2022 年 1 月 7 日 上午 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

更新于:2021 年 12 月 30 日 上午 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

更新于:2021 年 10 月 18 日 上午 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.