OctoLab-ConfigTeams icon

ConfigTeams

Now you can add custom teams with a config.

By OctoLab
Last updated 2 days ago
Total downloads 68
Total rating 1 
Categories Mods Tools
Dependency string OctoLab-ConfigTeams-1.1.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2117 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.2117
Jo912345-FixedConfig-1.0.0 icon
Jo912345-FixedConfig

Enables `HideManagerGameObject` in BepInEx.cfg, which fixes many mod issues after 2.4.3

Preferred version: 1.0.0

README

Config Teams

Now you can add custom teams and replace original with a config.

How to add custom teams:

  1. Find the config file named "com.OctoLab.MoreTeams.cfg".
  2. Add a new variable with hex colors in the format "fill|border|saturated", like this:
    "BlackAndWhite = ffffff|000000|918189".
  3. In "Colours", add your variable name after the "|" symbol, like this:
    "Yellow|BrightPurple|Orange" -> "Yellow|BrightPurple|Orange|BlackAndWhite".
  4. Save and enjoy.

P.S. You also can replace teams with your new teams by set "ReplaceTeams" on true, also if you replace teams and number of teams not more then original, you can play in multiplayer. :)

Be carefully

  • If you write the variable incorrectly, the game may crash.

  • If you add the wrong variable name in "Colours" - for example, "Yellow|BrightPurple|Orange|BlackandWhite" instead of "Yellow|BrightPurple|Orange|BlackAndWhite" -
    the variable named "BlackandWhite" will appear, which is a default yellow color.