a map request

KillerPenguin

New member
Elder
Joined
Jul 15, 2007
Messages
316
well i dont think that it will be to hard but im playing on rise of rome v2 but i cant build a good village can someone flaten the whole map so it will be with out hills mountains and slopes also if you can can you add a nutral creature?
 
If you want to flatten a landscape try using LndCake. It's suppose to be be able to flatten landscapes.

To add  neutral creature to a map try adding this, with a few changes.
Code:
TOGGLE_COMPUTER_PLAYER("PLAYER_TWO", 1)
CREATE_CREATURE_FROM_FILE("PLAYER_TWO", [color=green]4, "SilentBob", "2611.00,2694.00"[/color])
SET_COMPUTER_PLAYER_CREATURE_LIKE("PLAYER_TWO", "PLAYER_ONE")

In whats in green:

The "4" is the creature type:

0 Ape
1 Cow
2 Tiger
3 Leopard
4 Wolf
5 Lion
6 Horse
7 Tortoise
8 Zebra
9 Brown Bear
10 Polar Bear
11 Sheep
12 Chimp
13 Ogre
14 Mandrill
15 Rhino
16 Gorilla


"SilentBob" is the mindfile used.

"2611.00,2694.00" is the coordinates at which it spawns.
 
Back
Top