• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

More resources

Status
Not open for further replies.
Level 5
Joined
Oct 6, 2010
Messages
85
I'm making a strategic map with key materials like:

- Ore
- Leather
- Magic Runes

- Ore comes from mining rocks. There are 3 types of ore.
- Leather comes from killing beasts. 2 types of leather.
- Magic runes come from building special buildings that generate random runes over time. 4 types of runes.

I have no idea on how to put these into my map.
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,202
Warcraft III only supports 2 resources (gold and lumber). It also supports food but that behaves differently.

Any additional resources have to be emulated using triggers backed with tables of data (eg containing a mapping of costs to unit types).

You could also move to StarCraft II where by default 4 resources are supported (not including population resource which together makes 5).
 
Status
Not open for further replies.
Top