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

Customisable RTS Development Thread

Status
Not open for further replies.
well i wanted to go with selection circles to avoid using auras, but at the same time perhaps an aura would be best

i guess the original issue i had with an aura was that if the unit was detected, the enemy would see it. but of course, the enemy will also see a selection circle, so that issue is kind of null

You could always go with creating the aura as an attachment locally, like this:

JASS:
local string s 

if GetLocalPlayer() == (owner of your unit) then
set s = "path of your aura"
else
set s = ""
endif

call CreateEffect(s, YourUnit, etc)
 
i will hopefully release a playable alpha version soon, with Humans being fully operational

there will be some creep units too, primarily the minotaur atm, although i am always happy for more suggestions of what other creep units i could include

keep in mind the atmosphere is steampunk, and everything is explained by science fiction, even 'magical' concepts
 
Status
Not open for further replies.
Top