-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/LemonHaze420/model2obj
- Loading branch information
Showing
1 changed file
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |