Hello !
I'm new in modding (I've read one tutorial only...) and I wanted to create a mod so AI players can't build any wonder. The only thing I found is the "WonderCompetitiveness" attribute for leaders so I made this :
AI.xml :
Project properties > Actions :
OnModActivated - UpdateDatabase - AI.xml
But no luck so far.
Can you help me ?
I'm new in modding (I've read one tutorial only...) and I wanted to create a mod so AI players can't build any wonder. The only thing I found is the "WonderCompetitiveness" attribute for leaders so I made this :
AI.xml :
Code:
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 12/10/2010 20:48:02 -->
<GameData>
<Leaders>
<Update>
<Set WonderCompetitiveness="-200"/>
<Where />
</Update>
</Leaders>
</GameData>
Project properties > Actions :
OnModActivated - UpdateDatabase - AI.xml
But no luck so far.
