Le Sage
Emperor
It seems like I've removed the entire Future Era. I want to post this here to get your opinions on it since I don't really think it can be this easy. I get no errors in-game or anything and the Future Era is completely gone from the Tech Tree. Can anyone confirm that this is done right?
PHP:
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 10/21/2010 3:32:09 AM -->
<GameData>
<!-- Remove the Future Era. -->
<Eras>
<Delete Type="ERA_FUTURE" />
</Eras>
<!-- And its Techs. -->
<Technologies>
<Delete Type="TECH_FUTURE_TECH" />
</Technologies>
<Technologies>
<Delete Type="TECH_NANOTECHNOLOGY" />
</Technologies>
<Technologies>
<Delete Type="TECH_NUCLEAR_FUSION" />
</Technologies>
<Technologies>
<Delete Type="TECH_PARTICLE_PHYSICS" />
</Technologies>
</GameData>