• 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.

Need help with some things like instabuild

Status
Not open for further replies.
Level 1
Joined
Apr 25, 2009
Messages
2
Hello everyone,

I'm going to make a God's Land type map, and I need to figure out how to do some simple map modifications.

For instance:
- instant building
- instant upgrades
- instant unit training
- removing the food limit
- remove collision like in Stackerz TD

Any help on any of this would be appreciated.
 
Level 14
Joined
Mar 4, 2009
Messages
1,156
Hello everyone,

I'm going to make a God's Land type map, and I need to figure out how to do some simple map modifications.

For instance:
- instant building
- instant upgrades
- instant unit training
- removing the food limit
- remove collision like in Stackerz TD

Any help on any of this would be appreciated.

for training and building just do on !unit issuer order"....
for upgrades
set research of "your upgrade" to 3 for player 1 red
its all in trigger you just have to find it
 
Level 11
Joined
Feb 22, 2006
Messages
752
For instant building and training and upgrades, just set training/building/upgrade time to 0.01 (NOT 0.00). This way it's as good as instant and you don't have to fool around with triggers. To remove the food limit, you can either set the food used field of all units to 0 (that way no unit needs food so you don't need to worry about the limit) or go into Advanced -> Gameplay Constants -> Food Limit and change the value to a really high number. To remove collision, either detect when a unit enters the map via trigger and use the action Turn off unit collision or set the collision field for the unit in the object editor to 0.00.
 
Status
Not open for further replies.
Top