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

Units are composed of multiple models in reforged

Status
Not open for further replies.
Level 3
Joined
Jan 25, 2020
Messages
6
I found this out when I needed to make a unit not movable. It is done with this custom script:

  • Custom script: call UnitRemoveAbility(GetLastCreatedUnit(), 'Amov' )
This does it for last created unit.

In the old version nothing in the model can rotate, so when it attacks it always makes the animation in the direction that it was created, even though the thing it is attacking is in another direction.

So in Reforged the "body" of a unit is separated from the accessories, and the "body" can apparently rotate to face the target but not the accessories. So you get some pretty ghostly action, have only tried it with archer and footman, but I can imagine some models looking quite hilarious.

Don't know if this also happens if it is a building instead of removing the movability, hopefully not.
Reforged model.png
 
Level 8
Joined
Mar 28, 2008
Messages
470
This doesn't happen if you turn the unit into a building. Been playing TD maps that use units as buildings, and they don't turn.
Might need to do some thorough testing to see how these models work. If it's just the weapons/attachments that are separate models, this could be useful for easily swapping weapons/attachments for units without needing entirely new models.
 
Status
Not open for further replies.
Top