Jump to content

.m2 template legion

By lululalaland
in General

Recommended Posts

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

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.

 

4ab7f3a86216f282f63721ae3362ac0f.png

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

×
×
  • Create New...