You are viewing a potentially older version of this package. View all versions.
Omniscye-More_Colors-1.0.1 icon

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-5.4.2304 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2304
darmuh-YapLocalizer-0.1.3 icon
darmuh-YapLocalizer

Utility mod for adding localized text to the game!

Preferred version: 0.1.3

README

More Colors v1.0.1

YAPYAP

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.

  1. Create your texture Save your costume texture as a PNG file (example: myskin.png)

  2. Place the file Put the image file inside your own mod plugin folder

  3. Create the config Create a text file named Konami_Code.txt in 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 .png extension

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.

  1. Konami_Code.txt
  2. All referenced PNG textures
  3. manifest.json
  4. README.md
  5. icon.png

Credits

Made by Omniscye / Empress

Localization support is planned with help from darmuh.