UN w/o Diplomatic victory

i just want to be able to build and use the UN without ending my game.
that and i want to win culture victorys.
 
No matter how many times I've won diplomatic victory votes, nothing happens. You don't need a mod. Yet.
 
it says you have won a diplomatic victory
as usualy gives you a chance to keep playing (you cant win a 2nd time, ofcorse)
i just want to take diplomatic victorys out, but leave the united nations in.
and i have no idea how to do it myself
 
I think all you have to do is open

.../Firaxis Games/Sid Meier's Civilization 4/Assets/XML/Buildings/CIV4BuildingInfos.XML

and goto

Code:
<BuildingInfo>
			<BuildingClass>BUILDINGCLASS_UNITED_NATIONS</BuildingClass>
			<Type>BUILDING_UNITED_NATIONS</Type>
			<SpecialBuildingType>NONE</SpecialBuildingType>
			<Description>TXT_KEY_BUILDING_UNITED_NATIONS</Description>
			<Civilopedia>TXT_KEY_BUILDING_UNITED_NATIONS_PEDIA</Civilopedia>
			<Strategy>TXT_KEY_BUILDING_UNITED_NATIONS_STRATEGY</Strategy>
			<Advisor>ADVISOR_GROWTH</Advisor>
			<ArtDefineTag>ART_DEF_BUILDING_UNITED_NATIONS</ArtDefineTag>
			<MovieDefineTag>ART_DEF_MOVIE_UNITED_NATIONS</MovieDefineTag>
			<HolyCity>NONE</HolyCity>
			<ReligionType>NONE</ReligionType>
			<StateReligion>NONE</StateReligion>
			<PrereqReligion>NONE</PrereqReligion>
			<GlobalReligionCommerce>NONE</GlobalReligionCommerce>
			<VictoryPrereq>VICTORY_DIPLOMATIC</VictoryPrereq>
			<FreeStartEra>NONE</FreeStartEra>

and change

<VictoryPrereq>VICTORY_DIPLOMATIC</VictoryPrereq>

into

<VictoryPrereq>NONE</VictoryPrereq>

and finally save it, using "Save as...", to

.../My Documents/My Games/Sid Meier's Civilization 4/CustomAssets/XML/Buildings/CIV4BuildingInfos.XML

and you'd be good to go.

But don't quote me for it... ;)
 
Back
Top Bottom