• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

How to make a units face a different direction?

Status
Not open for further replies.
Level 2
Joined
May 22, 2019
Messages
13
Hi, I'm new to the World editor, and I need a little bit of help.

When I place a unit in the World editor they always seem to be facing the wrong way. I know there has to be way, so could someone please let me know how to make a unit face in the direction I want it to?

Thanks for your time
 
Level 39
Joined
Feb 27, 2007
Messages
5,010
I believe you can set facing to specific degrees by double clicking the unit and typing a number in one of the boxes that shows up. The simplest way is:
  1. Select the unit(s)
  2. Ctrl + click a point on the map
  3. Selected units now face that point
Building facing direction can be manually set in two different ways. First way: change the value of “Default building facing” in gameplay constants; this will affect all buildings. Second way:
  1. Place the building you want to turn
  2. Open that building in the Object Editor and set “Stats - Is a building” to false
  3. Change the orientation using either of the methods above for units (since the building is now a unit)
  4. Set “Stats - Is a building” back to true
 
Status
Not open for further replies.
Top