


More Colors is a lightweight extension library for YapYap that adds support for custom costume colors, skins, and materials. It provides a clean no-code system that allows other mods to register their own textures or AssetBundle materials using a simple text file. This mod is intended to be used as a base dependency for color and costume packs.
com.github.darmuh.yaplocalizer)BepInEx-BepInExPack-5.4.2304)All players need this mod if everyone wants to see the custom colors and costumes.
Any mod can define new colors by supplying a PNG texture or an AssetBundle containing a Material.
myskin.png)Put the PNG or AssetBundle file inside your own mod plugin folder.
Create a text file named konami_code.txt in the same folder as your assets.
The config file uses Key: Value lines and is read top to bottom.
Blank lines separate entries.
.png extension (used for texture swaps).-Local is treated as localization and routed through YapLocalizer (examples: English-Local, French-Local).Author: Omniscye
Name: Lava
English-Local: Lava
French-Local: Lave
FileName: omnilava.png
Author: Omniscye
Name: Tron Red
English-Local: Tron Red
AssetBundle: empressshaders
Material: tronred
If you are distributing a color or costume pack that depends on More Colors, include the following and list More Colors as a dependency:
konami_code.txtmanifest.jsonREADME.mdicon.png