nicoboss / nsz

NSZ - Homebrew compatible NSP/XCI compressor/decompressor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--undupe-rename don't work

HatchiFr opened this issue · comments

Hi,

Seem to have an issue when using --undupe-rename argument when compressing a rom
(Exemple is without real game name but it's a valid and legal dump)

CMD Exemple :
nsz -C -P --undupe-rename /test.nsp -o 01-NSZFiles/

Output :
[OPEN ] main 0x489796 bytes at 0x0
[OPEN ] StartupMovie.gif 0xc74b bytes at 0x5009
[OPEN ] NintendoLogo.png 0x5009 bytes at 0x0
[OPEN ] StartupMovie.gif 0xc74b bytes at 0x5009
[OPEN ] NintendoLogo.png 0x5009 bytes at 0x0
Solid compressing (level 18) /test.nsp -> /01-NSZFiles/test.nsz

Thanks.

Okayyyy found it....

You need to use it like this : nsz -p --undupe --undupe-rename /somefolderwithroms -o /folderwherrenamedromsshouldgo

Thanks