Page 1 of 1

How To Make Main Menu Stuff Disappear While Loading/Prefs

Posted: Wed Nov 30, 2016 11:15 pm
by Pommy
I can admit I'm a full on noob when it comes to this kinda stuff, but I've been banging my head against this all day and can not figure it out.

I have a custom title screen with imagebuttons for Start Game, Continue, Ending Gallery, Preferences, and Quit. The problem is, that ALL of these options still stick around once Continue or Preferences are selected and it's obviously not how I want this menu to behave, as exemplified by the screenshot attached.

Is there any way I can get to the Load and Preferences menus from the Main Menu without carrying over the options that are normally there once the game boots to the title screen?

I'm gonna need this REALLY dumbed down for me. I know next to not a lot about Python on the whole and so much has changed since I last used Ren'Py that I really don't recognize most of the changes.

Re: How To Make Main Menu Stuff Disappear While Loading/Pref

Posted: Thu Dec 01, 2016 2:25 am
by Ocelot
Remove use game_menu statements from preferences/load/etc. screens. And fix problems which would arise from it.

[solved]How To Make Main Menu Stuff Disappear While Loading/

Posted: Thu Dec 01, 2016 10:20 am
by Pommy
Ocelot wrote:Remove use game_menu statements from preferences/load/etc. screens. And fix problems which would arise from it.
Well I'm a dip and that nailed it. Thanks. <3