Search found 6 matches

by redlemon
Mon Dec 11, 2017 9:52 pm
Forum: Ren'Py Questions and Announcements
Topic: Are there any instructions for setting up steam achievements?
Replies: 0
Views: 280

Are there any instructions for setting up steam achievements?

I searched the forums, and I've also seen this:
https://www.renpy.org/doc/html/achievement.html

It's not obvious how to link the game to Steam.
by redlemon
Wed Oct 30, 2013 8:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Screen starts white then turns black before splashscreen
Replies: 7
Views: 1031

Re: Screen starts white then turns black before splashscreen

Not sure if I'm explaining this well. Without keeping the screen white before the splashscreen, this happens: Launch game -> white screen -> flicks to black screen -> white screen fading into main menu So another way of looking at this is trying to get rid of the black screen that comes in for a spl...
by redlemon
Tue Oct 29, 2013 8:07 am
Forum: Ren'Py Questions and Announcements
Topic: Screen starts white then turns black before splashscreen
Replies: 7
Views: 1031

Re: Screen starts white then turns black before splashscreen

Thanks, this is really useful. The reason I'm doing this is because I want to fade into the main menu from white. It is something that is really good to have. Is there a chance this code will cause problems later on? Also, where do you find these things? I can't find any documentation on the choose ...
by redlemon
Mon Oct 28, 2013 5:29 pm
Forum: Ren'Py Questions and Announcements
Topic: Screen starts white then turns black before splashscreen
Replies: 7
Views: 1031

Screen starts white then turns black before splashscreen

I'm trying to fade into the main menu from white. When the game loads, the background starts off white, then flicks to black before my splashscreen code even starts running. Is there a way to force the background to stay white all the time? You can see this effect when you create a default project a...
by redlemon
Sat Jun 15, 2013 9:05 am
Forum: Ren'Py Questions and Announcements
Topic: How to center character name with two window setup? [Solved]
Replies: 4
Views: 747

Re: How to center character name with two window setup?

Thanks for the answer. It didn't work for me as the width of the character name box needs to be fixed, but you gave me some ideas and I managed to eventually work out this, which seems to work:

style.say_label.xalign = 0.5
by redlemon
Fri Jun 14, 2013 8:40 pm
Forum: Ren'Py Questions and Announcements
Topic: How to center character name with two window setup? [Solved]
Replies: 4
Views: 747

How to center character name with two window setup? [Solved]

This does not work:

style.say_label.text_align = 0.5

I've had no luck searching for more solutions.