-
Notifications
You must be signed in to change notification settings - Fork 193
Create a Dance Mod
How to Create a Dance Mod
Creating a Dance Mod is simple once you have MateSDK set up.
If you haven’t done that yet, follow this guide first:
https://github.com/shinyflvre/Mate-Engine/wiki/Setup-MateSDK-(Required-for-Mods-ME-Models)
Once MateSDK is fully set up, you’ll see something like this:
In the Hierarchy on the left, find the category named ME Modding.
Click on DANCE_MOD_EXAMPLE. In the Inspector, you’ll see the example component ME Dance Mod Creator (Script). Enable both the GameObject and the component by clicking their checkboxes.
In the Song field, add your desired audio clip. In the Dance Clip field, add your animation clip. Fill in Song Name, Song Author, and MMD Author if you converted a VMD file to FBX.
If you don’t know what an animation clip is, you should learn Unity animation basics first. This tutorial only covers mod creation, not animation creation.
When your mod is ready, open the top menu bar and select MateEngine SDK X.X → Dance Exporter.
Drag your completed Dance Mod object into the exporter window.
Enter a unique Mod Name and your Author Name.
Make sure you have renamed the DANCE_MOD_EXAMPLE object to a unique name and not left it as default.
Click Export Dance Mod. MateSDK will build the mod automatically and open a File Explorer window showing where it’s saved.
You can now import your dance mod through the Mod Menu in MateEngine or upload it to the Steam Workshop.