I fail to understand this error message :
15.409 Error PrototypeLoader.cpp:95: Error loading prototype, used default instead: Error while loading utility-constants prototype "default" (utility-constants): Key "default_enemy_force_color" not found in property tree at ROOT.utility-constants.default
Modifications: core › Enemy Color
15.409 Error PrototypeLoader.cpp:101: Modifications: core › Enemy Color
15.412 Error ModManager.cpp:1514: Error while loading utility-constants prototype "default" (utility-constants): Key "default_enemy_force_color" not found in property tree at ROOT.utility-constants.default
//error msg on startup below
15.983 Mods to disable:Failed to load mods: Error while loading utility-constants prototype "default" (utility-constants): Key "default_enemy_force_color" not found in property tree at ROOT.utility-constants.default
Modifications: core › Enemy Color
I tried to add one color, I just added
["Pink"]={a=128,r=255,g=192,b=203}, --
["Hot pink"]={a=128,r=255,g=105,b=180}, --
["Low alpha"]={a=24,r=255,g=0,b=0} -- <-- this option
and I included it in "allowed_values" in game settings. Is it inpossible to add new value to this table by this way - for some reason, or am I not seeing something else?