Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonHaze420 committed Dec 28, 2018
2 parents 6dffb1a + 5b5a27b commit a876a64
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# model2obj
MT5/MT7 model converter to OBJ
# wudecon
A multi-purpose tool built with ShenmueDKSharp to convert/unpack a variety of file formats used in Shenmue I and Shenmue II.

```
Correct usage:
model2obj [--mt5|--mt7] <source> <destination>
wudecon v0.02
wudecon <mode> <input> <output>
wudecon --mt5 <mt5 file> <obj file>
wudecon --mt7 <mt7 file> <obj file>
wudecon [--pkf|--pks|--spr|--ipac|--gz|--afs] <source file> <output dir>
wudecon --tac <tad file> <tac file> <output dir>
wudecon --batch-mt5 <mt5 dir> <obj output dir>
Batch flags:
--batch-mt5
--batch-mt7
--batch-pkf
--batch-pks
--batch-spr
--batch-ipac
--batch-gz
--batch-afs
```

0 comments on commit a876a64

Please sign in to comment.