Giter VIP home page Giter VIP logo

barotraumasaveeditor's Introduction

Barotrauma Save Editor

Modify .save files of the game Barotrauma

On Windows, Barotrauma .save files are located at

%LOCALAPPDATA%\Daedalic Entertainment GmbH\Barotrauma

Usage

There are two ways to execute the script: non-interactive or interactive.

Non-Interactive Mode

Run the tool from the shell, providing parameters as command arguments.

python save_editor.py [[-h] {import,export} save_file_path]

Show command help

python save_editor.py -h

Decompress a .save file

Extract gamesession.xml and .sub files from a .save file to ./tmp/import/

python save_editor.py import "path/to/save/file.save"

Edit gamesession.xml and add copy .sub files to ./tmp/import/ to modify the save data.

Recompress files to a .save file

Compress modified save data from ./tmp/import/ to a Barotrauma .save file.

python save_editor.py export "path/to/save/file.save"

Interactive mode

Executing the save_editor.py directly (i.e. double-clicking save_editor.py in the file browser) without providing command-line arguments will run the tool in interactive mode. In interactive mode, the program will prompt the user to enter each parameter.

> ./save_editor.py
import or export:
import
file path:
path/to/save/file.save

barotraumasaveeditor's People

Contributors

joelmaxw311 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.