Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
storycraft committed Jan 11, 2021
1 parent a393e41 commit 12c421b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# xp3-tool
# scn-tool

Simple XP3 packing / unpacking tools.
M2 scn scenario file text & string extract / insert tools.

## Usage
### Packer
### Extracter
```
xp3-packer.exe <input_dir> <out_xp3>
scn-script-extractor.exe <scn_file> [output_file]
```

### Unpacker
### Inserter
```
xp3-unpacker.exe <input_xp3> <out_dir>
scn-script-inserter.exe <toml_patch_file> <scn_file> [output_file]
```

0 comments on commit 12c421b

Please sign in to comment.