Kael
Deity
You may want to delete everything in your "..\Documents\My Games\Sid Meier's Civilization 5\cache" directory.
On your actions tab if you use the following it won't work:
It must be:
I've attached a test project which reduces warrior movement to 1. You can load it with ModBuddy.
On your actions tab if you use the following it won't work:
Code:
<Actions>
<OnModActivated>
<UpdateDatabase>XML\Units\UnitTweaks.xml</UpdateDatabase>
</OnModActivated>
</Actions>
It must be:
Code:
<Actions>
<OnModActivated>
<UpdateDatabase>XML/Units/UnitTweaks.xml</UpdateDatabase>
</OnModActivated>
</Actions>
I've attached a test project which reduces warrior movement to 1. You can load it with ModBuddy.