-
Notifications
You must be signed in to change notification settings - Fork 192
Create a Sound Pack Mod
In this Wiki entry we’ll explain how to create a Voice Pack / Sound Pack for MateEngine.
Creating a Voice Pack or Sound Pack 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)
Open the MateEngine Unity Project. In the Hierarchy on the left, look for the ME Modding category. Inside, you’ll find VOICE_PACK_MOD_EXAMPLE.
Click on VOICE_PACK_MOD_EXAMPLE. On the right side, open the Inspector window.
Enable the GameObject by checking the box next to VOICE_PACK_MOD_EXAMPLE. Also enable the component ME Voice Pack (Script).
Add your custom audio clips to the desired fields.
Supported formats: .ogg, .mp3, or .wav (recommended: .ogg or .wav).
Enter Play Mode in Unity to test if your sound pack works as intended.
When testing is complete, open MateEngine SDK X.X (next to the Inspector) and click on Mod Exporter.
Drag and drop your mod into the Root GameObject field. Enter your Mod Name, Author (your name or pseudonym), and a Description explaining what your mod does. In Mod Type, select Sound.
Click Export Mod. After export, you can import your mod directly into MateEngine or upload it to the Steam Workshop.