Forums WoW Modding Discussion Modeling [Archive] Downporting BFA models to 7.1

[Archive] Downporting BFA models to 7.1

[Archive] Downporting BFA models to 7.1

Pages (3): Previous 1 2 3
rektbyfaith
Administrator
0
05-30-2018, 06:48 AM
#21
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.
rektbyfaith
05-30-2018, 06:48 AM #21

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.

rektbyfaith
Administrator
0
05-30-2018, 06:08 PM
#22
Archived author: Daethas • Posted: 2018-05-30T18:08:07+00:00
Original source

Quote: 10 hours ago, wungasaurus said:

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.
Right. That's-.. all quite confusing, apologies. I'll try and do my best to understand, however.

[Image: xkmgXe2.png]

[Image: myhnT38.png]

It seems the chunk size is larger in Aggramar's file than with the stonekeeper, but the the first value is the same.

I'm assuming by anim_id and sub_anim_ids, you mean these:

[Image: Xwn4AD9.png]

[Image: 1QV6BIM.png]

Aggramar's model has more animations, and when going into the "stand" anims, I see this:

[Image: MA3WZDA.png]

However, the stonekeeper model only has 1 stand anim:

[Image: 5VCbHRz.png]
rektbyfaith
05-30-2018, 06:08 PM #22

Archived author: Daethas • Posted: 2018-05-30T18:08:07+00:00
Original source

Quote: 10 hours ago, wungasaurus said:

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.
Right. That's-.. all quite confusing, apologies. I'll try and do my best to understand, however.

[Image: xkmgXe2.png]

[Image: myhnT38.png]

It seems the chunk size is larger in Aggramar's file than with the stonekeeper, but the the first value is the same.

I'm assuming by anim_id and sub_anim_ids, you mean these:

[Image: Xwn4AD9.png]

[Image: 1QV6BIM.png]

Aggramar's model has more animations, and when going into the "stand" anims, I see this:

[Image: MA3WZDA.png]

However, the stonekeeper model only has 1 stand anim:

[Image: 5VCbHRz.png]

rektbyfaith
Administrator
0
05-30-2018, 07:21 PM
#23
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.
rektbyfaith
05-30-2018, 07:21 PM #23

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.

rektbyfaith
Administrator
0
05-30-2018, 07:27 PM
#24
Archived author: Daethas • Posted: 2018-05-30T19:27:45+00:00
Original source

I
Quote: 5 minutes ago, wungasaurus said:

Everything I said relates to the AFID chunk only. You do not need to look at the rest of the file.
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?
rektbyfaith
05-30-2018, 07:27 PM #24

Archived author: Daethas • Posted: 2018-05-30T19:27:45+00:00
Original source

I

Quote: 5 minutes ago, wungasaurus said:

Everything I said relates to the AFID chunk only. You do not need to look at the rest of the file.
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?

rektbyfaith
Administrator
0
05-30-2018, 07:29 PM
#25
Archived author: Daethas • Posted: 2018-05-30T19:29:29+00:00
Original source

[Image: rygOWs1.png]

[Image: waOPW1A.png]

I'm assuming this was what you meant.
rektbyfaith
05-30-2018, 07:29 PM #25

Archived author: Daethas • Posted: 2018-05-30T19:29:29+00:00
Original source

[Image: rygOWs1.png]

[Image: waOPW1A.png]

I'm assuming this was what you meant.

Pages (3): Previous 1 2 3
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)