Details

Last Updated
last year
First Uploaded
last year
Downloads
1.6K
Likes
1
Size
30KB
Dependency string
innominata-BepInEx_Console_Extensions-2.0.0
Dependants

Simple mod to allow easy use of custom colours in the console by other BepInEx mods

Manual Installation:

  1. Install BepInEx
  2. Copy the BCE.dll to your BepInEx/plugins directory

Developer Usage:

using BCE;

 console.Write("SomeText ", ConsoleColor.Red);

 console.Write("SomeOtherText\n", ConsoleColor.DarkCyan);

 console.WriteLine("A Whole Line of Text", ConsoleColor.DarkGray);

Available Colors are found here, or via your IDE Autocomplete https://docs.microsoft.com/en-us/dotnet/api/system.consolecolor?view=net-5.0

Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.