Search found 12 matches

by skinnyfitgenes
Thu Oct 26, 2023 6:03 am
Forum: Ren'Py Questions and Announcements
Topic: Code for the Fifteen / Slide Puzzle mini game doesn't work any more, any ideas?
Replies: 1
Views: 2271

Code for the Fifteen / Slide Puzzle mini game doesn't work any more, any ideas?

Hello, I've been using code that I found in the cookbook here to make a fifteen / slide puzzle game - it used to work perfectly, but it seems like now, it's not working any more. The image to be used for the puzzle is displayed as just one of the tiles, rather than being broken down into tiles itsel...
by skinnyfitgenes
Tue Jan 24, 2023 12:51 pm
Forum: Ren'Py Questions and Announcements
Topic: My game has started crashing apparently at random when I test it via Launch Project. Error reports are included here.
Replies: 10
Views: 929

Re: My game has started crashing apparently at random when I test it via Launch Project. Error reports are included here

Just in case anyone is looking for an update... I updated Renpy, reinstalled Mac OS (with a new OS, Ventura) and made a new profile for my Mac. So far, both the CVMServer and pythonw crashes seem to have stopped, I've tested the game for a few hours and it seems okay. I'm anxious, because there does...
by skinnyfitgenes
Sun Jan 22, 2023 5:52 am
Forum: Ren'Py Questions and Announcements
Topic: My game has started crashing apparently at random when I test it via Launch Project. Error reports are included here.
Replies: 10
Views: 929

Re: My game has started crashing apparently at random when I test it via Launch Project. Error reports are included here

Big Sur 11.2.2 I initially downloaded Renpy 7.4.8, but updated to 8.0.3 to see if that was causing these problems Python 3 The Renpy folder is saved in Applications, just as a folder, then the actual application is inside that folder along with all of my projects and the lib folder. I'll try reinsta...
by skinnyfitgenes
Fri Jan 20, 2023 5:54 pm
Forum: Ren'Py Questions and Announcements
Topic: My game has started crashing apparently at random when I test it via Launch Project. Error reports are included here.
Replies: 10
Views: 929

Re: My game has started crashing apparently at random when I test it via Launch Project. Error reports are included here

Yes, it's my game... As far as I can tell the code is all fine, it's always worked fine up until yesterday, and I don't get any errors from Renpy to identify errors in the code. But I guess something must be wrong, or it wouldn't be having this problem. Today when I started it up to test for the fir...
by skinnyfitgenes
Fri Jan 20, 2023 5:07 pm
Forum: Ren'Py Questions and Announcements
Topic: My game has started crashing apparently at random when I test it via Launch Project. Error reports are included here.
Replies: 10
Views: 929

Re: My game has started crashing apparently at random when I test it via Launch Project. Error reports are included here

Thanks for your help... Any idea how I can check my code to see if it's causing the error or find out what's causing it? I'll run a memory check as well...

Honestly this has me pretty terrified. I'll be devastated if my game is buggy and I can't see what the problem is.
by skinnyfitgenes
Thu Jan 19, 2023 6:04 pm
Forum: Ren'Py Questions and Announcements
Topic: My game has started crashing apparently at random when I test it via Launch Project. Error reports are included here.
Replies: 10
Views: 929

My game has started crashing apparently at random when I test it via Launch Project. Error reports are included here.

It's not exactly about Renpy, but I'm hoping someone might have seen a similar thing before and know what might be causing this. It's always been fine up until now, but has just started crashing. It genuinely does seem to be completely at random. I can play the game for hours without a problem, and ...
by skinnyfitgenes
Thu Aug 05, 2021 1:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Is there an easier way to have a variable that updates itself if multiple conditions are met?
Replies: 1
Views: 1089

Is there an easier way to have a variable that updates itself if multiple conditions are met?

Hi folks - as always I will preface this by saying English is not my first language, so apologies for any mistakes or confusion. My game has a card collecting mechanic which is working quite well, all of the cards have a unique numerical value from 1-13 and a separate “skill” stat. I am trying to se...
by skinnyfitgenes
Mon Jul 26, 2021 12:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Any way to have Renpy give the player a random question from a list, and then remove that question from the list?
Replies: 2
Views: 820

Any way to have Renpy give the player a random question from a list, and then remove that question from the list?

Edit: Really sorry, after a few hours playing with this I have managed to get it working! If any mods see this the thread can be deleted. I’ll try my best to explain - English is not my first language so apologies if some of this comes out wrong or confusing. So, in my game I have a character who po...
by skinnyfitgenes
Fri May 21, 2021 2:00 pm
Forum: Ren'Py Questions and Announcements
Topic: Is it possible to define a list of text values for a variable, that can be changed like numerical values?
Replies: 3
Views: 742

Is it possible to define a list of text values for a variable, that can be changed like numerical values?

I don’t think I explained that very well, so I’ll try better here. Apologies, English is not my first language. For example, if I have the seasons in my game. Is there any way to define a list in Renpy to say that the seasons go Spring, Summer, Fall, Winter, and then use “= +1” to cause that variabl...
by skinnyfitgenes
Thu May 13, 2021 12:52 pm
Forum: Ren'Py Questions and Announcements
Topic: Make a certain character’s speech text always right align?
Replies: 1
Views: 773

Make a certain character’s speech text always right align?

Hi folks, I’d like a certain character’s text and name (Josh) to always appear right-aligned, and his name in blue. I thought I had it, but my code isn’t working. The colour for his name works, but his name is still aligned to the left. If his speech goes onto a second line, then it aligns to the ri...
by skinnyfitgenes
Wed May 12, 2021 1:33 pm
Forum: Ren'Py Questions and Announcements
Topic: Any way to keep just one word of text stay visible in white when the rest of the screen fades to black?
Replies: 1
Views: 757

Any way to keep just one word of text stay visible in white when the rest of the screen fades to black?

Hopefully I can explain this well enough that you can visualise what I mean! So at the end of the scene, I have the last bit of text on screen, and I can make everything fade to black... what I’d like to do is have one word of the text, written in white, stay visible on the screen for a few seconds ...