Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mt1006/mc-mocap-mod
Minecraft mod that allows you to record and replay player movements
https://github.com/mt1006/mc-mocap-mod
fabric fabricmc forge minecraft minecraft-forge minecraft-mod neoforge
Last synced: about 2 months ago
JSON representation
Minecraft mod that allows you to record and replay player movements
- Host: GitHub
- URL: https://github.com/mt1006/mc-mocap-mod
- Owner: mt1006
- License: lgpl-3.0
- Created: 2022-08-05T18:30:33.000Z (over 2 years ago)
- Default Branch: FABRIC-1.21.1
- Last Pushed: 2024-11-20T23:25:34.000Z (about 2 months ago)
- Last Synced: 2024-11-21T00:23:35.754Z (about 2 months ago)
- Topics: fabric, fabricmc, forge, minecraft, minecraft-forge, minecraft-mod, neoforge
- Language: Java
- Homepage: https://modrinth.com/mod/motion-capture
- Size: 3.95 MB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE
Awesome Lists containing this project
README
# About
**Motion Capture** is a Minecraft mod that allows you to record and replay player movements. It is created mainly for people who want to create complex scenes in Minecraft without using real players.It records:
- movements
- sprinting, jumping, swimming, sneaking
- swinging hands
- using items
- items in hands and armor
- states like being on fire, being invisible, or glowing
- placing, breaking and interacting with blocks
- nearby entities and riding themAfter you save recording, you can create a scene, to which you can add multiple recordings or other scenes, with parameters like player name, position offset, or start delay.
CurseForge page: https://www.curseforge.com/minecraft/mc-mods/motion-capture-mod-mocap
Modrinth page: https://modrinth.com/mod/motion-capture
# How to use
- First, you need to start recording using ```/mocap recording start```. It will record all your movements or movements of a player given as an argument.
- Then, you can stop recording using ```/mocap recording stop``` and save it with ```/mocap recording save ```.
- Use ```/mocap playing start ``` to play recording.
- You can also create scenes to which you can add multiple recordings or other scenes, with parameters like player name, position offset, or start delay.
- To create scene use ```/mocap scenes add ```. Then, add your recording using ```/mocap scenes addTo [delay] [x_offset] [y_offset] [z_offset] [player_name] [skin_source_type] [skin_source]``` (you can skip arguments in square brackets if you want).
- To play scene use ```/mocap playing start .``` - you need to put a dot before the scene name.
- By putting a dot before name, when using ```/mocap scenes addTo (...)```, you can also add scenes to other scenes.### Commands
```
/mocap recording [...] - Recording player movements
/mocap recordings [...] - Managing recording files
/mocap scenes [...] - Creating and modifying scenes
/mocap playing [...] - Playing scenes and recordings
/mocap settings [...] - Shows and modifies settings
/mocap info - Displays information about mod
/mocap help - Displays help message
```# Example
Simple example of one recording used 4 times in a scene with time and position offset
![](https://raw.githubusercontent.com/mt1006/mc-mocap-mod/_common/screenshots/example1.png)
One recording of climbing stairs used multiple times in a scene with start delay
![](https://raw.githubusercontent.com/mt1006/mc-mocap-mod/_common/screenshots/example2.png)