Page 1 of 1
Army icons
Posted: Sun Nov 10, 2013 3:45 pm
by jkile
when one forms an army, you get an icon on left side of screen for easy "go to " acccess. How do you turn this off & on?? I have so many armies now, they cover up map overlays( like supply) and this is not usable.
Thnaks,
JMK
RE: Army icons
Posted: Mon Nov 11, 2013 5:55 pm
by willgamer
ORIGINAL: jmkile
when one forms an army, you get an icon on left side of screen for easy "go to " acccess. How do you turn this off & on?? I have so many armies now, they cover up map overlays( like supply) and this is not usable.
Thnaks,
JMK
Civil War II/CW2/Settings/UserInterface.opt
...
// ********************************************************
// Army Outliner (Finder)
// ********************************************************
inoArmyOutlinerDefined = 0 // boolean: AO is allowed by design in this game
inoArmyOutlinerStatus = 0 // Initial state of the AO (0: hidden, 1: folded, 2: expanded)
RE: Army icons
Posted: Mon Nov 11, 2013 6:37 pm
by Michael T
Thats nice to know. Thanks
RE: Army icons
Posted: Tue Nov 12, 2013 12:42 am
by mmarquo
How does this work?
RE: Army icons
Posted: Tue Nov 12, 2013 2:43 am
by Ace1_slith
Open the UserInterface.opt file with notepad.
Change the line
inoArmyOutlinerStatus = 2
to
inoArmyOutlinerStatus = 0
RE: Army icons
Posted: Wed Nov 13, 2013 5:52 pm
by Toro12
Nice tip, Ace. Thx!