Search found 9 matches

by gseek
Thu Apr 11, 2019 12:07 am
Forum: Ren'Py Questions and Announcements
Topic: How can I make image appear in the middle of the screen?
Replies: 4
Views: 993

Re: How can I make image appear in the middle of the screen?

philat wrote: Wed Apr 10, 2019 11:41 am If I understand you correctly, I think you're looking for at truecenter rather than at center.
Yes! This worked for the picture. Thank you!
by gseek
Thu Apr 11, 2019 12:06 am
Forum: Ren'Py Questions and Announcements
Topic: How can I make image appear in the middle of the screen?
Replies: 4
Views: 993

Re: How can I make image appear in the middle of the screen?

Idk if there's a string to specifically show it above the window but there is a hide/show for it that I've used a few time. You can raise the pause higher so it gives the player more time. If they click it will continue so they aren't forced to wait for that amount of time either. window hide #hide...
by gseek
Thu Apr 11, 2019 12:01 am
Forum: Ren'Py Questions and Announcements
Topic: Says label start twice but only one label start in the code?
Replies: 4
Views: 853

Re: Says label start twice but only one label start in the code?

The label start is defined twice, at File "game/script.rpy", line 13 and File "game/test-book/game/script.rpy", line 44. The issue is it's trying to read two scripts. Both that have a start label. Just change the label in your test-book to something other than start. Just rememb...
by gseek
Wed Apr 10, 2019 10:34 pm
Forum: Ren'Py Questions and Announcements
Topic: Says label start twice but only one label start in the code?
Replies: 4
Views: 853

Says label start twice but only one label start in the code?

I'm confused. I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. The label start is defined twice, at File "game/script.rpy", line 13 and File "game/test-book/game/script.rpy", line 44. Ren'Py Version: Ren'Py 7.2.0.424 Thu A...
by gseek
Mon Apr 08, 2019 9:33 pm
Forum: Ren'Py Questions and Announcements
Topic: How can I make image appear in the middle of the screen?
Replies: 4
Views: 993

How can I make image appear in the middle of the screen?

I'm a newb at renpy and I want to display a picture of a painting in the middle of the screen. When I say show at center its underneath the dialogue box, I want to be above the dialogue box so the player can read and see the painting. Is there a command that will allow me to that?
by gseek
Sun Mar 17, 2019 4:14 am
Forum: Ren'Py Questions and Announcements
Topic: How to change the color of font based on a choice
Replies: 2
Views: 767

How to change the color of font based on a choice

So when players reach a bad end I want the text to say Bad End in this color (#c43b3b), I'm a bit new at Ren'py and I understand how to change all the font to one color but I only want this color to appear after the text reads bad end. Is there a way of doing this?

Thanks :oops:
by gseek
Fri Mar 08, 2019 12:44 am
Forum: Welcome!
Topic: Lemma Soft Forums Reception Desk
Replies: 77
Views: 337366

Re: Lemma Soft Forums Reception Desk

If I want to know what part of a code does where do I ask that? Like what does default book mean? Should I add it to make my visual novel a novel? I'm so confused. These sorts of questions can go in the Renpy questions and announcements forum. https://lemmasoft.renai.us/forums/viewforum.php?f=8 As ...
by gseek
Thu Mar 07, 2019 8:46 pm
Forum: Welcome!
Topic: Lemma Soft Forums Reception Desk
Replies: 77
Views: 337366

Re: Lemma Soft Forums Reception Desk

If I want to know what part of a code does where do I ask that?
Like what does default book mean? Should I add it to make my visual novel a novel?
I'm so confused.