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

Merged geoset jumps to another unit

Status
Not open for further replies.
Level 5
Joined
Aug 15, 2012
Messages
139
980e90e42ece.png

Just like you can see on the screenshot above. I have merged a hood to the model seen on the RIGHT, attached it to Bone_Head. It shows correctly in all the model editors and Warcraft 3 Viewer, but it doesn't work in the game - it jumps to the model on the LEFT. Why does that happen?

BTW. In the portrait - it works properly.
 

Attachments

  • Baltazar_Acolyte2.mdx
    104.3 KB · Views: 65
Level 8
Joined
Feb 21, 2005
Messages
110
No. You have entered bone_head into the geoset's helper groups:

Code:
Groups 1 1 {
	Matrices { 40 },
}

But the geoset is not part of any node, like:

Code:
Bone "gutz00" {
	ObjectId 0,
	GeosetId 2,
	GeosetAnimId 2,
}

I know it's awkward, but I'm pretty sure that's where the problem is.
 
Level 5
Joined
Aug 15, 2012
Messages
139
Ok, now I get it, but, what if I have:
Code:
Helper "Bone_Head" {
	ObjectId 40,
	Parent 39,
	Rotation 34 {...
        ... etc.
	}
}
How do I make the geoset a part of this?

EDIT: I created a new bone:
78be52df0c5a.png

And it's like this:
Code:
Bone "Hood" {
	ObjectId 31,
	Parent 41,
	GeosetId 4,
	GeosetAnimId None,
}

Still doesn't work
 
Last edited:
Level 5
Joined
Aug 15, 2012
Messages
139
I know where it should be attached. It attaches properly - to the Bone_Head. Only thing that is wrong, is that it attaches to Bone_Head of ANOTHER UNIT. But, I see now that in Oinkerwinkle's geomerger there are only few bones and the one I have used IS NOT on that list. Maybe you are right, I will check it out using this tool.
 
Last edited:
Status
Not open for further replies.
Top