5 Create a Sound Pack Mod
Shiny edited this page 2025-10-21 15:23:07 +02:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

In this Wiki entry well 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 havent done that yet, follow this guide first:
https://github.com/shinyflvre/Mate-Engine/wiki/Setup-MateSDK-(Required-for-Mods-ME-Models)


Step 1: Locate the Example Mod

Open the MateEngine Unity Project. In the Hierarchy on the left, look for the ME Modding category. Inside, youll find VOICE_PACK_MOD_EXAMPLE.


Step 2: Open in the Inspector

Click on VOICE_PACK_MOD_EXAMPLE. On the right side, open the Inspector window.


Step 3: Enable the Example Mod

Enable the GameObject by checking the box next to VOICE_PACK_MOD_EXAMPLE. Also enable the component ME Voice Pack (Script).

image

Step 4: Add Your Audio Clips

Add your custom audio clips to the desired fields. Supported formats: .ogg, .mp3, or .wav (recommended: .ogg or .wav).


Step 5: Test Your Mod

Enter Play Mode in Unity to test if your sound pack works as intended.


Step 6: Open the Mod Exporter

When testing is complete, open MateEngine SDK X.X (next to the Inspector) and click on Mod Exporter.

image

Step 7: Configure the Export

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.


Step 8: Export and Use

Click Export Mod. After export, you can import your mod directly into MateEngine or upload it to the Steam Workshop.