best scripter and landscape editor...

Zebramage

New member
hey i was just wondering which scripters and landscape editors (for BW1) are really good...

i have BWExpressMapEditor but i can only get like half done because the scripter stops...scripting or something...i'll input stuff into it and it works for about the first 30 minutes but then everything else after a certain point just doesn't show up on the map...

also, can anyone tell me of a really good landscape editor, i can't figure out how to save landscapes on BWExpress and there's this really good landscape editor i had like a year or so ago but i don't remember which one... lol can someone help me please? =D
 
The ExpressMapEditor can get grumpy if you use if for too long. And some of the script it outputs has an error in it so I always do a lot of copy and pasting from a working script instead.

You can try WorldMod instead as it is more WISIWYG than the ExpressMapEditor.

For Landscapes try using BWSurveyor.
 
Search the downloads for it.

http://www.bwfiles.com/files/filedriver.php?action=file&id=201

WYSIWYG = What You See Is What You Get.

 
ok for some reason whenever i try to add an enemy god, the game crashes when i load that map.

i add player and temple right? or is there something else i'm supposed to add?
 
Are you using something like this?

Code:
TOGGLE_COMPUTER_PLAYER("PLAYER_TWO", 1)
CREATE_CITADEL("3432, 2441", 0, "PLAYER_TWO", -2000, 1000)
CREATE_CREATURE_FROM_FILE("PLAYER_TWO", 4, "ComputerControlledCreature", "3400, 2500")
SET_COMPUTER_PLAYER_CREATURE_LIKE("PLAYER_TWO", "PLAYER_ONE")
 
is that what i'm supposed to use? if so then that's the problem XD


btw where is bwsurveyor installed to? i've looked EVERYWHERE on my computer and can't find it...
 
ok another question -_- =P

where do the landscapes that you make with BWsurveyor get saved to? i try to save a map and it acts like it saves but then the saved map doesn't appear in the landscapes...
 
I don't know, where ever you save them to I guess. :p

If you know the name of the landscape then search your computer for it.
 
Back
Top