Skip to content

A simple CLI tool that exports models from perm.bin to FBX format.

Notifications You must be signed in to change notification settings

SDmodding/PermToFBX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple CLI tool that exports models from perm.bin to FBX format.

Resources

Stars

Watchers

Forks

Sponsor this project

  •  

Languages