PDA

View Full Version : Turning fog of war off


coreyh2
08-19-2008, 04:46 AM
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.

bers
08-19-2008, 06:43 AM
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>

coreyh2
08-20-2008, 03:46 AM
Thanks. That works perfectly. :)