Search found 4 matches

by detruuteron
Mon Jan 14, 2019 2:20 pm
Forum: Ren'Py Questions and Announcements
Topic: UTF-8 error?
Replies: 1
Views: 268

UTF-8 error?

A friend of mine got this error on his game and we don't know what to do. I'm sorry, but an uncaught exception occurred. While parsing C:\Users\clau\Downloads\A world truly laughable/game/script.rpy. UnicodeDecodeError: 'utf8' codec can't decode byte 0x97 in position 1168: invalid start byte -- Full...
by detruuteron
Mon Dec 10, 2018 4:46 pm
Forum: Ren'Py Questions and Announcements
Topic: Game doesn't launch.
Replies: 1
Views: 206

Game doesn't launch.

Hello, I'm having this problem where the project doesn't launch. A file in the game directory of the project appears, the errors one, but it's empty. It just tells me there's an error, but there's no code below it or anything. "I'm sorry, but errors were detected in your script. Please correct...
by detruuteron
Tue Nov 27, 2018 6:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Problems when coding menu choices
Replies: 3
Views: 405

Re: Problems when coding menu choices

Thanks to both of you!
by detruuteron
Mon Nov 26, 2018 6:06 pm
Forum: Ren'Py Questions and Announcements
Topic: Problems when coding menu choices
Replies: 3
Views: 405

Problems when coding menu choices

Hello, I'm new to Ren'Py. I'm a having a few problems in the making of menu choices. This is the script: menu: "Talk to Marissa": jump ttm "Talk to Zac": jump ttz "Talk to Rowan": jump ttr label ttm: "Marissa smiles at you cheerfully, but she refuses to speak."...