Attempting a map reveal via tech unlock

Arch Duke

Chieftain
Joined
Sep 28, 2010
Messages
9
<Gameinfo>
<Technologies>
<Update>
<Where Type="TECH_SATELLITES"/>
<Set MapVisible="true"/>
</Update>
</Technologies>
</Gameinfo>

For some reason it's not triggering map reavel upon gaining the sata tech, any suggestions?
 
Your "where" and "set" are the wrong way around, also gameinfo should be GameData:

<GameData>
<Technologies>
<Update>
<Set MapVisible="true"/>
<Where Type="TECH_SATELLITES"/>
</Update>
</Technologies>
</GameData>
 
Back
Top Bottom