Search found 50 matches

by winternight119
Sun Mar 01, 2009 3:26 am
Forum: Ren'Py Questions and Announcements
Topic: Chapter Title Screens?
Replies: 3
Views: 1184

Chapter Title Screens?

I've searched on the forum but I can't find exactly this.... I haven't been able to piece together a solution either though the answer seems to be right in front of me. Then again, it is 02:24 and I'm dead tired. Haha. I have an image that I can define with scene. I want to fade this "scene&quo...
by winternight119
Sat Feb 28, 2009 10:48 am
Forum: Ren'Py Questions and Announcements
Topic: Default "dialogue" font color?
Replies: 3
Views: 1095

Re: Default "dialogue" font color?

Thanks alot guys. (This forum is awesome! Haha.) I'm going to use JQuartz's suggestion, but yours is quite useful too, chensterrain. As for the text box, chens, well I didn't mean exactly that. I used a script I found on this forum and maybe I shouldn't have (but thanks for that info JQuartz), to ha...
by winternight119
Sat Feb 28, 2009 2:51 am
Forum: Ren'Py Questions and Announcements
Topic: Default "dialogue" font color?
Replies: 3
Views: 1095

Default "dialogue" font color?

Looking in my options.rpy file, I know that: ######################################### ## These let you customize the default font used for text in Ren'Py. ## The file containing the default font. # style.default.font = "DejaVuSans.ttf" ## The default size of text. # style.default.size = 2...
by winternight119
Fri Feb 27, 2009 3:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Resolution [change] - to widescreen?
Replies: 16
Views: 12434

Re: Resolution [change] - to widescreen?

To set a widescreen resolution, simply open options.rpy file in your project folder. Now you can see a commented-out code which starts like: ## These control the width and height of the screen. config.screen_width = 800 config.screen_height = 600 It's piece of a cake. Isn't it? :D P.S. I'm loving R...
by winternight119
Thu Feb 26, 2009 10:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Resolution [change] - to widescreen?
Replies: 16
Views: 12434

Resolution [change] - to widescreen?

How do I change the default resolution of my game? I'm not worrying about scalability. I just want it to run at 1280x720, as widescreens are becoming increasingly popular and widespread and are typically the norm, so I'd think it'd be interesting to make my game in widescreen. So far, I'm loving Ren...