Skip to content

Commit

Permalink
Fix #62 by adding a section with some basic example commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Kakoen committed Apr 21, 2023
1 parent 01c8fd1 commit 807d75c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Readme.md
Expand Up @@ -45,6 +45,14 @@ usage: java -jar valheim-save-tools.jar <infile> [outfile] [--addGlobalKey
<outfile>: Output file of type .fch, .db, .fwl or .json (optional)
```

## Example usage

Decode a save file to a json file:
`java -jar valheim-save-tools.jar mysave.db mysave.json`

Encode a json file to a save file:
`java -jar valheim-save-tools.jar mysave.json mysave.db`

## Processors

A handful of built-in processors are included. They are executed in the order they are
Expand Down

0 comments on commit 807d75c

Please sign in to comment.