How to disable /remove save options (solved)

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Message
Author
kahmehkahzeh
Regular
Posts: 62
Joined: Thu Apr 13, 2017 6:47 am
Contact:

How to disable /remove save options (solved)

#1 Post by kahmehkahzeh »

So I # out all of the save based lines and yet there is still 10 save spots that allow for me to save to in the quick menu,

the easiest request is how to disable navigation hotkeys AND the in game menu?

as I am getting closer and closer to my goal. these are my files below.

Sorry again for posting yet ANOTHER question... I generally do weird things...
Attachments
screens.rpy
(37.96 KiB) Downloaded 122 times
options.rpy
(6.5 KiB) Downloaded 103 times
gui.rpy
(15.47 KiB) Downloaded 100 times
Last edited by kahmehkahzeh on Mon Apr 24, 2017 4:00 am, edited 1 time in total.

kahmehkahzeh
Regular
Posts: 62
Joined: Thu Apr 13, 2017 6:47 am
Contact:

Re: How to disable /remove save options

#2 Post by kahmehkahzeh »

So I have still beat the heck out of this and I cant find anywhere else to remove the rows coloms pages and the quick auto etc buttons, I have to be blind right?

User avatar
Imperf3kt
Lemma-Class Veteran
Posts: 3794
Joined: Mon Dec 14, 2015 5:05 am
itch: Imperf3kt
Location: Your monitor
Contact:

Re: How to disable /remove save options

#3 Post by Imperf3kt »

In screens.rpy remove the line

Code: Select all

use fileslots(title)
from the save screen.

Alternatively, edit the fileslots within the gui.rpy
Warning: May contain trace amounts of gratuitous plot.
pro·gram·mer (noun) An organism capable of converting caffeine into code.

Current project: GGD Mentor

Twitter

kahmehkahzeh
Regular
Posts: 62
Joined: Thu Apr 13, 2017 6:47 am
Contact:

Re: How to disable /remove save options

#4 Post by kahmehkahzeh »

neither rpy has fileslot, and that use filslots doesnt exist in screens

User avatar
Imperf3kt
Lemma-Class Veteran
Posts: 3794
Joined: Mon Dec 14, 2015 5:05 am
itch: Imperf3kt
Location: Your monitor
Contact:

Re: How to disable /remove save options

#5 Post by Imperf3kt »

...
Then, you shouldn't have anything in those screens at all. Not even navigation.

What exactly are you trying to accomplish? Can you show me via a photoshopped image or something?
Warning: May contain trace amounts of gratuitous plot.
pro·gram·mer (noun) An organism capable of converting caffeine into code.

Current project: GGD Mentor

Twitter

kahmehkahzeh
Regular
Posts: 62
Joined: Thu Apr 13, 2017 6:47 am
Contact:

Re: How to disable /remove save options

#6 Post by kahmehkahzeh »

https://youtu.be/BzPCN-M0eTE

if this helps at all

kahmehkahzeh
Regular
Posts: 62
Joined: Thu Apr 13, 2017 6:47 am
Contact:

Re: How to disable /remove save options

#7 Post by kahmehkahzeh »

there the link is correct now

User avatar
Imperf3kt
Lemma-Class Veteran
Posts: 3794
Joined: Mon Dec 14, 2015 5:05 am
itch: Imperf3kt
Location: Your monitor
Contact:

Re: How to disable /remove save options

#8 Post by Imperf3kt »

I'm going to have to bypass the youtube link for now as my ISP has dug an enormous hole in the ground to fix the internet and phone lines in my area and its been that way for over a month and no idea when they're going to finish.
In short, I am using my cellphone's data, tethered to my laptop, to use the internet and its rather obscenely expensive per Mb, so Youtube and other similar services are a no-go for me for the foreseeable future.

Perhaps just attach the latest versions of your script files 'gui' and 'screens'. Those are tiny and no issue for me to download
Warning: May contain trace amounts of gratuitous plot.
pro·gram·mer (noun) An organism capable of converting caffeine into code.

Current project: GGD Mentor

Twitter

kahmehkahzeh
Regular
Posts: 62
Joined: Thu Apr 13, 2017 6:47 am
Contact:

Re: How to disable /remove save options

#9 Post by kahmehkahzeh »

here is what is displayed and I crossed out what I wanted gone, and this is what I see after commenting out all of that stuff.

Just disabling the menu and navigation hot keys are what I really need if that is easier...
Attachments
Untitled-1.jpg

kahmehkahzeh
Regular
Posts: 62
Joined: Thu Apr 13, 2017 6:47 am
Contact:

Re: How to disable /remove save options

#10 Post by kahmehkahzeh »

no one? no one has an idea to eliminate this?

User avatar
Imperf3kt
Lemma-Class Veteran
Posts: 3794
Joined: Mon Dec 14, 2015 5:05 am
itch: Imperf3kt
Location: Your monitor
Contact:

Re: How to disable /remove save options

#11 Post by Imperf3kt »

Sorry, but I already gave you an answer:

Code: Select all

screen save():

    tag menu
This is the result when you right click during the game, a blank save screen with nothing in it.
https://puu.sh/vp48q/ca930e4600.png
To keep the main menu, quit and return buttons, just add

Code: Select all

use navigation
And in the screen called navigation, delete or comment out the lines you don't want.

E: I see, I looked at the files you linked at the start of the thread (missed it before, sorry)

I am sorry, but this is beyond my knowledge. logically, what you have shouldn't even work
Warning: May contain trace amounts of gratuitous plot.
pro·gram·mer (noun) An organism capable of converting caffeine into code.

Current project: GGD Mentor

Twitter

kahmehkahzeh
Regular
Posts: 62
Joined: Thu Apr 13, 2017 6:47 am
Contact:

Re: How to disable /remove save options

#12 Post by kahmehkahzeh »

Yeah that is why I still asked, it shouldn't be functional! but it is. and cannot figure out why.

User avatar
Imperf3kt
Lemma-Class Veteran
Posts: 3794
Joined: Mon Dec 14, 2015 5:05 am
itch: Imperf3kt
Location: Your monitor
Contact:

Re: How to disable /remove save options

#13 Post by Imperf3kt »

I'd suggest starting a new project, and copying over the changes that you know you need. You should be able to just copy/paste your script file / assets.
The default 'pause menu' uses the save screen. I haven't yet delved into how to change this, but I can suggest that rather than removing the save screen, just apply the changes I showed above.
Warning: May contain trace amounts of gratuitous plot.
pro·gram·mer (noun) An organism capable of converting caffeine into code.

Current project: GGD Mentor

Twitter

kahmehkahzeh
Regular
Posts: 62
Joined: Thu Apr 13, 2017 6:47 am
Contact:

Re: How to disable /remove save options

#14 Post by kahmehkahzeh »

that has been tried as well with same result.

User avatar
Saltome
Veteran
Posts: 244
Joined: Sun Oct 26, 2014 1:07 pm
Deviantart: saltome
Contact:

Re: How to disable /remove save options

#15 Post by Saltome »

Dude, what kind of weird setup do you have? This is obviously using some variety of a gui interface. Except I can't even use the files you provided because I get an error, telling me that gui.text_properties() doesn't exist. In fact, your gui file is nothing like the gui file I get when I generate a new gui project. So what the hell are you doing?
Aside from that, copying the navigation screen from your screen file to mine works just fine, exactly as you would expect it to. So I don't know what you are doing on your end, but you got even renpy confused.
Now if you provide the rest of the project, or at least a working copy, I'd be willing to take another look.
Deviant Art: Image
Discord: saltome
Itch: Phoenix Start

Post Reply

Who is online

Users browsing this forum: voluorem