[CP] All Policy trees enabled workaround

Aristos

Lightseeker
Joined
Dec 11, 2001
Messages
3,912
Location
Deep inside...
For all of you CP-only users that want a temporary solution to the reported bug that enables ALL Policy trees from the start:

Until G corrects the dll code responsible for this, a workaround is:

-- Policy Branch - number of unlocked policies (finishers excluded) before branch is unlocked.
ALTER TABLE PolicyBranchTypes ADD COLUMN 'NumPolicyRequirement' INTEGER DEFAULT 100;

Change the integer to 100 in
..\My Games\Sid Meier's Civilization 5\MODS\(1) Community Patch\Core Files\Core Tables\CoreTableEntries.sql
 
Top Bottom