Need for help.
Today I add many names in the files.It does not work and report me this:
File "game/major_game_classes/character_related/configuration/character_name_lists_ren.py", line 527: unterminated string literal
return [
Ren'Py Version: Ren'Py 8.4.1.25072401
Mon Nov 10 12:34:52 2025
I examine the ""and , but nothing find.
Is the reason there are too many words in the Last Name?May someone have a look on my file.THX.
For future reference, the error message actually tells you the line number that is causing the error. Simply open the file and go to the reported line number to review the text and, hopefully, find the cause of the error. Obviously the software you use to edit Ren'py files would need to be able to display line numbers, for example in Notepad++ you would go to "Settings -> Preferences - > Margins/Border/Edge" and enable Line Number Display on the far right.
In case anyone does want to use Notepad++ to edit Ren'py files but has found that it does not display Styling/Formatting correctly, that's because Notepadd++ does not, by default, detect .rpy as a "python" file. Fortunately that's easily fixed:
Go to "Settings -> Style Configurator", in the Language selection menu scroll down and select "Python", below it you will see a text box for "User ext.". Enter "rpy" (without quotation) into this box and Notepad++ will now detect .rpy files as python scripts.