Search found 194 matches

by Tage
Sun Dec 12, 2004 2:20 am
Forum: Ren'Py Questions and Announcements
Topic: Q/A: Run Game.exe icon
Replies: 34
Views: 10196

Nah, I'm still working on the menu =P lol, in all seriousness though...I'm only 5% done :cry: lol, I plan to work hard on it after my finals this week though. I'm FREE today of next week. I'm so happy. lol Edit: I hope I can wrap it up in a month; although, that's probably being WAY too optimistic, ...
by Tage
Sun Dec 12, 2004 2:04 am
Forum: Ren'Py Questions and Announcements
Topic: Q/A: Run Game.exe icon
Replies: 34
Views: 10196

It's no problem at all, lol, I thank you for even considering it! I will happily wait for that release too!
by Tage
Sun Dec 12, 2004 1:50 am
Forum: Ren'Py Questions and Announcements
Topic: Q/A: Run Game.exe icon
Replies: 34
Views: 10196

I don't know what this has to do with the game icon(?), but as far as system restore preventing you from getting rid of viruses. That much is true if you restore to a point that had a virus, but it is really simple to get rid of your system restore point and make a new one after you get rid of the v...
by Tage
Sun Dec 12, 2004 12:46 am
Forum: Ren'Py Questions and Announcements
Topic: Mouse cursor lags in fullscreen, any way to reduce it?
Replies: 5
Views: 3243

lol, well, I like nice menus, so I guess I'm being a little biased...but oh well, it's my game :twisted: hehe...but, I'll probably not use fullscreen anyway since the music gets crackly when I do put it in fullscreen.
by Tage
Sun Dec 12, 2004 12:35 am
Forum: Ren'Py Questions and Announcements
Topic: Is there a way to start in fullscreen?
Replies: 14
Views: 6048

That's understandable. =) Thanks for the response.
by Tage
Sun Dec 12, 2004 12:35 am
Forum: Ren'Py Questions and Announcements
Topic: Mouse cursor lags in fullscreen, any way to reduce it?
Replies: 5
Views: 3243

Just menus, and I don't have a special cursor. I guess I should consider not using fullscreen more than anything else, lol. I just always felt having other windows on the screen pulled me away from the story. It's not too bad.
by Tage
Sat Dec 11, 2004 9:02 pm
Forum: Ren'Py Questions and Announcements
Topic: Mouse cursor lags in fullscreen, any way to reduce it?
Replies: 5
Views: 3243

Mouse cursor lags in fullscreen, any way to reduce it?

It takes more work to render in fullscreen I'm assuming. Is there a way to minimize the cursor lag? At all? lol

Edit: That is - other than using 640x480 resolution, which would probably work wonders. I'm trying to use 800x600 resolution. But I may settle for 640x480 if there is no other way.
by Tage
Sat Dec 11, 2004 9:01 pm
Forum: Ren'Py Questions and Announcements
Topic: Is there a way to start in fullscreen?
Replies: 14
Views: 6048

Is there a way to start in fullscreen?

I was wondering if I could make fullscreen the default in my game?
by Tage
Sat Dec 11, 2004 5:59 pm
Forum: Ren'Py Questions and Announcements
Topic: Can I edit an init variable inside my main_menu label?
Replies: 6
Views: 2347

Ahh, okay, that makes sense =)
by Tage
Sat Dec 11, 2004 5:35 pm
Forum: Ren'Py Questions and Announcements
Topic: I have a "Preferences" question (v4.3 is fun n.n)
Replies: 2
Views: 1719

Sweet =D Thank you very much!

Edit: Oh my! It's PERFECT! n.n! Thanks again! This is greatly appreciated!
by Tage
Sat Dec 11, 2004 4:40 pm
Forum: Ren'Py Questions and Announcements
Topic: I have a "Preferences" question (v4.3 is fun n.n)
Replies: 2
Views: 1719

I have a "Preferences" question (v4.3 is fun n.n)

I want to make the size of the "button_text" for the Preferences screen smaller than the GameMenu and MainMenu "button_text"s. Since, there are no direct ways of changing it via something like "style.prefs_button_text.size", I was wondering if it was possible to use the...
by Tage
Sat Dec 11, 2004 1:32 am
Forum: Ren'Py Questions and Announcements
Topic: Possible bug, or I'm screwing something up: file_picker_text
Replies: 4
Views: 2163

AAAHHH!! JOY!! I feel like it's Christmas already n.n Thank you for the release!
by Tage
Sat Dec 11, 2004 1:27 am
Forum: Ren'Py Questions and Announcements
Topic: Possible bug, or I'm screwing something up: file_picker_text
Replies: 4
Views: 2163

Oh, so I should edit style.rpy I'm assuming
by Tage
Sat Dec 11, 2004 1:20 am
Forum: Ren'Py Questions and Announcements
Topic: Possible bug, or I'm screwing something up: file_picker_text
Replies: 4
Views: 2163

Possible bug, or I'm screwing something up: file_picker_text

Code: Select all

init:
    $ style.file_picker_text.color = (0, 0, 0, 255)
Only changes new save slot text.

All the specific ones do work, however.

file_picker_old, file_picker_new, file_picker_extra_info, and file_picker_new_slot all work individually.
by Tage
Sat Dec 11, 2004 12:54 am
Forum: Ren'Py Questions and Announcements
Topic: Is there any way to have music specifically for menus?
Replies: 6
Views: 2180

Is there any way to have music specifically for menus?

I was wondering if you could have certain music play when the user right clicks/escapes to go to the menu in the middle of play. Or perhaps even pause the music while you're in the options? If it is not possible, that's fine. It isn't too important to me.