Page 1 of 1
Random map script request
Posted: Sat May 01, 2010 1:12 pm
by MrKen
Hi,
Im looking for a AOC Random map script.
It should be one, with the features: Land, Water and space.
If I make it myself from a modified Continental map, the AI is screwed.
Thanks in advance!
Ken
Re: Random map script request
Posted: Sat May 01, 2010 1:41 pm
by Ghost
I'm actually not even sure if it's possible because variables used to define space are the same ones used to define water... meaning you have to choose either space or water.
Re: Random map script request
Posted: Sat May 01, 2010 2:21 pm
by MrKen
Ic, Im so smart in these kind of business, lol.
It sux to manually make one as Scenario and besides is screws the AI like I said.

Less choise

Re: Random map script request
Posted: Sat May 01, 2010 2:31 pm
by Omega
Unfortunately not possible.
The line: "IsSpaceMap [*]"
Where [*] is either true, or false determines whether or not you get space, or water, respectively.