Tabletop Simulator

Tabletop Simulator

[scripted] Power Grid
Showing 1-10 of 74 entries
< 1  2  3 ... 8 >
Update: 15 Jun, 2024 @ 1:21pm

Added the Quebec map!

===== V 1.22.0 =====
[Game]
- Added the Quebec map
- Fixed a market glitch when using deck variant 1

[Scripting]
- Made some updates to functions to help with adding maps

Update: 23 Feb, 2024 @ 12:02pm

Update game metadata to 'Medium Complexity'

===== V 1.21.7 =====
[Game]
- Update game metadata to 'Medium Complexity'

[Scripting]
-

Update: 16 Feb, 2024 @ 5:09am

Properly fixed the back-side image of the power plant cards. It now uses Imgur.

===== V 1.21.6 =====
[Game]
- Changed image reverse side to imgur
- Fix: China setup gave an unknown error
- Fix: Market doesn't show buttons when manually placing a Power Plant back without bidding

[Scripting]
- The China error was caused by a missing nil check in a Wait.condition, which doesn't give nice errors. Fixed by adding a nil check
- Added an initial setup of 'end-to-end' tests. This only works in a dev version of the script, so it isn't enabled by default.
- For the tests to work I had to change a bit of the market logic to better detect objects being selected for bidding
- Updated a counter URL for measuring how often the game is played (see settings -> other -> analytics to turn it off)

Update: 16 Feb, 2024 @ 12:16am

Revert update 1.21.4, it broke the market logic. A real fix is coming soon

===== V 1.21.5 =====
[Game]
- Reverted power plant image source

[Scripting]
- None

Update: 8 Feb, 2024 @ 11:24am

Updated power plant image source to steam cloud

===== V 1.21.4 =====
[Game]
- Updated power plant image source to steam cloud

[Scripting]
- None

Update: 10 Jul, 2023 @ 12:47pm

Added support for Portuguese

===== V 1.21.3 =====
[Game]
- Added: Portuguese

[Scripting]
- The language code I added is 'pt-br', but when applied in a regex pattern the '-' is seen as a regex operator, instead of a regular dash. I solved it, but its still annoying.

Update: 6 Jul, 2023 @ 10:00pm

Added missing 'Spain' language tag.

===== V 1.21.2 =====
[Game]
-

[Scripting]
-

Update: 6 Jul, 2023 @ 1:17pm

Added an option to disable all scripting

===== V 1.21.2 =====
[Game]
- Added: Setting to disable all scripting
- Fixed: Setting to disable the discard pile money counter

[Scripting]
- Turns out that disabling all scripting requires a lot of scripting.
- The discard pile fix; it used a function to check if an object exists, but it used variables that didn't exist

Update: 4 Jul, 2023 @ 1:23pm

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

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

Update: 3 Jul, 2023 @ 12:47pm

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