Kagamia / WzComparerR2

Maplestory online Extractor
MIT License
406 stars 132 forks source link

All png files are not saved #249

Closed nyanyahee closed 6 months ago

nyanyahee commented 7 months ago

image

I tested with this source, but there's no walk.1.mailArm. I can't save a few other arm files as well

image

nyanyahee commented 7 months ago

image

I modified line 38 All I want is that all the motions walk ~ roop png files are saved in one folder

Kagamia commented 7 months ago

Character/Longcoat/01051405.img/walk1/1/mailArm/_outlink: Character/Longcoat/_Canvas/01050335.img/walk1/1/mailArm

nyanyahee commented 7 months ago

But some arm files are missing 스크린샷 2024-02-08 135826

Kagamia commented 7 months ago

So what's your intention and expectation?

If you're trying to save all png resources of item 01051405, you can hierarchically loop all wz_png nodes and resolve links when dumping. Never touch _Canvas folder directly.

nyanyahee commented 7 months ago

I want to know how to save each one at once because it takes a long time and is cumbersome to save each one myself

I don't know how to fix it because some files are missing even if I do the above method

Kagamia commented 7 months ago

If you'are handling _Canavs image, you can't say 'some files are missing' because they didn't exist from the beginning.