How to make a Multiplayer Map with BW Express Map Editor

Minas

Member
Joined
Oct 30, 2006
Messages
124
First:

If you can't install with the installer, download the zip file:
http://www.bwfiles.com/files/file.php?id=1267 (thanks to kays)

Good to know:

Unfortunately theres a little bug, you can't create One- and Two- Multiplayer Maps, but you can bypass this.
Code:
CREATE_CITADEL("2523.37,2176.06", 0, "PLAYER_ONE", 0, 1000)
rem CREATE_CITADEL("2261.54,2424.75", 0, "PLAYER_TWO", 0, 1000)
rem CREATE_CITADEL("1551.87,3261.97", 0, "PLAYER_THREE", 0, 1000)

Now the Citadels from PLayer 2 ad 3 are commented, but the Editor "think" you got more than 2 Citadels!

Now you can easy make your Maps without BW World Mod!
 
That's interesting. Thanks for the tip. :)
 
This might be helpful for making maps, Thanks for the tip, Mina.
 
Back
Top