Skip to content

Default Color Configuration

fragger57 edited this page Aug 26, 2023 · 1 revision

Version 2.4.3

Configuring the Default Overlay Color is very simple! Just follow the steps below:

  1. Navigate to your .minecraft folder. If you don't know where this is, just type %appdata% into the Windows search bar. This will bring up your roaming folder and the .minecraft folder should be close to the top.
  2. From there navigate to the config folder and locate the creatoroverlaysconfig.properties file.
  3. Open this file and change the overlay.color value as instructed: 0 is Black, 1 is White, and 2 is Red.

Here's what the text in the config file should look like based on what color you want the default to be:

Black: overlay.color=0 #int value. 0 is black, 1 is white, 2 is red. | default: 0

White: overlay.color=1 #int value. 0 is black, 1 is white, 2 is red. | default: 0

Red: overlay.color=2 #int value. 0 is black, 1 is white, 2 is red. | default: 0


Important Note:

The added number for the overlay.color value should be 0, 1, or 2. While adding other numbers shouldn't break anything, the default color will stay as black unless a value of 1 or 2 is present.