Ren'Py help here please

TanyaC

Active Member
May 11, 2022
569
472
149
because there are games that we can't decompile to make a translation.
I've used several UnRen games and it only gives errors.

-----------------------------------------------------------------------------------------
Creating rpatool...

Remove RPA archives after extraction?
. Enter (y/n):n
+ RPA archives won't be deleted

Searching for RPA packages
Traceback (most recent call last):
File "C:\Users\TanyaCris\Desktop\Game\Renpy Full\Nova pasta\DeadMoonSurvival-1.0-pc\rpatool.py", line 7, in <module>
import renpy.config
File "C:\Users\TanyaCris\Desktop\Game\Renpy Full\Nova pasta\DeadMoonSurvival-1.0-pc\renpy\config.py", line 1056, in <module>
exception_handler: Callable[[renpy.error.TracebackException], bool] | None = None
^^^^^^^^^^^
AttributeError: module 'renpy' has no attribute 'error'

Cleaning up temporary files...


Extracting _decomp.cab...
Searching for rpyc files...
+ Searching for rpyc files in C:\Users\TanyaCris\Desktop\Game\Renpy Full\Nova pasta\DeadMoonSurvival-1.0-pc\game\
Traceback (most recent call last):
File "C:\Users\TanyaCris\Desktop\Game\Renpy Full\Nova pasta\DeadMoonSurvival-1.0-pc\unrpyc.py", line 61, in <module>
import decompiler
File "C:\Users\TanyaCris\Desktop\Game\Renpy Full\Nova pasta\DeadMoonSurvival-1.0-pc\decompiler\__init__.py", line 35, in <module>
store = magic.fake_package("store")
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\TanyaCris\Desktop\Game\Renpy Full\Nova pasta\DeadMoonSurvival-1.0-pc\decompiler\magic.py", line 637, in fake_package
return __import__(name)
^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'store'

Cleaning up temporary files...
 

eevkyi

Member
Aug 14, 2025
203
205
63
Try doing the entire process manually:

1. Install python by opening a terminal/command prompt and running the following:
winget install --id Python.Python.3.13

2. Download rpatool


3. Download unrpyc (not always necessary)



For DeadMoon Survival, copy rpatool to the "game" folder, open a command prompt/terminal within that folder, and run:
python3 rpatool -x archive.rpa

If the game contains different rpa files, simply repeat the process for each one. If the rpy files haven't been included, copy one of the unrpyc versions (v2.x for renpy 8 games and v1.x for games made with renpy 7/6) to the "game" folder and run the game to decompile the files.
 
Last edited: