Viewer - UlyssesWu/FreeMote GitHub Wiki
FreeMote Viewer
FreeMote Viewer is a tool to view pure (and also some impure) EMT models.
Usage
Drag & drop EMT PSB model file on this tool.
Click Motion
button to view character's animations.
Supported models
- pure PSBv2-v4
- impure PSBv3+ (via
DullahanLoad
) - compressed PSB (via
Plugins/PsbShell
) - partial exported PSBs
Unsupported models
- impure PSBv2 (unless you have a proper
IPsbKeyProvider
plugin, otherwise you have to purify it with other FreeMote tools)
Partial exported PSB
Some PSBs are exported into 2 (or more) parts: usually head and body. You can drag & drop all files on FMV to load them at once, however the select order is critical.
There is one Main part for such PSBs, which is used for EMT engine to load motion settings. For the "head & body" export pattern, the main part is usually the body.
When drag & drop, select all files and then drag the non-Main part (head) on FMV. If you're using commandline, put the Main part (body) at last:
FreeMoteViewer head.psb body.psb
FreeMote will try to fix partial exported PSBs because they are likely to contain invalid metadata. If the display result seems to be wrong, you can disable the fix feature by -nf
or --no-fix
.