Search found 11 matches

by sittingox
Sun Apr 14, 2024 8:53 pm
Forum: Ren'Py Questions and Announcements
Topic: Where to find math documentation?
Replies: 1
Views: 197

Where to find math documentation?

Hi everyone, I've been trying to use various math functions for renpy but I'm having trouble finding any documentation for it. I can find python docs for math, but that's not exactly the same as how it's used in renpy.

Any clues on where to look? Thanks.
by sittingox
Sun Jan 07, 2024 4:30 pm
Forum: Ren'Py Questions and Announcements
Topic: could not pickle [module 'time' (built-in)>
Replies: 6
Views: 49142

Re: could not pickle [module 'time' (built-in)>

I tried force recompile and deleting persistent, but it doesn't help. My project isn't very big, so I think I'll just rebuild it and maybe I'll figure out where the loop is. Thanks for the help though!
by sittingox
Mon Jan 01, 2024 11:40 pm
Forum: Ren'Py Questions and Announcements
Topic: could not pickle [module 'time' (built-in)>
Replies: 6
Views: 49142

Re: could not pickle [module 'time' (built-in)>

Looks like I accidentally used module time as a variable. I changed it to a different name and it fixed it. However, now when I try to reload or use intereactive director I get a possible infinite loop error. I don't get this issue from any other projects I got, so maybe I accidentally messed someth...
by sittingox
Sun Dec 31, 2023 10:41 pm
Forum: Ren'Py Questions and Announcements
Topic: could not pickle [module 'time' (built-in)>
Replies: 6
Views: 49142

could not pickle [module 'time' (built-in)>

Basically, my game works fine but when I try to bring up the interactive director this error code pops up. No clue what it means. Thoughts anyone? I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00keymap.rpy", line 485, in script python hide: File...
by sittingox
Wed Nov 29, 2023 4:30 pm
Forum: Ren'Py Questions and Announcements
Topic: Interactive director & speech button editor don't work?
Replies: 1
Views: 492

Re: Interactive director & speech button editor don't work?

Never mind. It looks like the issue was me skipping the main menu, it caused the interactive director to stop working.
by sittingox
Tue Nov 28, 2023 10:36 pm
Forum: Ren'Py Questions and Announcements
Topic: Interactive director & speech button editor don't work?
Replies: 1
Views: 492

Interactive director & speech button editor don't work?

Hi everyone, thanks for your time. So the issue I have is that on my game, I can't use the interactive director or speech button editor for some reason. I have the latest renpy version 8.1.3 too. I tried using them on The Question(the example game included with renpy), and the interactive director w...
by sittingox
Tue Nov 21, 2023 3:27 pm
Forum: Ren'Py Questions and Announcements
Topic: Hover animation and sound doesn't activate when using timer function
Replies: 5
Views: 855

Re: Hover animation and sound doesn't activate when using timer function

Yeah, that's probably it. I just tried taking out the timer and the imagebutton works as it should.

edit: That fixed it! Thanks for helping me out :D
by sittingox
Tue Nov 21, 2023 2:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Hover animation and sound doesn't activate when using timer function
Replies: 5
Views: 855

Re: Hover animation and sound doesn't activate when using timer function

I checked the audio files using a music player, but they are fine.

I don't have any ongoing music or sound playing either.

I tried using the code you gave me, but I got the same result.

The nightly update didn't seem to help either...

Here's an image of the entire screen code:
by sittingox
Mon Nov 20, 2023 10:41 pm
Forum: Ren'Py Questions and Announcements
Topic: Hover animation and sound doesn't activate when using timer function
Replies: 5
Views: 855

Hover animation and sound doesn't activate when using timer function

Hi everyone, thanks for taking the time to help me out :D So I have an issue where I'm calling a screen that has a timer and a imagebutton. The timer works, but there's an issue with the imagebutton where the hover animation and sound effect don't work. But the button still works when I click it. Pr...
by sittingox
Thu Nov 16, 2023 3:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Mouse cursor disappears after calling screen
Replies: 2
Views: 402

Re: Mouse cursor disappears after calling screen

Thanks! I was afraid that there was a bug with the engine. I'll try that out right now!

edit: It works, thank you!
by sittingox
Wed Nov 15, 2023 7:45 pm
Forum: Ren'Py Questions and Announcements
Topic: Mouse cursor disappears after calling screen
Replies: 2
Views: 402

Mouse cursor disappears after calling screen

Hi everyone, this is my first time posting so I apologize in advance if I'm not clear on things. Basically, the situation I have is that I'm trying to call a screen that's being used as a timer for about 25 minutes. However, there's an issue where after 3 minutes of calling the screen, the mouse cur...