1.1.0 • Published 3 years ago

tts-save-cleaner v1.1.0

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

tts-save-cleaner

A command-line tool for cleaning Tabletop Simulator save files.

Installation

tts-save-cleaner can be installed using npm or yarn.

npm install --global tts-save-cleaner
# or
yarn global add tts-save-cleaner

Usage

tts-save-cleaner <path/to/save> <path/to/output>

tts-save-cleaner takes two arguments, the path to the file to clean, and the path to save the cleaned file to. These can be the same path, in which case the input file gets overwritten by the clean version.

tts-save-cleaner also takes two options:

  • --roundingAccuracy <n>: rounds all numbers in the file to n decimal places. Defaults to not rounding.
  • --sortContents <guid1> [<guid2> [<guid3> ...]]: sorts the contents of all objects with the specified GUIDs. Use -1 to sort objects loaded on the table. Defaults to no objects.

Usage informations is also available via tts-save-cleaner --help.

License

tts-save-cleaner is provided under the MIT license.

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago