Tabletop Simulator
Star Wars Rebellion (Ultimate Edition)
Показване на 21 — 30 от 147 постъпления
< 1  2  3  4  5 ... 15 >
Обновление: 17 авг. 2023 в 22:51

--Swapped Admiral and General seat locations. Their seating now matches the faction sheet.
--If the Red and Orange (General) seats are not used (not a 3-4 player game), they are during after setup.
--If the Rebel player sits in the Red seat in a 2-3 player game, the script will move them to the White seat.
--If the Imperial player sits in the Orange seat in a 2 player game, the script will move them to the Blue seat.

Обновление: 7 авг. 2023 в 1:51

fixed a bug during the objectives check. If Ryloth, Geonosis, and Rodia were rebel loyal, I had misspelled Geonosis as Genonsis, which crashed the script.

Обновление: 22 юли 2023 в 18:45

--bug fix: in WFL, choosing to build a Lambda Shuttle on space 1 of the Imperial Queue was not automatically fetching the unit.

Обновление: 25 февр. 2023 в 0:13

--Plan False Lead is fixed.

--Missions that are scripted now leave a "Done" button on the mission card while being resolved. If you manually resolve the cards, or the script breaks, clicking Done will resume the script and flip face down any cards left on the panel to keep them secret.

--Cached Units (the mini units on the corner of the table will stay in play. If I remove them, TTS sometimes takes a long time to load objects. Now they will stay cached.

Обновление: 15 февр. 2023 в 0:02

--I tweaked the cached objects (miniatures in the corner) to try and fix slow load times.

--I reduced the texture sizes of many painted units to decrease load times.

--Modified the "breathing" time of the setup coroutine to hopefully be less jerky during setup when putting objects away into the box.

--added a "Done" button to Stolen Plans so you can choose to put the cards back ontop yourself instead of clicking each of the in order.

--The script finally handles the mission deck when it is depleted. It will rebuild the deck from the mission discard pile when it is depleted and you need to draw missions.

--I went through every loop that deals cards and added a timeout. If a card gets deleted or stuck while the script is attempting to deal it, it used to wait forever, which caused the script to get stuck. It will now timeout after a few seconds if a card never reaches it's dealt destination and attempt to continue the the script with an error warning that it failed to deal the card.

--I finally figured out that manually re-building decks is somehow causing decks to have nil descriptions, and causing issues with the script. The script should be able to handle manually rebuilt decks. If it encoutners an object with a nil description, it will fix it and continue.

Обновление: 11 февр. 2023 в 0:02

Обновление: 10 февр. 2023 в 14:06

I significantly reduced the size of various Unit textures. Hopefully this solves the long load times that pop up sometimes when pulling a unit out of the bag.

Обновление: 9 февр. 2023 в 17:55

Bug fixes:
=============
--revealing or discovering the Rebel base when a leader is present no longer generates an error message.
--many of the painted models are updated so their center is closer to the center of the model. They don't do a tall barrel roll when flipped anymore.

Enhancements:
=============
--Dice that are blocked by played Advanced Tactics are automatically placed in the blocked area right after rolling.

--At the start of the Refresh Phase, both the Rebel and Imperial player will get a display on their panel showing possible Rebel objectives (whether they are present in the game or not).

--The Imperial probe map is more automated. It will mark on the map which probe cards you have in your hand. You can still place probe card markers if you prefer.

--

Обновление: 7 февр. 2023 в 13:20

Fox Disovered a bug when retrieving leaders. If the faction sheet was changed after setup, the script looses the location of the leader pool and generates a game breaking error when it can't retrieve leaders.
This is fixed. the script now re-evaluates the faction sheet and updates the leader pool location before retrieving leadesr.

Обновление: 30 ян. 2023 в 16:52

minor change:
--removed the "game data saved" log message everytime TTS saves the game. It caused the chat window to constantly pop up.