Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
Tabletop Simulator Mod Tools
----------------------------

This is a collection of tools for working Tabletop Simulatator mods.
This is a collection of tools for working Tabletop Simulator mods.

To build a mod::
To install (requires Python 3.7+)::

$ tts repack

This will put the module at ``build/savegame.json``. You can also pass a path for where to build the module.
$ pip install tabletop-tools

To unpack a module::

$ tts unpack <...path/to/savegame.json...>

to unpack a savegame.
to unpack a savegame to your current directory.

To build a mod::

$ tts repack

This will put the module at ``build/savegame.json``. You can also pass a path for where to build the module.


Config
Expand Down