Search found 320 matches

by thebackup
Sun May 03, 2009 8:28 pm
Forum: Completed Games
Topic: CardioQuiz
Replies: 6
Views: 6037

CardioQuiz

The first Ren'Py game I released, CardioQuiz. Created for a college final project, CardioQuiz quizzes you on your knowledge of cardiovascular diseases. Do you have what it takes to make a healthy heart? Windows / Mac / Linux Download: http://pixaelworks.pixaelsoft.com/cardioquiz.php Hope you enjoy :D
by thebackup
Mon Mar 30, 2009 5:07 pm
Forum: Ren'Py Questions and Announcements
Topic: Main menu sound effects
Replies: 10
Views: 5602

Re: Main menu sound effects

Try adding these lines in options.rpy:

Code: Select all

style.imagemap_button.hover_sound = "your_hover_sound.ogg"
style.imagemap_button.activate_sound = "your_activate_sound.ogg"
by thebackup
Sat Mar 28, 2009 4:27 pm
Forum: Ren'Py Questions and Announcements
Topic: Out of Memory error
Replies: 13
Views: 7387

Re: Out of Memory error

It should work with this fixed bitmap - this isn't a renpy problem I would say. Good luck! Thanks! It works fine! 8) (I mean, the short version is still "don't use BMP files", there's really zero reason to store an image in that format these days.) Well, I found that BMP in a CG set, and ...
by thebackup
Sat Mar 28, 2009 2:14 am
Forum: Ren'Py Questions and Announcements
Topic: Out of Memory error
Replies: 13
Views: 7387

Re: Out of Memory error

Well, the background image is an 800 x 600 BMP; all of my other backgrounds are BMPs and they work fine. See attachment.

(I zipped the BMP because it won't let me upload BMPs)
by thebackup
Fri Mar 27, 2009 8:02 pm
Forum: Ren'Py Questions and Announcements
Topic: Out of Memory error
Replies: 13
Views: 7387

Out of Memory error

I'm new to these boards, and I've been using using Ren'Py for several months for my final art project. :D However, I'm running into an "out of memory" error: I'm sorry, but an exception occured while executing your Ren'Py script. error: Out of memory While running game code: - script at li...