is there a way to remove the ban on nuclear weapons out of game?

silentsam5

Chieftain
Joined
Jun 16, 2012
Messages
2
the first general of the UN put up the vote of banning nuclear weapons and every one but me voted yes. now, even though i am the general, no1 will vote no on it. is there a way, maybe through editing scripts or mods, that i can remove it maybe permanently?
 
Use at your peril and back up the file first - I'm no modder. But the xml file you want is Civ4VoteInfo in assets/GameInfo. In that you'll find the following

- <VoteInfo>
<Type>VOTE_NO_NUKES</Type>
<Description>TXT_KEY_VOTE_NO_NUKES</Description>
<iPopulationThreshold>51</iPopulationThreshold>
<iTradeRoutes>0</iTradeRoutes>
<bSecretaryGeneral>0</bSecretaryGeneral>
<bVictory>0</bVictory>
<bFreeTrade>0</bFreeTrade>
<bNoNukes>1</bNoNukes>

Just delete...that ought to get rid of the vote to ban nukes.
 
Try changing

<bNoNukes>1</bNoNukes>

to

<bNoNukes>0</bNoNukes>

The vote might still go ahead, but even if it passes I assume that nukes could still be built.
 
Use worldbuilder to give yourself a nuke. IIRC, the AI's won't vote for the nuke ban if someone else has nukes and they don't, so they should repeal it for you. You can even delete the nuke once you've built yourself a legit one.
 
Use worldbuilder to give yourself a nuke. IIRC, the AI's won't vote for the nuke ban if someone else has nukes and they don't, so they should repeal it for you. You can even delete the nuke once you've built yourself a legit one.

Basically cheating though :/

I'm sure if you disable diplomatic victory then the UN can't be built which would solve the issue
 
Remove UN out of game with your military IF its in enemy city... razed city with UN should unlock nukes... still if its in your.. hmm.. try to vote again for it and say "never" (can't remember if in Vanilla it was possible), it will cost some 10% culture for happiness (I think there was some penalty).. but still possible..
Correct me if totally wrong :D
 
Back
Top Bottom