How do I turn off the Fog of War for a scenario?

nokmirt

Emperor
Joined
Feb 14, 2009
Messages
5,088
Location
Iowa USA
I tried to find this in other posts, but couldn't find anything except adding the satellite ability to an earlier tech. In my case I'd like to add it to rifling.

Does anyone know the xml code for that?

I tried this it didn't work. Probably because rifling does not have that option to begin with.

Code:
                 <Update>
			<Where Type="TECH_RIFLING"/>
			<Set MapVisible="TRUE"/>
		</Update>
 
are "true" and "false" case sensitive? I've always used "true" and "false" for booleans and not "TRUE" and "FALSE".

That was it. The map looks much better now. Thank you.
 
Top Bottom