A simple CLI tool that exports models from perm.bin to FBX format.
The tool automatically parses all loaded files and exports only the models.
If you want textures to be exported as well, you must load the texture specific files alongside the "model" files.
PermToFBX.exe -rig=BasicFemale "CharacterRigs.bin" "Sandra.perm.bin" "Sandra_TS00.perm.bin"
PermToFBX.exe "Data\World\Game\**"
A single * wildcard loads files only from the given directory. A double ** wildcard performs a recursive search and loads files from all subdirectories as well.
| Option | Description | Example |
|---|---|---|
-output=<path> [optional] |
Path where the models & textures should be exported. | -output=some_folder |
-rig=<name> [optional] |
Uses specific rig while exporting models. | -rig=BasicFemale |
-model=<name> [optional] |
Export only specific model with this name. | -model=SANDRA_SKIN_BODY |