• 🏆 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!

[General] upside down

Status
Not open for further replies.
Level 14
Joined
Nov 17, 2010
Messages
1,265
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.
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,212
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.
Top