HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

one more problem

10-06-2003, 01:49 AM#1
Goblinzz
the head is still attached when the unit dies and it still appears can anyone fix? IT crashes in we
10-06-2003, 02:06 AM#2
Jackoo
There are 2 things u did wrong.

First, you didn't copy and paste geosetanim for the newly-added geosets. If a geoset doesn't have its geosetanim it will likely crash WE.

Second, u attach the dwarf head to bone 39, which is:
Helper "Bone_Head" {
ObjectId 39,
Parent 33, // "Bone_Chest"
....

Be careful that u cant attach a geoset to a helper bone, so instead u should attach it to this one:
Bone "Box02" {
ObjectId 24,
Parent 39, // "Bone_Head"
GeosetId 0,
GeosetAnimId 0,
}
10-06-2003, 08:26 PM#3
Goblinzz
thanx again