Tabletop Simulator

Tabletop Simulator

Discordant Stars
Ironcache 30 Jun, 2023 @ 9:11am
June 14th 2023 Version - Additive Load Fails
In the latest version, the additive load was broken for me (complains about a _deckHelper definition missing). I was able to make a patched save that additive loads correctly for me by adding this line to the Discordant Stars script:

_deckHelper = getHelperClient('TI4_DECK_HELPER')

Near the bottom of the file (where all the other _XHelper definitions are. Seems like a simple omission + fix.
Last edited by Ironcache; 30 Jun, 2023 @ 9:13am
< >
Showing 1-1 of 1 comments
Ironcache 30 Jun, 2023 @ 9:22am 
For anyone who might see this before it gets fixed that's not familiar with the TTS scripting interface, to create your own patched save:

- Load this mod (not additive load).
- In the top bar, select Modding, then Scripting.
- Select the Discordant Stars Faction Pack script on the left side.
- Scroll to the bottom of the script, and then scroll up a bit to find the area where each of the lines that look like the one I called out in the root post are (above the line that says "function onLoad(saveState)").
- Copy/Paste the _deckHelper line I gave beneath the other ones.
- Press Save & Play (ignore the error that comes up; that's from this mod expecting to be loaded alongside the base TI4 mod).
- Save the game.

Then follow the instructions from the Discordant Stars mod description, except additive load your save vs. the Discordant Stars mod directly.
Last edited by Ironcache; 30 Jun, 2023 @ 9:35am
< >
Showing 1-1 of 1 comments
Per page: 1530 50