• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Add doodads/effects to towers

Status
Not open for further replies.
Level 24
Joined
Nov 9, 2006
Messages
2,558
Alternatively you can make an ability based of storm bolts (human gryphon rider), remove the bonus effects and add special effect to the ability with attachments. Then proceed to add it to a unit.

edit: I'm not 100% if that particular ability works for this, but if not just try other ones. Might want to avoid aura abilities because of buffs.
 
Level 26
Joined
Aug 18, 2009
Messages
4,097
If it is not a merged model, it should consist of dummy units or destructables with the separate models or several invisible units for each attached special effect.

gex automatized the process with own functions like

AddUnitTypeModel(unitType, model, offsetX, offsetY, offsetZ, facing, scale)

and afaik even built a GUI for it, so inputs in a menu get converted to such function calls that gets injected into the code.

@Nudl9: Attached special effects scale with their host.
 
Status
Not open for further replies.
Top