Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: stan84 on August 11, 2013, 03:57:23 pm

Title: how to find offset to animation block in m2 file?
Post by: stan84 on August 11, 2013, 03:57:23 pm
how to find offset to animation block in m2 file?

The documetation at wowdev explains animation blocks, but there is no word where they are in file
Title: Re: how to find offset to animation block in m2 file?
Post by: schlumpf on August 11, 2013, 04:05:35 pm
They are members of other blocks?! Look for "ABlock", e.g. found in bones.
Title: Re: how to find offset to animation block in m2 file?
Post by: stan84 on August 11, 2013, 05:32:42 pm
Quote from: "schlumpf"
They are members of other blocks?! Look for "ABlock", e.g. found in bones.

schlumpf thanks, found it too, mow am going to examine how convert hose values to old version (1.12).

thanks again Stan