Tabletop Simulator

Tabletop Simulator

[scripted] Power Grid
76개 중 1~10개 표시 중
< 1  2  3 ... 8 >
업데이트: 2025년 10월 17일 오전 11시 27분
작성자: latens

Updated internal setting

===== V 1.22.1 =====
[Game]
- None

[Scripting]
- Set devMode to false
- Updated screenshots on mod page

업데이트: 2025년 10월 17일 오전 11시 23분
작성자: latens

Fixed missing house assets.

===== V 1.22.1 =====
[Game]
- Fixed missing house assets, pointing them to same URL as other houses

[Scripting]
-

업데이트: 2024년 6월 15일 오후 1시 21분
작성자: latens

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

업데이트: 2024년 2월 23일 오후 12시 02분
작성자: latens

Update game metadata to 'Medium Complexity'

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

[Scripting]
-

업데이트: 2024년 2월 16일 오전 5시 09분
작성자: latens

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)

업데이트: 2024년 2월 16일 오전 12시 16분
작성자: latens

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

업데이트: 2024년 2월 8일 오전 11시 24분
작성자: latens

Updated power plant image source to steam cloud

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

[Scripting]
- None

업데이트: 2023년 7월 10일 오후 12시 47분

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.

업데이트: 2023년 7월 6일 오후 10시 00분

Added missing 'Spain' language tag.

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

[Scripting]
-

업데이트: 2023년 7월 6일 오후 1시 17분

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