How do I delete Time Victory on Earth Map?

The_Judge

Chieftain
Joined
Jan 13, 2006
Messages
3
Hi,

I've been playing on several of the brilliant Earth maps recently e.g. Rhye's.

However, I want to start playing it on Marathon but someone else said that the game ends at 800 AD on this setting...what line of code (when I open it with Notepad should I delete to disable the Time Victory?

I've looked through the code but all I could find was the starting date (4000 BC), the name of the leaders of each Civ and then endless information on each plot.

Any help would be appreciated!...Thanks...:)
 
open the .Civ4WorldBuilderSave file with an editor it should look like this.

Version=11
BeginGame
Era=ERA_ANCIENT
Speed=GAMESPEED_EPIC
Calendar=CALENDAR_DEFAULT
Option=GAMEOPTION_RAGING_BARBARIANS
Victory=VICTORY_TIME
Victory=VICTORY_CONQUEST
Victory=VICTORY_DOMINATION
Victory=VICTORY_CULTURAL
Victory=VICTORY_SPACE_RACE
Victory=VICTORY_DIPLOMATIC
GameTurn=0
MaxTurns=660
MaxCityElimination=0
TargetScore=0
StartYear=-4000
Description=
ModPath=
EndGame

delete Victory=VICTORY_TIME and MaxTurns=660

Victory=VICTORY_TIME should be enough but i am not shure.
 
Hi, thanks for the advice, but the Civ4 WorldBuilder save for e.g. Rhye's 18Civs map is like this (after the lines of code about Starting Techs and the Leader names):

BeginMap
grid width=124
grid height=68
wrap X=1
wrap Y=0
top latitude=90
bottom latitude=-90
world size=WORLDSIZE_HUGE
climate=CLIMATE_TEMPERATE
sealevel=SEALEVEL_MEDIUM
num plots written=8432
EndMap


### Plot Info ###
BeginPlot
x=0,y=0
FeatureType=FEATURE_ICE, FeatureVariety=0
TerrainType=TERRAIN_OCEAN
PlotType=3
EndPlot


...and it continues like this forever, detailing each of the plots...

So where is the option to change the Victory type???

Any help is appreciated ;)
 
The_Judge said:
Hi, thanks for the advice, but the Civ4 WorldBuilder save for e.g. Rhye's 18Civs map is like this (after the lines of code about Starting Techs and the Leader names):

BeginMap
grid width=124
grid height=68
wrap X=1
wrap Y=0
top latitude=90
bottom latitude=-90
world size=WORLDSIZE_HUGE
climate=CLIMATE_TEMPERATE
sealevel=SEALEVEL_MEDIUM
num plots written=8432
EndMap


### Plot Info ###
BeginPlot
x=0,y=0
FeatureType=FEATURE_ICE, FeatureVariety=0
TerrainType=TERRAIN_OCEAN
PlotType=3
EndPlot


...and it continues like this forever, detailing each of the plots...

So where is the option to change the Victory type???

Any help is appreciated ;)

i did what Grimaldi said and i could change didn't try it out yet
 
now that we are on the subject how do you change other options
like no barbarians or no cultural flipping.

these are example none of wich i would use. but for a guy who want to make it a 20th century mod barbarians wouldn't be appropriate
 
Back
Top Bottom