lululalaland Posted March 7, 2018 Share Posted March 7, 2018 Anyone got a working one for all character animations ? Normally just removing the md21 chunk and using the cata template, but when i make changes to animations not all seem to work afterwards... Link to comment Share on other sites More sharing options...
lululalaland Posted March 13, 2018 Author Share Posted March 13, 2018 So... I basically updated the existing M2TemplateCata to include the new Legion animations for the Legion character models. However I now see why I cant get my changes to work the way i want them to. Since i have to remove the MD21 chunk at the front all the time, in case of BloodElfMale_HD.m2 the first 8 bytes, the changes are being pushed 8 bytes away from the correct position. I guess I will now have to find a way to make it load with the md21 chunk at the start so that i wont have to insert it afterwards again or ofc trying to make the changes at the correct position, however that seems a little difficult since I cant say for sure which exact position I will have to edit. Just in case that anyone is reading and perhaps wanting to help me, here is the M2TemplateCata with my updated changes: M2Templatelegion.bt Link to comment Share on other sites More sharing options...
Mr. DK Posted March 16, 2018 Share Posted March 16, 2018 Why do you need to remove the md21 to make the template work? Cant you just skip over the first 8 bytes? See attachments. This could work. Havent tested it. Link to comment Share on other sites More sharing options...
wungasaurus Posted March 16, 2018 Share Posted March 16, 2018 All FSeek()s have to know about that right additional bytes. They should be relative to MD20 start, not file. Link to comment Share on other sites More sharing options...
lululalaland Posted March 17, 2018 Author Share Posted March 17, 2018 On 16.3.2018 at 7:36 AM, Mr. DK said: Why do you need to remove the md21 to make the template work? Cant you just skip over the first 8 bytes? See attachments. This could work. Havent tested it. I tried it ... gave me some errors because you forgot the semicolons... tried again, didnt work unfortunately. And I cant really seem to figure out what exactly has to be done to make it work, since I have only started studying informatics and dont know what to do with my basic knowledge in C# Link to comment Share on other sites More sharing options...
Mr. DK Posted March 19, 2018 Share Posted March 19, 2018 Yeah these 010 templates are kinda strange. Was also just a guess on my side. Link to comment Share on other sites More sharing options...
.m2 template legion
By lululalalandin General
Recommended Posts