Last Updated - 11/02/2021
View the 100% Orange Juice full modding guide here.
日本語のMODマニュアルはこちらです。
You can also join our Discord server
where you can
discuss in our modding channel!
Disclaimer:
- I am not a web dev!
- There is no official support for it so do not report bugs in the #support channel!
- I made this quickly to try and help people making mods in the new format
- Feel free to fork and make changes: https://github.com/hexundev/100oj-modgen
Notice
Before making any mod public, it is the responsibility of the creator to refer to the latest version of the
guide linked above to make sure their mod is compatible with the current mod guidelines and use limitations.
Load Mod
In the future you'll be able to load legacy mods.
Mod Definition
Basic Information
Mod replacements
The sections below include various things you can replace.
Your mod can include many kinds of replacements such as textures, music, voices and so on.
You do not need to fill in each section, only the one(s) you want.
Textures
Add a Texture (Basic)
For units you can specify all poses or a single one.
Examples:
units/cuties_00 replaces all poses (cuties_00_00 to cuties_00_05)
units/cuties_00_01 only replaces this pose.
Add a Texture (Advanced)
Music
You can replace character music or music used for events, see the guide for more info.
Character Music
Event Music
Voices
You can replace a character and/or system voice in this section. See the guide for info on what files to
include in your mod.
Character Voice
System Voice
Sound Effects
You can replace a sound effect by adding its file name. You do not need to include .wav.
Character Hair Colors
JSON Output
You can copy the output below or press the "Download" button.
Pressing "Download" will always update the JSON data first.