Search found 6 matches

by Ignideus
Fri Oct 24, 2014 3:28 am
Forum: Ren'Py Cookbook
Topic: RPG Battle Engine - Alpha 7.5, downloads in first post
Replies: 274
Views: 92201

Re: RPG Battle Engine - Alpha 7.5, downloads in first post

Is it possible to have it when a character dies in a battle, that character is gone from the game forever? Like Fire Emblem or X-COM style permadeath.
by Ignideus
Wed Jul 16, 2014 4:48 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Adding sound effects to the quick menu buttons?
Replies: 1
Views: 397

[SOLVED] Adding sound effects to the quick menu buttons?

The code for activation and hover sound effects for textbuttons:

Code: Select all

style.button.activate_sound = "click.mp3"
style.button.hover_sound = "hover.mp3"


Is there one for the quick menu buttons?
by Ignideus
Wed Jul 16, 2014 4:06 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Hide a bar from a screen until a line in the script?
Replies: 2
Views: 703

Re: Hide a bar from a screen until a line in the script?

Wow. I tried four different ways to try to get this to work, I can't believe it was that easy! The answer was so obvious too. THANKS SO MUCH! <3
by Ignideus
Wed Jul 16, 2014 3:31 pm
Forum: Ren'Py Cookbook
Topic: Instant CG and BG gallery
Replies: 154
Views: 63226

Re: Instant CG and BG gallery

This is great! Would OP like to be credited in my game if I end up using this code?
by Ignideus
Wed Jul 16, 2014 3:24 pm
Forum: Welcome!
Topic: Guestbook
Replies: 5531
Views: 3701490

Re: Guestbook

Glad to have an account after lurking for a while.
by Ignideus
Wed Jul 16, 2014 3:20 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Hide a bar from a screen until a line in the script?
Replies: 2
Views: 703

[SOLVED]Hide a bar from a screen until a line in the script?

Hey, I used OokamiKasumi's love bar tutorial and the codex screen from the cookbook and I got it to work great! The bar displays on a character's codex screen just fine. http://i.imgur.com/i7jQ87M.png NOTE: everything in that image is very much placeholder, the final game won't look that bad :lol: ....