Search found 17 matches

by G0RG3h
Fri Oct 07, 2022 8:43 pm
Forum: Ren'Py Questions and Announcements
Topic: Hover text
Replies: 15
Views: 11010

Re: Hover text

necro but i had a hard time editing the code above and finally got it working for anyone who saw it and wanted it to be framed/or an imagebutton/ one screen and no clicks like me! ^^ :D just change the images and stuff to your stuff. (ie the frame and stfsays and hover stuff! that's for my character...
by G0RG3h
Mon Jun 13, 2022 9:46 am
Forum: Ren'Py Questions and Announcements
Topic: Text beep plays during the game menu
Replies: 10
Views: 1980

Re: Text beep plays during the game menu

Thank you but it does not, unfortunately. It renders the bleeps silent and the doc has no example on how to use multiple bleeps for multiple characters. I'm just going to have to just go back to renpy 7 for good or at least until this gets worked out because I have no idea what's wrong. Never had th...
by G0RG3h
Mon Jun 13, 2022 6:25 am
Forum: Ren'Py Questions and Announcements
Topic: Text beep plays during the game menu
Replies: 10
Views: 1980

Re: Text beep plays during the game menu

Sorry to revive but I'm having this exact same issue with.. The sound will also start and continue to play if the player opens and closes the menu just as dialogue ends. Even though the dialogue has stopped, the sound starts playing again. this part. init -1 python: #Register Audio Channel renpy.mus...
by G0RG3h
Sun Mar 27, 2022 10:52 pm
Forum: Ren'Py Questions and Announcements
Topic: Centered Main Menu text but not Navigation?
Replies: 2
Views: 351

Re: Centered Main Menu text but not Navigation?

i would really appreciate nan answer if you guys have any time- I've seriously tried everything :(
by G0RG3h
Sat Mar 26, 2022 3:49 pm
Forum: Ren'Py Questions and Announcements
Topic: Centered Main Menu text but not Navigation?
Replies: 2
Views: 351

Centered Main Menu text but not Navigation?

Is this possible?? It seems like it is but ive tried everything. I want to center my main menu navigation buttons (like, start and whatnot) while in the settings I want them to be left-aligned. The code below is just the code i started this adventure on. (Not the after of my numerous atempts) I feel...
by G0RG3h
Sat Nov 20, 2021 7:52 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Hover one choice, dim other?
Replies: 4
Views: 513

Re: Hover one choice, dim other?

Thank you for the help! I just ended up making the buttons dim on default, enlarged the hover button and made it lighter, and made the font text bigger on hover and I got the illusion I wanted. Made it hard for myself for no reason, :? :? :? Haha! For any novices not sure how to change hover text si...
by G0RG3h
Sat Nov 20, 2021 3:26 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Hover one choice, dim other?
Replies: 4
Views: 513

Re: Hover one choice, dim other?

You're right, actually! Not sure why i thought that that qould be something to do when i could just do it manually. Thank you!

EDIT: Leaving this unsolved for anyone who would in the future like to show an actual way to do this. Thank you if you do, still!
by G0RG3h
Sat Nov 20, 2021 6:40 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Hover one choice, dim other?
Replies: 4
Views: 513

[Solved]Hover one choice, dim other?

Hello, how can I make it so that when you hover over one choice item, the other will darken? I'm not sure where to start on attempting it myself so I can't share any code of my own. Thank you!
by G0RG3h
Tue Nov 09, 2021 7:47 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Multiple Game Menu Backgrounds?
Replies: 13
Views: 1254

Re: Multiple Game Menu Backgrounds? [Solved]

OH MY GOD I figured it out!!!!!!! screen game_menu(title, scroll=None, yinitial=0.0): style_prefix "game_menu" if main_menu: if persistent.act_4: add "gui/game_menu_2.png" else: add "gui/game_menu_1.png" else: if persistent.act_4: add "gui/game_menu_2.png" els...
by G0RG3h
Mon Nov 08, 2021 9:37 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Multiple Game Menu Backgrounds?
Replies: 13
Views: 1254

Re: Multiple Game Menu Backgrounds?

yes, since its an else statement the persistent overides it once its activated. There's only one image that is supposed to be active at a time. It doesn't give me any errors when it loads either, so i know the code is correct, it just doesn't show for some odd reason. I'm going to try all of these m...
by G0RG3h
Mon Nov 08, 2021 8:31 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Multiple Game Menu Backgrounds?
Replies: 13
Views: 1254

Re: Multiple Game Menu Backgrounds?

Did this work for you? I feel like I'm doing something wrong :( it's still showing me the white screen.
by G0RG3h
Mon Nov 08, 2021 6:08 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Multiple Game Menu Backgrounds?
Replies: 13
Views: 1254

Re: Multiple Game Menu Backgrounds?

Are you specifically only trying to change the colors, or the images, or something else? Just trying to make sure my own issue is relevant enough to yours that the solution might solve both of our problems. I'm trying to change the images! Like how you can add two different background main menu ima...
by G0RG3h
Sun Nov 07, 2021 10:01 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Multiple Game Menu Backgrounds?
Replies: 13
Views: 1254

Re: Multiple Game Menu Backgrounds?

Hey, thanks for trying to help but I already know how to change both of the main menu screens with persistents, :0, I was just needing a way to change the background of the game menu! screen game_menu(title, scroll=None, yinitial=0.0): style_prefix "game_menu" if main_menu: add gui.main_me...
by G0RG3h
Sun Nov 07, 2021 7:44 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Multiple Game Menu Backgrounds?
Replies: 13
Views: 1254

Re: Multiple Game Menu Backgrounds?

i hate to bump but if anyone knows an answer to this it'd be much appreciated!! the contrast between the two is jarring and i already made extra art for it,, :(