I cannot/dont want to work on the "differnet" UnRen variants because they are not written by me, so i don't touch it and i am also on linux. If you're able to run python3 scripts you can try my own rpa-unpacker. I modified it for IWH 0.20.
In Windows 11 I have this error
Traceback (most recent call last):
File "rpakit.py", line 23, in <module>
from colorama import init
ModuleNotFoundError: No module named 'colorama'
If I comment that lines in .py , I have this
# if sys.platform.startswith('win32'):
# from colorama import init
# init(autoreset=True)
PS C:\rpakit> python3 rpakit.py -e G:/project/Indecent/game/
RpaKit: >> 5 RPA files to process:
G:\project\Indecent\game\audio.rpa
G:\project\Indecent\game\fonts.rpa
G:\project\Indecent\game\images.rpa
G:\project\Indecent\game\scripts.rpa
G:\project\Indecent\game\videos.rpa
RpaKit: >> RpaKit found 5 potential archives.
Traceback (most recent call last):
File "rpakit.py", line 667, in <module>
main(parse_args())
File "rpakit.py", line 663, in main
rkm.rk_control()
File "rpakit.py", line 575, in rk_control
self.init_depot()
File "rpakit.py", line 514, in init_depot
self.collect_register()
File "rpakit.py", line 371, in collect_register
self._reg = pickle.loads(zlib.decompress(opfl.read()), encoding='bytes')
ValueError: unsupported pickle protocol: 5
Thanks