More Colors
Adds 3 new custom costume colors to the game and allows you to easily add your own!
| Date uploaded | 5 months ago |
| Version | 1.0.1 |
| Download link | Omniscye-More_Colors-1.0.1.zip |
| Downloads | 197 |
| Dependency string | Omniscye-More_Colors-1.0.1 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2304README
More Colors v1.0.1

Overview
More Colors is a lightweight extension library that adds support for custom costume colors and skins. It includes example colors and provides a simple, no-code system that other mods can use to register their own textures.
This mod is intended to be used as a base dependency for color and costume packs.
What it provides
- Runtime registration of additional costume colors
- External texture loading from other mods
- No scripting required to add new skins
- Simple text-based configuration format
Who needs this
** All Players need this mod if everyone wants to see the custom colors / costumes **
Adding your own costumes
Any mod can define new colors by supplying a PNG texture and a small configuration file.
-
Create your texture Save your costume texture as a PNG file (example:
myskin.png) -
Place the file Put the image file inside your own mod plugin folder
-
Create the config Create a text file named
Konami_Code.txtin the same folder as your image
Configuration format
The config file uses a simple Key: Value structure and is read top to bottom.
Supported keys
-
Author Sets the creator name and applies to all entries below it until changed
-
Name Display name of the costume or color
-
FileName Exact PNG file name including the
.pngextension
Example format of 2 new color / costumes
Author: Omniscye
Name: Neon Pink
FileName: omnipink.png
Name: Cool Blue
FileName: coolblue.png
You may define as many entries as you want in a single file.
Preparing a color pack for upload
If you are distributing a color or costume pack that depends on More Colors, include the following in your zip and make sure to add More Colors as a dependency in your manifest.
- Konami_Code.txt
- All referenced PNG textures
- manifest.json
- README.md
- icon.png
Credits
Made by Omniscye / Empress
Localization support is planned with help from darmuh.