You are viewing a potentially older version of this package. View all versions.
16MB-DyeCommands-0.1.0 icon

DyeCommands

A crude implementation to dye armour pieces in game by using commands in chat.

Date uploaded 2 years ago
Version 0.1.0
Download link 16MB-DyeCommands-0.1.0.zip
Downloads 3578
Dependency string 16MB-DyeCommands-0.1.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2100

README

DyeCommands

A crude implementation to dye armour pieces in game by using commands in chat. All dye colours work and you can even remove dye from armour altogether. Not all armours look great with no dye applied as their orignal texture is an odd green colour. The colour of dyes is also not consistent across armour pieces. This is likely due to the orignal system dyeing all pieces at once and so to not always look like a crayon, the dev added variance to each armour piece for each dye.

Usage

Type "/Dye <Armour> <Dye>"
• Armour:
  • Helm,  H, 0
  • Chest, C, 1
  • Legs,  L, 2
  • Cape,  K, 3
  • All,   A, 4
• Dye: 
  • Grey,  W, 0
  • Blue,  B, 1
  • Green, G, 2
  • Red,   R, 3
  • None,  N, 4

Known\Possible Issues

  • This mod enables dyeing on all armour pieces. I've observed this in game to not actually do anything but I'm unaware if this causes any actual issue.
  • This is not tested in multiplayer and I'd assume it doesn't work. I also likely don't have the knowledge to fix it if it doesn't.