Search found 6 matches

by zirkkun
Wed Aug 12, 2020 5:12 pm
Forum: Ren'Py Questions and Announcements
Topic: Problems with renpy.choice_for_skipping()
Replies: 2
Views: 217

Re: Problems with renpy.choice_for_skipping()

Well, I do feel like I over-reacted a bit now lol. Deleting the persistent seemed to work! Thank you for the help, haha.
by zirkkun
Wed Aug 12, 2020 4:57 pm
Forum: Ren'Py Questions and Announcements
Topic: Problems with renpy.choice_for_skipping()
Replies: 2
Views: 217

Problems with renpy.choice_for_skipping()

Hi, this is a bit of a strange question (maybe?) but I've recently had a glitch that I have no idea how to solve. In my game, I have maps for the player to explore and interact with. I opted to display these screens using the "show" command rather than "call" due to the fact that...
by zirkkun
Sun May 31, 2020 5:27 pm
Forum: Ren'Py Questions and Announcements
Topic: Invalid charmap handle?
Replies: 4
Views: 481

Re: Invalid charmap handle?

I was actually able to find an alternate font that worked for the purpose that I wanted and worked in Ren'py. But thank you for the help!
by zirkkun
Wed May 13, 2020 11:07 am
Forum: Ren'Py Questions and Announcements
Topic: Invalid charmap handle?
Replies: 4
Views: 481

Re: Invalid charmap handle?

Maybe RenPy can't handle wingdings, because its font has a few characters does not really fit up the font or the game itself, why not try to use a encoder? Maybe it will works, i even used morse code for example by just copy and paste easily. Unfortunately, if I try to copy and paste the unicode th...
by zirkkun
Tue May 12, 2020 7:32 pm
Forum: Ren'Py Questions and Announcements
Topic: Invalid charmap handle?
Replies: 4
Views: 481

Invalid charmap handle?

Hi there! I'm mid trying to code a little Easter Egg for my game using wingdings font, which I have put in to my game folder, but Ren'Py for some reason when I launch the game and get to the Easter Egg, this happens: I'm sorry, but an uncaught exception occurred. While running game code: File "...
by zirkkun
Fri Jan 25, 2019 11:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Errors and Questions with Python Classes -- Trying to read character stats
Replies: 1
Views: 423

Errors and Questions with Python Classes -- Trying to read character stats

Hello! I'm new to the forums, but I have been lurking them for a while for help. I recently have sprung a very specific issue that I'm just not quite sure how to fix. Additionally, I'm still not all that advanced in Python coding, since a couple of very basic, mostly unfinished visual novels are the...