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

[Import] Targeting Image Model Path Does it Exists

Status
Not open for further replies.
Level 3
Joined
Dec 30, 2018
Messages
25
Hi there,
I understand that targeting image has skin path:
ReplaceableTextures\Selection\SpellAreaOfEffect.blp
ReplaceableTextures\Selection\SpellAreaOfEffect_NE.blp
ReplaceableTextures\Selection\SpellAreaOfEffect_Orc.blp
ReplaceableTextures\Selection\SpellAreaOfEffect_Undead.blp

But does it have a model path?
I wanted do something like the unit is the targeting image itself.
 
AFAIK it is not a model it is just a moving image over the terrain. You can however locate the position of the mouse everytime the players moves the mouse using triggers, so you can create or move a dummy unit the periorically moves at the mouse pointer of the player, this way you can create custom AOE target.
 
Last edited:
Status
Not open for further replies.
Top