View Single Post
  #1  
Old February 27th, 2007, 07:06 PM
Hellboy's Avatar

Hellboy Hellboy is offline
Second Lieutenant
 
Join Date: Jul 2004
Posts: 449
Thanks: 0
Thanked 0 Times in 0 Posts
Hellboy is on a distinguished road
Default Basic Map Editing Question

I was trying to edit a small map (silentseasw.map), just to change a couple of provinces to a specific poptype. This seems easy enough, but for some reason my code is not working. Here's what I added, to set to Crystal Amazons:

-- Ptarmigan Ridge
#setland 33
#nostart 33
#poptype 40


I noticed that if I use:
#land 33
instead of setland, then the poptype works ok, but there is no random force placed there at all, which is still not exactly what I was shooting for.

Can anyone tell me how to set the poptype, and get an appropriate random indy force there at the same time?
Reply With Quote