[BNW]Disabling world congress option...how?

ww2commander

Emperor
Joined
Aug 23, 2003
Messages
1,243
Location
Australia
So here I am trying to port over my mod into BNW format and on turn 2 the world congress notice pops-up.

Normally this would not be an issue....but this is a WW2 mod with an all-war state :rolleyes:

So how does one disable this option for scenarios?


EDIT: Nevermind...it seems that the world builder is now updated (no error messages) and the option is available in the scenario editor options.
 
Just in case other people find this thread and want the option to disable or remove the World Congress, there is a hidden option for Advanced Setup that adds a "Disable World Congress" option (it also disallows diplomatic victory, of course). You need both expansions to do this I believe. To make this option show up in your Advanced Setup screen, go to:

C:\Program Files (x86)\Steam\steamapps\common\Sid Meier's Civilization V\Assets\DLC\Expansion2\Gameplay\XML\GameInfo\CIV5GameOptions_Expansion.xml

Open CIV5GameOptions_Expansion.xml with Notepad or Notepad++ and you'll see:

<Type>GAMEOPTION_NO_LEAGUES</Type>
<Description>TXT_KEY_GAME_OPTION_NO_LEAGUES</Description>
<Help>TXT_KEY_GAME_OPTION_NO_LEAGUES_HELP</Help>
<Visible>0</Visible>

Change <Visible>0</Visible> to <Visible>1</Visible>
Now when you go to Advanced Setup you'll see an option to "Disable World Congress"

I like to play as though I'm North Korea - doing whatever I want when I want - and find it extremely frustrating that I have to follow every idiotic whim of other leaders (and the way votes are divided up doesn't make sense to me) so I like having it disabled. Hope this helps someone!
 
Back
Top Bottom