JFD
Kathigitarkh
I am quite new to these mods. I am using the CBP and about to use "Exploration Continued Expanded" and the description says -
Community Balance Patch - Disable Exploration Policy Changes in the UserSettings file.
I went into the file but could someone please advise me if I am in the right area and I just change this 1 below to a 0? Thanks in advance.
INSERT INTO JFD_GlobalUserSettings
(Type, Value)
SELECT ('JFD_EXPLORATION_POLICY_CHANGES'), 1
WHERE NOT EXISTS (SELECT * FROM COMMUNITY WHERE Type = 'COMMUNITY_CORE_BALANCE_POLICIES' AND Value = 0);
--------------------------------------------------------------------------
Yes, just change that 1 to a 0.