Kakoen / valheim-save-tools

Exports Valheim save data (maps and characters) to JSON and back, and processes them.
75 stars 8 forks source link

Add oneliner command to README.md which would just-work without deeply looking #29

Closed vini-nu closed 1 year ago

vini-nu commented 2 years ago

Add oneliner command example to README.md which would just-work without deeply looking into details. It is too much text to read to just parse a database for simple look.

vini-nu commented 2 years ago

java -jar valheim-save-tools.jar mysave.db mysave.json decode from savefile to json java -jar valheim-save-tools.jar mysave.json mysave.db encode from json to savefile

mysave should be placed on same folder.

Kakoen commented 1 year ago

Added!