Hey all,
Many of you like challenges. Good. For those of you who want more challenge than Deity can provide, I'll point you to a setting that (I imagine) most of you did not know existed.
This is found in the CBP/CommunityOptions.sql file (in the base level of the mod folder). Changing the latter value ramps up the custom settings of the CBP greatly, giving the AI additional long-term bonuses (it doesn't give the AI much in the early game, aside from some gold and additional happiness).
Give it a try, if you dare!
G
Many of you like challenges. Good. For those of you who want more challenge than Deity can provide, I'll point you to a setting that (I imagine) most of you did not know existed.
Code:
/*
COMMUNITY Global Difficulty Level
0 = Global Difficulty - Prince
1 = Global Difficulty - King (Default)
2 = Global Difficulty - Emperor
3 = Global Difficulty - Immortal
4 = Global Difficulty - Deity
5 = Global Difficulty - Super Deity
*/
INSERT INTO COMMUNITY (Type, Value)
VALUES ('BALANCE_GLOBAL_DIFFICULTY_LEVEL', 1);
This is found in the CBP/CommunityOptions.sql file (in the base level of the mod folder). Changing the latter value ramps up the custom settings of the CBP greatly, giving the AI additional long-term bonuses (it doesn't give the AI much in the early game, aside from some gold and additional happiness).
Give it a try, if you dare!
G