You do not have permission to view link
Log in or register now.
I'm looking for the NUKED version of the SUXXORS release that misses their group name at the end of the name. The CRCs are unique and don't match the REPACK or the DIRFIX.
You could have just recreated it from the REPACK withYou do not have permission to view link Log in or register now.as the archived NSP file is identical.
$ 7z l -slt Assassins_Creed_III_Remastered_Russian_Audio_Pack/sxs-asscrr_ru_dlc.rar | grep '^Method'
Method = m1:22
$ srr -e Assassins_Creed_III_Remastered_Russian_Audio_Pack.srr | grep '^+METHOD' | tail -n +2
+METHOD: Fastest compression
+METHOD: Fastest compression
+METHOD: Fastest compression
+METHOD: Fastest compression
+METHOD: Fastest compression
+METHOD: Fastest compression
-c
argument. Rescening often works, provided you have the correct RAR executable and sometimes the right --mt-set
value like in this case. Though what you will really come to dread is the "custom RAR packer detected" warning at the bottom of the table, that you will see on some releases by RELOADED and their subgroups (example).pyrescene RELEASE
(to create an SRR containing only the NFO)srr -s SFV RELEASE.srr
(to also store the SFV in the SRR).partXX.rar
naming scheme instead of the old .rXX
one, though it was first introduced with RAR4. To be certain open the archive in a hex editor and look at the seventh byte. A RAR5 file will have a value of 0x01
(see the
$ xxd -s 6 -l 1 -ps The.Legend.of.Zelda.Breath.of.the.Wild.PROPER.NSW-BigBlueBox/bbb-h-aaaaap.part01.rar
01
$ xxd -s 6 -l 1 -ps The_Legend_of_Zelda_Breath_of_the_Wild_Update_v1.6.0_NSW-SUXXORS/sxs-tlozbotw_v786432.rar
00
unrar
available that was built using x86_64
on macOS is the one from rarosx-5.5.0.tar.gz
. The default compression method used in v5.5 is RAR5.