Strazer-Strazers_PlayerHEX icon

Strazers PlayerHEX

Customize your local player's forklift and player model with any HEX colour.

By Strazer
Last updated 4 hours ago
Total downloads 3
Total rating 0 
Categories Mods
Dependency string Strazer-Strazers_PlayerHEX-1.0.0
Dependants 0 other packages depend on this package

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

Strazer's Player HEX

Customise both your player character and forklift with any HEX colour you want. Local player only.

Features

  • HSV colour wheel picker
  • RGB sliders
  • HEX colour input (3 or 6 digit)
  • Live colour preview
  • Copy / Paste HEX from system clipboard
  • Applies to both player model and forklift
  • Configurable toggle key (default: F8)
  • Colour persists between game sessions
  • Other players are completely unaffected

Installation

  1. Copy PlayerHEX.dll into BepInEx/plugins.
  2. Launch the game.

Usage

Press F8 to open the colour picker window.

  • Drag on the colour wheel to pick hue and saturation.
  • Adjust brightness with the V slider.
  • Fine-tune with R, G, B sliders.
  • Type any hex code in the HEX field and press Enter.
  • Click Apply to save and instantly apply the colour.
  • Click Reset to revert to the saved colour.
  • Use Copy HEX / Paste HEX to share colours.

Configuration

Config file is created at:

BepInEx/config/strazer.playerhex.cfg
Setting Default Description
Enabled true Enable or disable the mod
PlayerColourHex #FFFFFF HEX colour applied to player and forklift
WindowToggleKey F8 Key to toggle the colour picker window

Supported HEX Formats

Input Result
#FFFFFF White
FFFFFF White
#FF0000 Red
FFD700 Gold
#FFF White (shorthand)
FFF White (shorthand)

Invalid values are silently rejected.

Multiplayer Behaviour

Only the local player's colour is changed. All other players in the lobby keep their original game colours. No networking data is modified.

Known Limitations

  • The colour picker uses Unity IMGUI. It disappears when the HUD is hidden (e.g. loading screens). Press F8 to reopen it.
  • Colour wheel precision is limited by the 256x256 texture.

Credits

  • Strazer — Author
  • Crashout Crew by kesomannen

Version History

Version Date Changes
1.0.0 2026-08-08 Initial release