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

Problem: Model sticks to other units in WE

Status
Not open for further replies.
Well I noticed 2 more things in Matrices:
Code:
Matrices { 0, 5, 6 },

Number 6 corresponds to a helper, a geoset cannot be skinned to a helper. Either remove the 6 or make a bone linked to it (which would be stupid since all the bones are linked to the 6).

One more thing that it's not an error but seems pointless is:
Code:
GeosetAnim {
	static Alpha 1,
	GeosetId 0,
}

I don't see the need to a geoset anim with static alpha 1 (always visible). Don't know if you want to animate it later or something. If it was auto generated, erase it with magos.
 
Status
Not open for further replies.
Top