Just a map . . .

winddbourne

Prince
Joined
Aug 21, 2005
Messages
501
Location
michigan
How do I use the new world editor which is supposed to be so powerful to simply make a map that all the available civilizations and leaders can play on, or add the remaining leader options back in on maps that currently are locked with one leader for each civ?

Thus far every time I make a map I wind up locked into the leaders and civilizations I started the game with no matter what, further I seem locked into a static starting location.

This version of civ was supposed to be the most customizable so why can't I seem do what I could do in moments with the old Civ 3, or even civ II map editor? Random starting locations for one example! Adding and deleting civilizations (in civ 4 leaders) on the fly for another!

I honestly don't care much about XML or python (what happened to C anyhow? I dont want to learn a new language just to mod one game!) I just want a map editor that WORKS. After that maybe I'll think about the rest.

So anyone have an answer? Maybe a developer? This is the basic stuff after all. What I expect from a civ game before I even touch all the promised bells and whistles.

This is just frustrating me.
 
No I haven't enabled cheat mode, but I did figure out how to reset the map to random civilizations; unfortunately I haven't yet figured out how to do this AND set the starting locations at the same time, but I'm working on it. If anyone has jumped ahead here please post the method!

My method right now is to put the following into the begining of the file instead of all the info for each of the civs you originally picked. All the teams seem to be same same except for team six, which has the playable civ status turned on. I'm not entirely sure what this variable does yet, though I note "playable_civ" is set to 1 in normal map saves and shows up in every single civ rather than in just the sixth.



BeginPlayer
LeaderType=NONE
CivType=NONE
Team=0
EndPlayer
BeginPlayer
LeaderType=NONE
CivType=NONE
Team=1
EndPlayer
BeginPlayer
LeaderType=NONE
CivType=NONE
Team=2
EndPlayer
BeginPlayer
LeaderType=NONE
CivType=NONE
Team=3
EndPlayer
BeginPlayer
LeaderType=NONE
CivType=NONE
Team=4
EndPlayer
BeginPlayer
LeaderType=NONE
CivType=NONE
Team=5
EndPlayer
BeginPlayer
LeaderType=NONE
CivType=NONE
PlayableCiv=0
Team=6
EndPlayer
BeginPlayer
LeaderType=NONE
CivType=NONE
Team=7
EndPlayer
BeginPlayer
LeaderType=NONE
CivType=NONE
Team=8
EndPlayer
BeginPlayer
LeaderType=NONE
CivType=NONE
Team=9
EndPlayer
BeginPlayer
LeaderType=NONE
CivType=NONE
Team=10
EndPlayer
BeginPlayer
LeaderType=NONE
CivType=NONE
Team=11
EndPlayer
BeginPlayer
LeaderType=NONE
CivType=NONE
Team=12
EndPlayer
BeginPlayer
LeaderType=NONE
CivType=NONE
Team=13
EndPlayer
BeginPlayer
LeaderType=NONE
CivType=NONE
Team=14
EndPlayer
BeginPlayer
LeaderType=NONE
CivType=NONE
Team=15
EndPlayer
BeginPlayer
LeaderType=NONE
CivType=NONE
Team=16
EndPlayer
BeginPlayer
LeaderType=NONE
CivType=NONE
Team=17
EndPlayer
 
Back
Top Bottom