-
-
Notifications
You must be signed in to change notification settings - Fork 28
Viewer
FreeMote Viewer is a tool to view pure (and also some impure) EMT models.
Drag & drop EMT PSB model file on this tool.
Click Motion button to view character's animations.
FreeMote Viewer is only for EMT PSBs.
EMT PSB is a sub type of Motion PSB. Not all Motion PSBs are EMT PSB.
Check the decompiled json, if there is no "metadata" with "bustControl" etc., it's not an EMT PSB, and won't be able to view.
- pure PSBv2-v4
- impure PSBv3+ (via
DullahanLoad) - compressed PSB (via
Plugins/PsbShell) - partial exported PSBs
- impure PSBv2 (unless you have a proper
IPsbKeyProviderplugin, otherwise you have to purify it with other FreeMote tools)
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.