[Archive] Downporting BFA models to 7.1
[Archive] Downporting BFA models to 7.1
Archived author: wungasaurus • Posted: 2018-05-30T06:48:27+00:00
Original source
Just replacing the contents will not work if the chunk size is not identical or if when interpreting the contents in pairs of 4 byte values, the first value of each pair in both files does not match.
Or when expressed using https://wowdev.wiki/M2#AFID_.28Legion.2B.29: anim_id and sub_anim_id need to match when just replacing. Otherwise, only file_id shall be replaced with ids linked to filenames that are overwritten. It doesn’t matter what file is overwritten. if the count of entries in the new file is bigger than the old, more files have to be overwritten, again it is irrelevant which, as long as the file id you give in the chunk and the id for your replaced file name match up.
Quote: 10 hours ago, wungasaurus said:Right. That's-.. all quite confusing, apologies. I'll try and do my best to understand, however.
Just replacing the contents will not work if the chunk size is not identical or if when interpreting the contents in pairs of 4 byte values, the first value of each pair in both files does not match.
Or when expressed using https://wowdev.wiki/M2#AFID_.28Legion.2B.29: anim_id and sub_anim_id need to match when just replacing. Otherwise, only file_id shall be replaced with ids linked to filenames that are overwritten. It doesn’t matter what file is overwritten. if the count of entries in the new file is bigger than the old, more files have to be overwritten, again it is irrelevant which, as long as the file id you give in the chunk and the id for your replaced file name match up.
![[Image: xkmgXe2.png]](https://i.imgur.com/xkmgXe2.png)
![[Image: myhnT38.png]](https://i.imgur.com/myhnT38.png)
![[Image: Xwn4AD9.png]](https://i.imgur.com/Xwn4AD9.png)
![[Image: 1QV6BIM.png]](https://i.imgur.com/1QV6BIM.png)
![[Image: MA3WZDA.png]](https://i.imgur.com/MA3WZDA.png)
Archived author: Daethas • Posted: 2018-05-30T18:08:07+00:00
Original source
Quote: 10 hours ago, wungasaurus said:Right. That's-.. all quite confusing, apologies. I'll try and do my best to understand, however.
Just replacing the contents will not work if the chunk size is not identical or if when interpreting the contents in pairs of 4 byte values, the first value of each pair in both files does not match.
Or when expressed using https://wowdev.wiki/M2#AFID_.28Legion.2B.29: anim_id and sub_anim_id need to match when just replacing. Otherwise, only file_id shall be replaced with ids linked to filenames that are overwritten. It doesn’t matter what file is overwritten. if the count of entries in the new file is bigger than the old, more files have to be overwritten, again it is irrelevant which, as long as the file id you give in the chunk and the id for your replaced file name match up.
![[Image: xkmgXe2.png]](https://i.imgur.com/xkmgXe2.png)
![[Image: myhnT38.png]](https://i.imgur.com/myhnT38.png)
![[Image: Xwn4AD9.png]](https://i.imgur.com/Xwn4AD9.png)
![[Image: 1QV6BIM.png]](https://i.imgur.com/1QV6BIM.png)
![[Image: MA3WZDA.png]](https://i.imgur.com/MA3WZDA.png)
Archived author: wungasaurus • Posted: 2018-05-30T19:21:05+00:00
Original source
Everything I said relates to the AFID chunk only. You do not need to look at the rest of the file.
Quote: 5 minutes ago, wungasaurus said:I'm not sure I'm understanding what you're asking me to do - again, my apologies, my understanding of downporting's really quite limited to items, haha. Creatures are entirely new for me. Like I said before, if you've a discord, perhaps we could discuss this in more detail there?
Everything I said relates to the AFID chunk only. You do not need to look at the rest of the file.
Archived author: Daethas • Posted: 2018-05-30T19:27:45+00:00
Original source
I
Quote: 5 minutes ago, wungasaurus said:I'm not sure I'm understanding what you're asking me to do - again, my apologies, my understanding of downporting's really quite limited to items, haha. Creatures are entirely new for me. Like I said before, if you've a discord, perhaps we could discuss this in more detail there?
Everything I said relates to the AFID chunk only. You do not need to look at the rest of the file.
![[Image: rygOWs1.png]](https://i.imgur.com/rygOWs1.png)
![[Image: waOPW1A.png]](https://i.imgur.com/waOPW1A.png)
Archived author: Daethas • Posted: 2018-05-30T19:29:29+00:00
Original source
![[Image: rygOWs1.png]](https://i.imgur.com/rygOWs1.png)
![[Image: waOPW1A.png]](https://i.imgur.com/waOPW1A.png)
I'm assuming this was what you meant.