Small edit to map

ManUnited4Ever

Chieftain
Joined
Aug 16, 2007
Messages
75
I've been playing Ok_Computer's earth map for a while, and there is two small changes I want to make. However, I've barely edited to maps before, so I would like some help at this one.

Could someone make the Dutch start one plot south, and one plot west, and make the English start three plots north, and two plots west?

I tried it myself, but the changes are simply not applied when I start the map. I don't get it.

Thanks in advance.
 

Attachments

I've been playing Ok_Computer's earth map for a while, and there is two small changes I want to make. However, I've barely edited to maps before, so I would like some help at this one.

Could someone make the Dutch start one plot south, and one plot west, and make the English start three plots north, and two plots west?

I tried it myself, but the changes are simply not applied when I start the map. I don't get it.

Thanks in advance.

The starting units are also stored in the entry for the starting plot, e.g. if you look at the plot list, these are the dutch starting units:

Code:
BeginPlot
	x=59,y=52
	isNOfRiver
	RiverWEDirection=3
	BonusType=BONUS_MARBLE
	TerrainType=TERRAIN_GRASS
	PlotType=2
	BeginUnit
		UnitType=UNIT_WARRIOR, UnitOwner=11
		Damage=0
		Level=1, Experience=0
		FacingDirection=4
		UnitAIType=UNITAI_ATTACK
	EndUnit
	BeginUnit
		UnitType=UNIT_SETTLER, UnitOwner=11
		Damage=0
		Level=1, Experience=0
		FacingDirection=4
		UnitAIType=UNITAI_SETTLE
	EndUnit
	TeamReveal=9,11,
EndPlot

You'll have to move these entries to the correct plot, too. (Actually, it seems you wouldn't need to touch the StartingX/StartingY values in the corresponding BeginPlayer sections at all.)

Anyways, I've attached the WBS with the two changes you requested. :)
 

Attachments

Back
Top Bottom