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

Creating alot of abilities as fast as possible.

Status
Not open for further replies.
Level 23
Joined
Apr 16, 2012
Messages
4,041
what you need them for?

Why havent you gone the "procedural way", creating abilities as you move?

You can use lua script and when you compile the map, JassHelper will try to use obejectmerger. Otherwise, only real solution, other than reverse-engeneering the data format is by hand
 
LUA is your answer. I used LUA to auto-generate 250 dummy abilities that only differed in tooltip and name.

You can basicly build a single loop like you would in JASS (syntax is a bit different, though) to generate these abilities.


Btw, care to explain what you want to do? Maybe there is a way around having to create all those abilities. Having 2900 abilities will slow down your object editor big time.
 
Status
Not open for further replies.
Top