Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+2)

Tweaked some things and fixed some others

https://mega.nz/file/COA1iB4a#jhWXwAXWFyzhak0jh28K6tX3m81SB2GtXUw5QdhVr4s

  • Language Select showing which language is selected and remembering it so the player isn't asked more than once.
  • Main Menu uses textbuttons instead of imagebuttons as it was easier to translate into both English and Spanish.  You can get a similar effect by putting translated images in the translation "tl" folder.
  • Adjusted a few strings that weren't being caught by Ren'Py translation.  A little thing were you need _( ) added.
    IE: $ MiNombre = renpy.input (_("¿Tu nombre es...?"), default = "Za Warudo") # Ask for the player's name in English and Spanish.
  • Used the more standard English translation of screens.rpy
  • Added your info to the About section.
  • An option to toggle the Quick Menu
  • Defaulted the Player name variable and added a persistent for it.  That will be useful if you decide to add a gallery later on.
  • Icon wasn't a standard size so resized it to 256x256

You can review the changes I made with https://winmerge.org

(+3)

Hi bro, the menu is beautiful but I have a problem ... When I installed the patch in a distribution of the game I got this error...

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/tl/English/screens.rpy", line 6, in script

    old "Atras"

  File "game/tl/English/screens.rpy", line 6, in script

    old "Atrás"

Exception: A translation for "Atrás" already exists at game/tl/English/screens.rpy:7.

(By the way you did a very good job... I didn't know how to do those translation things...)

(1 edit)

That happens because I didn't include the rpyc files.  On a distribution copy the archive rpa files cause an error like that if only the rpy files are there but if you try starting the game again Ren'Py should resolve that conflict.

(+2)

I have already put it in the original copy so that others do not have any mistake... thanks for the help!