• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Lord Milutin

Major
22 Badges
May 18, 2016
796
726
  • Surviving Mars: First Colony Edition
  • Stellaris: Nemesis
  • Stellaris: Necroids
  • Stellaris: Federations
  • Stellaris: Lithoids
  • Stellaris: Ancient Relics
  • Stellaris: Megacorp
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Stellaris: Synthetic Dawn
  • Stellaris - Path to Destruction bundle
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Galaxy Edition
Hi!
I want to add a few colors for my mod, but something isn't right.
I found the rgb and hsv values for those colors and added them in both files (00_colors in common/colors folder - for example
Code:
rgb { 215 25 196 }        # Violet Lantern

and

Code:
violet_lantern    = { flag = hsv { 306 79 47 }     map = hsv { 306 79 47 } }

for colors file in flags folder).

Yet, even though the game recognizes that I have tried to put something, all colors are the same red or white hue and looks like something is wrong.

Can someone please help me? :(