Quote:
Originally Posted by coreyh2
Is there anyway to turn off fog of war for map testing? The check box option makes the fog not be displayed but it doesn't make units visible. I'm testing patrolling units and its hard to keep track of them.
|
Insert <Debug> section into
settings.xml as shown below:
<Settings>
...
<Debug>
<b_allUnitsVisible>true</b_allUnitsVisible>
</Debug>
</Settings>