Changing Social Policies?

NZTuba

Chieftain
Joined
Oct 1, 2010
Messages
2
I would like to mod the game so that One can have the Authoritarian and Freedom/Liberty policy trees and the Piety/Rationalism trees active at the same time. Could someone post some instructions?

Or if you have any information changing social policies at all I would like to know.

Thank you for your help:)
 
These settings are located in CIV5PolicyBranchTypes.xml, under PolicyBranch_Disables. To remove the ones you want, create a mod like this:

Code:
<?xml version="1.0" encoding="utf-8"?>
<GameData>
	<PolicyBranch_Disables>
		<Delete PolicyBranchType="POLICY_BRANCH_LIBERTY" />
		...repeat for each branch...
	</PolicyBranch_Disables>
</GameData>
 
Back
Top Bottom