possible: UN and Space Ship doesn't trigger the win?

DesertWolf

Chieftain
Joined
Nov 26, 2003
Messages
78
Hi


maybe someone can mod sth like this:

it would be nice if you can build the UN and Space Ship even in games where those two are no victory conditions. simply build them and get the benefits (the resolutions, and if there are any with the Space Ship)

would be nice to build those wonders in non UN/SpSh games too
 
There is the option in game, you just tick off on the victory conditions, the victory conditions you dont want

Unless that means you can't build them full stop.

Not sure, try it out
 
What he means is that it is still possible to build those buildings, but they do not let you win.

The fact that it is the opposite in game (i.e. you cannot build UN - and vote any resolution at all - if you do not trigger the diplomatic victory option) is quite disappointing.
 
You can just change the CIV4BuildingInfos.xml:

Code:
<BuildingClass>BUILDINGCLASS_UNITED_NATIONS</BuildingClass>
...
<VictoryPrereq>VICTORY_DIPLOMATIC</VictoryPrereq>

to

Code:
<VictoryPrereq>NONE</VictoryPrereq>
.

Same goes for the Apollo Program in CIV4ProjectInfo.xml.
 
coopa: if you disable the options you cannot build them
surtur: i'll try it after i won my current game (or if i am getting tired of 20mins turns and start another game ... ;))
 
Back
Top Bottom