• 🏆 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 do you change the angle of a Wall?

Status
Not open for further replies.
Level 10
Joined
Mar 25, 2008
Messages
339
I'm using it as a Unit, well building more precisely, im trying to add Buildable walls to my game for people to make a base with, i don't have experience with a modeling program, i had thought wall models would have a built in Horizontal and Vertical rotation like wc3s default "Wall Low(Vertical)" and horizontal ones have, i dont want to use those because they are hollow and look odd when not correctly placed.
 
Level 13
Joined
Jun 1, 2008
Messages
360
Maybe this would work:

A unit finishes construction

TempUnitType = unit type of (constructed structure)
TempHitPoints = current life of (constructed structure)
...
Remove (constructed structure)
Create a TempUnitType at TempPoint facing X degrees
Set life etc...



But while building the unit would still have the old angle.

Other than that you really have to rotate the model afaik.
It's very easy with Magos Model Editor. (Just relect all points -> rotate -> save)
 
Status
Not open for further replies.
Top