Search found 6 matches

by Razeac
Mon Feb 10, 2020 2:49 am
Forum: Ren'Py Questions and Announcements
Topic: How can I disable the Quick Menu or Menu
Replies: 2
Views: 578

Re: How can I disable the Quick Menu or Menu

Imperf3kt wrote: Sun Feb 09, 2020 3:15 pm in your script, set the quick_menu variable to False...
Oml, thanks a bunch for this! I never knew that was a feature, to be quite frank with ya-
by Razeac
Sun Feb 09, 2020 4:28 am
Forum: Ren'Py Questions and Announcements
Topic: How can I disable the Quick Menu or Menu
Replies: 2
Views: 578

How can I disable the Quick Menu or Menu

So, just for some context. I created a specialized auto-save mechanic for the game in order to make a player's choices feel more impact and something they can't just go back on. However, by doing so I ran into the problem of the menu and/or quick menu plaguing my efforts: Untitled.png The game isn't...
by Razeac
Sat Jan 11, 2020 6:00 pm
Forum: Ren'Py Questions and Announcements
Topic: How can I edit/make new Ease transitions
Replies: 3
Views: 490

Re: How can I edit/make new Ease transitions

Heya! Just wanted to ask for some clarity. I want my character to "slowly look up" from the ground as a transition, and the default easeintop does it WAY too fast to be dramatic. I tried out "easeintop," and... Thanks a bunch for this! Yeah that clip was pretty accurate for what...
by Razeac
Sat Jan 11, 2020 12:53 am
Forum: Ren'Py Questions and Announcements
Topic: How can I edit/make new Ease transitions
Replies: 3
Views: 490

How can I edit/make new Ease transitions

I apologize if this is quite a silly question, but I just really find it hard to learn coding by myself and I really do need to ask for help quite a lot when it comes to it :,> So, I want my character to "slowly look up" from the ground as a transition, and the default easeintop does it WA...
by Razeac
Fri Jan 10, 2020 7:18 am
Forum: Ren'Py Questions and Announcements
Topic: How to change, remove and add controls
Replies: 2
Views: 346

Re: How to change, remove and add controls

Can you be more precise about what exactly you're referencing as "controls"? Do you mean any key that lead to the save screen? For keysim, go read the docs, Customizing the Keymap section. It explain how to add and remove clicks and keys to the interface. https://www.renpy.org/doc/html/ke...
by Razeac
Fri Jan 10, 2020 2:01 am
Forum: Ren'Py Questions and Announcements
Topic: How to change, remove and add controls
Replies: 2
Views: 346

How to change, remove and add controls

So, I'm trying to make my game deviate from the usual skeleton of a Renpy visual novel . I'm trying to make an experience as unique as possible. For example, I'm using an AutoSave system, so I want to avoid the player being able to create their own saves and messing up the story. Tl;dr how to manipu...