Updated Dec 6, 2019 by infinityLoop
- Download ATOM IDE as it has a TTS LUA integration
- Install TTS-Lua package through the package manager in Settings->Packages
- Move
TTS_Lib
andTTS_xwing
from the repository into your tabletop simulator mod directory- (Default Windows directory) C:\Users\ {User}\Documents\My Games\Tabletop Simulator
It is also possible to create a symbolic link from the Simulator mod directory toTTS_Lib
andTTS_xwing
in your repository.
- (Default Windows directory) C:\Users\ {User}\Documents\My Games\Tabletop Simulator
Changes to the mod won't be compile until mod deployment
You will have to compile the changes to an existing save game
- Open Tabletop Simulator and load the X-wing 2.0 Unified Mod
- Save the game under Games -> Save & Load
- While TTS is still opened, switch over to Atom and under
Packages -> Tabletop Simulator
, selectGet LUA Scripts (Ctrl-Shift-L)
- This will load the running game scripts into Atom
- To save and see changes, under
Packages -> Tabletop Simulator
, selectSave and Play (Ctrl-Shift-S)
Error - Could not catalog #include - file not found:
-
Check to make sure you have moved
TTS_Lib
andTTS_xwing
to the Tabletop Simulator Directory in step 3 of setup -
If they exist, check to make sure the path from the package to the directory is correct.
- The default path seems to exclude the
My Games
directory so you may have to manually set it - You can set this in
Settings -> Packages -> Settings -> Base path for files you want to #include
- The default path seems to exclude the