Announcement

Collapse
No announcement yet.

I want to modify the Earth map

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • I want to modify the Earth map

    I think the map is great and am really into playing it, but I want to play with less civs, knock it down to 14 or less maybe. I've tried editing the file with notepad deleting a couple of civs, but that just causes the game to crash.

    I opened the world builder, wanted to just delete a couple of cives off of the map, but cant figure out how to do just that.

    Any help is appreciated. Thanks.

  • #2
    Did you outright delete entries or just make them empty? The game expects 18 entries, you can't outright delete them. To delete a player from a scenario, replace his entry by an empty entry:

    Code:
    BeginPlayer
    	LeaderType=NONE
    	CivType=NONE
    	Team=17
    EndPlayer
    The corresponding team entry should look like this:

    Code:
    BeginTeam
    EndTeam
    If this isn't the problem, can you post the exact changes you made? Attach the file so I can look at it.
    Last edited by Locutus; October 31, 2005, 21:57.
    Administrator of WePlayCiv -- Civ5 Info Centre | Forum | Gallery

    Comment


    • #3
      thx, that was exactly the problem.

      Comment

      Working...
      X