CharlieFuu69 / RenPy_RhythmBeats

Sistema de Acción Rítmica para juegos hechos con Ren'Py
GNU General Public License v3.0
13 stars 2 forks source link

Volver a descargar archivos #2

Closed Andredron closed 1 year ago

Andredron commented 1 year ago

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. Снимок экрана (49) Снимок экрана (48)

CharlieFuu69 commented 1 year ago

If you have the game already unpacked, and you are using the Ren'Py Launcher, try doing the following:

image

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:

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 =)