You don't have permission to view the spoiler content.
Log in or register now.
If you have Notepad++ (other editors might work with some minor changes), you can extract the RPA files like this:
- Open Find in Files (
Ctrl+Shift+F
) - Enter
RPA-4.0
- Enter
RPA-3.0
- Enter
*.rpa
- Enter the path to the game directory
- Check In all sub-folders
- Click Replace in Files
- Run UnRen and select option 1
You can also decompile (most) of the RPYCs too:
- Open Find in Files (
Ctrl+Shift+F
) - Enter
^MY_HEADER.{36}
- Delete anything in Replace with so it replaces with nothing
- Enter
*.rpyc
- Enter the path to the game directory
- Check Regular expression
- Check . matches newline
- Check In all sub-folders
- Click Replace in Files
- Run UnRen and select option 2
I only did the scripts after people noticed the updater being flagged. For anyone concerned, it just downloads RPAs from a GitHub repo.