Map crash

iixzanzixii

Chieftain
Joined
Feb 1, 2015
Messages
8
Hi, i'll summarize my problem. I cut a piece of the GiantEarthMap's mod thanks to MAPVIEW to make a map of europe, but when i run the game, it doesn't work, the game crashed.
I have no idea about the problem, i followed this tutorial:

http://forums.civfanatics.com/showthread.php?t=374496#5

My goal is to have an Europe's map playable with 18 Civs and custumizable starts/options.

But i can't select anything when i start the map.

I'm playing on BTS 3.19

Need help, thank you.

My WBSave as an attachment:
 

Attachments

A first try gives me an error on TeamPlotRevealed.

It looks like you have left 266 instances of "TeamReveal=" in the Plots section. I'm trying with the basic BtS 18 civs game so the most problematic ones are all the ones revealed to Teams above Team17. Anyway, you should get rid of all of them.

I play with Python exceptions on. It is imperative that you play with that setting on when you create maps as it's all done in Python.

If you don't know what I mean by enabling Python exceptions:

under My Documents/My Games/Beyond the Sword folder (or similar), you have a file called CivilizationIV.ini. Change the file like this:

; Set to 1 for no python exception popups
HidePythonExceptions = 0

The 0 setup will bring popups ingame if there are Python problems. Even if you don't understand them, you can copy them and report them, especially the last one to appear.

PS: there might be other problems afterwards, but one step at the time.
 
I cleaned all the "Teamreveal=", and i edited the file called CivilizationIV.ini.

What's the next step?
 
Does it load? (I said there might be other problems, not that there were).
 
Man, i found the problem, really thank you for your help.

Missing these lines:
world size=WORLDSIZE_DUEL
climate=CLIMATE_TEMPERATE
sealevel=SEALEVEL_MEDIUM
Randomize Resources=false
 
Great! :)
 
Back
Top Bottom