Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.32 KB

File metadata and controls

45 lines (36 loc) · 1.32 KB

PermToFBX

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.

Basic CLI Usage

PermToFBX.exe -rig=BasicFemale "CharacterRigs.bin" "Sandra.perm.bin" "Sandra_TS00.perm.bin"

PermToFBX.exe "Data\World\Game\**"

Wildcard Usage

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.

Command-line Options

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