Nokorpo Michiball Services About us Mastodon

How to create mods for Michiball

⚠️ This page is still a work in progress. The whole detailed instructions will be released when the game finally comes out.

Our game Michiball has mod support.

How to create custom characters

You can add new custom characters to Michiball, and use them as any other character in the game.

1. Open the mods folder

Open the mods folder, the easiest way to locate it, is to open Michiball, and go to settings > mods you will see the mod folder path, and a handy button to open the folder.

Michiball settings menu

2. Navigate the files

You will see there is a default /custom_resources/characters/sample_character/ folder, you can use this as a base for creating new mods, let’s take a look at what files it has:

So you just need to change these files to create a custom character. You can have as many folders with as many mods as you want.

3. Modify the default sample character

You can open and modify the sample_character.gltf as you want.

The easiest way we offer, is to download the sample_character.bbmodel, and modify it using the open source Blockbench app.

You will see the character is composed of different parts (Head, Body, Hands, RightHand, Wrist…). Do not change or move these pivots, since the animation system of Michiball needs them to animate the charactes.

You can modify the different parts of the body of this character, repaint it’s texture, and even add new parts. Then export is as a .gltf and add it to the character mod folder.

A screenshot of a character in a 3D editor

How to create custom maps

⚠️ This section is still a work in progress…