Closed Andredron closed 1 year ago
If you have the game already unpacked, and you are using the Ren'Py Launcher, try doing the following:
When you run the project in Ren'Py, it automatically runs with the config.developer
flag set to True
.
Try modifying the following labels so that the game bypasses the download verification process:
check_updates
, Line 19
(File main_sequence.rpy
)main_menu
, Line 39
(File main_sequence.rpy
)Adding the if not config.developer
conditional will make you skip that process and immediately enter the track menu :3
I hope I've helped =)
Mientras traducía el proyecto me di cuenta de un error, cuando se borran los datos permanentes (a través del Renpe Launcher) o cuando se borra la carpeta de datos del juego en el PC C:\Documents and Settings\Admin\Application Data\RenPy y se inicia el proyecto de nuevo, vuelve a descargar los archivos sin comprobar si se han guardado antes.