Managing recording and scene files
Using Motion Capture commands
Commands to list, retrieve information and generally manage recordings and scenes are within
/mocap recordings and /mocap scenes groups respectively and are similar for both of these groups.
Commands for managing recording files:
/mocap recordings list- list available recording files/mocap recordings info [rec]- show information about recording/mocap recordings copy [src] [dest]- copy recording src to dest/mocap recordings rename [src] [dest]- rename recording src to dest/mocap recordings remove [rec]- remove a recording
Commands for managing scene files:
/mocap scenes list- list available scene files/mocap scenes list [scene]- list elements of a given scene/mocap scenes info [scene]- show information about a scene/mocap scenes info [scene] [element ID]- show information about scene element with a given ID/mocap scenes copy [src] [dest]- copy scene src to dest/mocap scenes rename [src] [dest]- rename scene src to dest/mocap scenes remove [scene]- remove a scene
Directly in file system
You can directly access Motion Capture files with in .minecraft/saves/(your world folder)/mocap_files directory.
Recording and scene files can be found in recordings and scene directories respectively.
You may find directly working on files useful or necessary when
- batch copying/renaming/removing files
- making a backup of files
- moving recordings/scenes between saves
- batch modifying/creating scene files - fot this you may want to see scene file format
When working with files directly, remember about adding/keeping filename extensions (suffixes).
For recordings, it's .mcmocap_rec and for scenes, .mcmocap_scene.
Also, filename should be valid Motion Capture recording/scene name. It may only contain lowercase letters, numbers and underscore.
Dashes and dots are also permitted but name cannot start with them (including scene file names).
List of recordings and scenes for providing command suggestions is loaded at server startup so any changes made directly
in filesystem won't be visible. To refresh suggestions without server restart use /mocap misc refresh_suggestions.