I just tried unren-forall.bat 8.1 with Neuvau 1.05.6 and it seems to decompile script_ch05.rpyc wrong. Launching the game with compiled scripts works, launching the game after the scripts where decompiled I get this renpy error:
This is the log of the decompilation:
BTW there is are typos when unpacking rpa files:
It is 'archive' not 'acrhive' nor 'arcgive' and 'unpacking' not 'unpaking'. Also, it should probably be 'All archives are unpacked.' (I am not a native speaker though)
Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/script_ch05.rpy", line 94: expected statement.
else:
^
File "game/script_ch05.rpy", line 808: expected statement.
else:
^
File "game/script_ch05.rpy", line 932: expected statement.
else:
^
File "game/script_ch05.rpy", line 1210: expected statement.
else:
^
Ren'Py Version: Ren'Py 8.0.3.22090809
Wed Feb 15 19:09:11 2023
Code:
Extracting _decomp.cab...
Searching for rpyc files...
+ Searching for rpyc files in Z:\Games\other\Neuvau\1.05.6\game\
Decompiling Z:\Games\other\Neuvau\1.05.6\game\tl\None\common.rpymc to Z:\Games\other\Neuvau\1.05.6\game\tl\None\common.rpym...
Output file already exists. Pass --clobber to overwrite.
Decompiling Z:\Games\other\Neuvau\1.05.6\game\script_ch05.rpyc to Z:\Games\other\Neuvau\1.05.6\game\script_ch05.rpy...
Decompiling Z:\Games\other\Neuvau\1.05.6\game\script_ch04.rpyc to Z:\Games\other\Neuvau\1.05.6\game\script_ch04.rpy...
Decompiling Z:\Games\other\Neuvau\1.05.6\game\script_ch03.rpyc to Z:\Games\other\Neuvau\1.05.6\game\script_ch03.rpy...
Decompiling Z:\Games\other\Neuvau\1.05.6\game\script_ch02.rpyc to Z:\Games\other\Neuvau\1.05.6\game\script_ch02.rpy...
Decompiling Z:\Games\other\Neuvau\1.05.6\game\script_ch01.rpyc to Z:\Games\other\Neuvau\1.05.6\game\script_ch01.rpy...
Decompiling Z:\Games\other\Neuvau\1.05.6\game\script.rpyc to Z:\Games\other\Neuvau\1.05.6\game\script.rpy...
Decompiling Z:\Games\other\Neuvau\1.05.6\game\screens.rpyc to Z:\Games\other\Neuvau\1.05.6\game\screens.rpy...
Decompiling Z:\Games\other\Neuvau\1.05.6\game\persistent_scenes.rpyc to Z:\Games\other\Neuvau\1.05.6\game\persistent_scenes.rpy...
Decompiling Z:\Games\other\Neuvau\1.05.6\game\options.rpyc to Z:\Games\other\Neuvau\1.05.6\game\options.rpy...
Decompiling Z:\Games\other\Neuvau\1.05.6\game\notifications.rpyc to Z:\Games\other\Neuvau\1.05.6\game\notifications.rpy...
Decompiling Z:\Games\other\Neuvau\1.05.6\game\love_interests.rpyc to Z:\Games\other\Neuvau\1.05.6\game\love_interests.rpy...
Decompiling Z:\Games\other\Neuvau\1.05.6\game\gui.rpyc to Z:\Games\other\Neuvau\1.05.6\game\gui.rpy...
Decompiling Z:\Games\other\Neuvau\1.05.6\game\characters.rpyc to Z:\Games\other\Neuvau\1.05.6\game\characters.rpy...
Decompiling Z:\Games\other\Neuvau\1.05.6\game\balance_system.rpyc to Z:\Games\other\Neuvau\1.05.6\game\balance_system.rpy...
Decompilation of 14 files successful, but decompilation of 1 file failed
Cleaning up temporary files...
----------------------------------------------------
Finished!
Code:
Unpacking "images.rpa" acrhive.
Unpacking "scripts.rpa" acrhive.
Unpacking "sounds.rpa" acrhive.
All archives is unpaking.
Arcgive images.rpa has been deleted.
Arcgive scripts.rpa has been deleted.
Arcgive sounds.rpa has been deleted.
Last edited: