Search found 49 matches
- Wed Apr 01, 2009 6:38 am
- Forum: Ren'Py Questions and Announcements
- Topic: I can has alt-enter?
- Replies: 3
- Views: 654
Re: I can has alt-enter?
(...)I know Ren'Py uses 'f' (...) (...)I'm not asking asking that 'f' be removed,(...) You know, I'd even remove f. Especially after playing Brass Restoration. It messed my assigning skills up and now I always press f to "fast skip"... just to realize I shouldn't have done that with me looking on w...
- Wed Apr 01, 2009 6:35 am
- Forum: Ren'Py Questions and Announcements
- Topic: [April Fools] More Feature Deprecations
- Replies: 21
- Views: 2359
Re: More Feature Deprecations
- renpy.imagemap In retrospect, imagemaps were a bad idea. They're quite limited, to square regions, and don't let people customize how the buttons behave. There's no way to do something when an imagemap is hovered or unhovered, or to make each button make a different sound. It's probably best to j...
- Wed Apr 01, 2009 5:51 am
- Forum: Ren'Py Questions and Announcements
- Topic: Cookbook gallery alteration
- Replies: 25
- Views: 2559
Re: Cookbook gallery alteration
Aaaand one more!
Is there some way to alter the gallery to have the background show even when displaying the images? I used some transparent displayables, and they kind of look bad with white background (which is default there).
Is there some way to alter the gallery to have the background show even when displaying the images? I used some transparent displayables, and they kind of look bad with white background (which is default there).
- Mon Mar 30, 2009 2:41 am
- Forum: Ren'Py Questions and Announcements
- Topic: Cookbook gallery alteration
- Replies: 25
- Views: 2559
Re: Cookbook gallery alteration
Oh, I see, thanks ^^
- Sun Mar 29, 2009 8:47 am
- Forum: Ren'Py Questions and Announcements
- Topic: Cookbook gallery alteration
- Replies: 25
- Views: 2559
Re: Cookbook gallery alteration
Another question: I have a problem with storing persistent data for the gallery. Once I run through the set point, the gallery unlocks, but when I restart the game, it's locked again. I have defined the persistent data in the second init block (Not init -1 python, just init). Am I doing something wr...
- Mon Mar 23, 2009 6:08 am
- Forum: Ren'Py Questions and Announcements
- Topic: Cookbook gallery alteration
- Replies: 25
- Views: 2559
Re: Cookbook gallery alteration
I added it after the ui.null in the navigation block and it helped (there's ui.jumps("_main_menu"), btw), thank you very much ^^JQuartz wrote:Code: Select all
ui.keymap(mouseup_3=ui.jumps("return_to_main_menu"))
- Mon Mar 23, 2009 5:05 am
- Forum: Ren'Py Questions and Announcements
- Topic: Cookbook gallery alteration
- Replies: 25
- Views: 2559
Re: Cookbook gallery alteration
OK, since this all is for one thing, I'll add it here. I managed to input the cookbook gallery into my script and it's working, I can alter it, and stuff. There's one problem, though! (which is, obviously, why I am writing here ;P) I don't want the gallery to show the navigation buttons and to retur...
- Sat Mar 21, 2009 7:02 pm
- Forum: Other Story-based Games
- Topic: Chaos; Head
- Replies: 6
- Views: 1722
Re: Chaos; Head
Already finished the "good" (or AA) route and can't wait to play B route :>
Will probably do in the next month when I get new HDD.
VNs are filesize heavy. I shouldn't have gotten those Amber Quartz! and MB:AC :>
Will probably do in the next month when I get new HDD.
VNs are filesize heavy. I shouldn't have gotten those Amber Quartz! and MB:AC :>
Re: fdsfdsfds
I sure hope fghfgfhfghf gets her own route!
- Thu Mar 19, 2009 12:05 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Cookbook gallery alteration
- Replies: 25
- Views: 2559
Re: More customized menus, activable buttons in mm, yes/no
Nice point out.
That's 3/4 solved, if that template helps me ^^
That's 3/4 solved, if that template helps me ^^
- Thu Mar 19, 2009 11:11 am
- Forum: Ren'Py Questions and Announcements
- Topic: Questions on how to use text effects..and stuff in general
- Replies: 38
- Views: 4646
Re: Questions on how to use text effects..and stuff in general
more general approach Like what? Hmmm... let me see... I don't (know?) how to reposition the text box thoughout the game but for the box you state the location, you can use variables to state the positions so when you want to change its position, just change the value of the variable. I don't need ...
- Thu Mar 19, 2009 10:57 am
- Forum: Ren'Py Questions and Announcements
- Topic: Cookbook gallery alteration
- Replies: 25
- Views: 2559
Re: More customized menus, activable buttons in mm, yes/no
Should have two =. So it should have been "persistent.name==True". /headdesks I am an idiot >___> For the menu things, actually, I meant the choices menu, where to customize which style it will load. I'll give an example. menu name_of_menu: "Choice 1": Its block "Choice 2": Its block Is what the de...
- Tue Mar 17, 2009 12:30 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Cookbook gallery alteration
- Replies: 25
- Views: 2559
Cookbook gallery alteration
I am having a problem with trying to get some interface working. I'd like to ask you to bear with me, as I can't provide the script at the moment, and can't specify much. In-game Menus (choices) - I have created few styles for buttons, but I miss a description on how to make few versions for menus (...
- Tue Mar 17, 2009 12:22 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Questions on how to use text effects..and stuff in general
- Replies: 38
- Views: 4646
Re: Questions on how to use text effects..and stuff in general
want to specify the position and the text would center around it I don't how to reposition the text box thoughout the game but for the box you state the location, you can use variables to state the positions so when you want to change its position, just change the value of the variable. Also you mi...
- Fri Mar 13, 2009 7:49 am
- Forum: Ren'Py Questions and Announcements
- Topic: Questions on how to use text effects..and stuff in general
- Replies: 38
- Views: 4646
Re: Questions on how to use text effects..and stuff in general
Since posting in general thread is usually better... I'd like to ask about centering some more, the problem being I don't want to center on the middle of the screen. Basically, I have this: Link to picture The background and all of the windows are static. The text is made by - usual text (the main b...