• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

[General] upside down

Status
Not open for further replies.
If you want to make an upside down unit with the Object Editor then set the Max Pitch/Roll angles to a negative number. I believe that units use degrees so you would want to make it -180.00

To make it negative just hold down the shift button while you double click the field you want to change.
 
Use the famous dummy model that allows rotation using triggers by playing animations. What you do is use a table mapping unit types to their models and then use a dummy with the appropriate model attached to it and rotate as necessary. During this time you hide the original unit. If control of the unit must be kept then you may need to morph the unit with an ability like bear form.

Ironically in SC2 this is probably quite easy to do as you could send a rotation actor message.
 
Use the famous dummy model that allows rotation using triggers by playing animations. What you do is use a table mapping unit types to their models and then use a dummy with the appropriate model attached to it and rotate as necessary. During this time you hide the original unit. If control of the unit must be kept then you may need to morph the unit with an ability like bear form.

Ironically in SC2 this is probably quite easy to do as you could send a rotation actor message.

You might want to post a link to how to get it.
 
Status
Not open for further replies.
Back
Top