• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

random doodads in an area/ random doodads at certain spots

Status
Not open for further replies.
Feel free to take at look at my method used in a TD and in the Dead Lab map in my signature.

It's quite simple:
- Loop through every tile in the map (set x = x + 128, do something, rerun trigger, set y = y + 128 if you reach the side of the map and reset x)
- At every location, give it a random terrain type and use chance to determine which (if any) doodad to spawn.

There are lots of different approaches you can take based on what you want to make.
 
Status
Not open for further replies.
Top