A Arch Duke Chieftain Joined Sep 28, 2010 Messages 9 Oct 3, 2010 #1 <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?
<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?
Adam7Eight Emperor Joined Jun 19, 2002 Messages 1,262 Location Wisconsin, USA Oct 3, 2010 #2 Post your .modinfo file so we can look at it. Did you set your "OnModActivated" control?
FiresForever Prince Joined Sep 30, 2010 Messages 584 Oct 3, 2010 #3 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>
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>
A Arch Duke Chieftain Joined Sep 28, 2010 Messages 9 Oct 3, 2010 #4 low said: Post your .modinfo file so we can look at it. Did you set your "OnModActivated" control? Click to expand... no i didn't, stupid me. working now- thanks for the reminder.
low said: Post your .modinfo file so we can look at it. Did you set your "OnModActivated" control? Click to expand... no i didn't, stupid me. working now- thanks for the reminder.
Adam7Eight Emperor Joined Jun 19, 2002 Messages 1,262 Location Wisconsin, USA Oct 3, 2010 #5 FiresForever said: Your "where" and "set" are the wrong way around... Click to expand... That doesn't matter.
FiresForever said: Your "where" and "set" are the wrong way around... Click to expand... That doesn't matter.