Hi,
I want to tune the player colors in the strategic icons a bit, because I find some of the darker ones hard to read.
I found a very old mod here: /viewtopic.php?f=2&t=350 but it doesn't work anymore.
I also found this thread: /viewtopic.php?f=41&t=16878
I read somewhere that you can change the color by using the SetArmyColor command. But this needs cheats enabled and i couldn't get it to work in a sandbox. The console even knows the command SetArmyColor and gives a hint what arguments to pass but when I try it (e.g. SetArmyColorIndex(ARMY_1,30,30,30)) it gives an error: unknown command.
I also read somewhere, that the color of the players is stored in the replay so I can't just alter them on my side without a sim mod that everybody uses. Is it possible to only alter the displayed color in the stratgic Icons? That would be enough for me. The GameColors.lua seems to indicate that, because there is a PlayerColors and an ArmyColors list. But I don't know how to access the chosen playercolor once the game has started.
Does anybody know how I can achieve what I want? Is the color really stored in the replay and not only the colorindex? Any hints are really appreciated!