start-5 / TiTS.JS-Save-Editor

Trials in Tainted Space Save Editor
https://start-5.github.io/TiTS.JS-Save-Editor/
MIT License
29 stars 6 forks source link
editor javascript save-editor trials-in-tainted-space

Trials in Tainted Space Save Editor

Deploy Bump Supported game version

A Save Editor for the JavaScript version of TiTS. View and edit your save files.

Wiki

The wiki contains a couple of pages with some information. It may be useful to glance at it before even using the editor to know about possible caveats, FAQ, etc.

How to Use

The editor is hosted on a website right here on GitHub. You can click here to open it.

  1. In the game, use the "Save to File" option when saving your game, which will download a file containing your data.
  2. Click the "Load File" button to select that file or drag and drop it onto the editor's window.
  3. Look for and edit whatever you want.
  4. Click the "Save File" button to save your changes, which will download another file with the modified data.
  5. In the game, use the "Load from File" option and select the modified file.

For more in-depth information, please see the wiki.

Since it’s hosted online, the page will always display the latest version of the editor.

Issues/Requests

Please post any issue, request, suggestion in the issues tab. You might want to glance over the wiki first.

Contributing

The project is open source. If you really want something added and you know how to implement it, or just want to help out, open a PR and I’ll be happy to merge.

Disclaimer

You can easily break your save if you go crazy while editing it! Don’t come to me, and especially don’t come to the maintainers of TiTS if you break your save using this tool!

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.