Jump to content
Virus

Removing "Save" from Menu Command list

  

37 members have voted

  1. 1. Was This Helpful?

  2. 2. Want Me to Make Other Tutorials?



Recommended Posts

Want to make it where you have to find a save point to save your game. Instead of saving from the Main Menu?

 

Untitled-9.png

Your in luck because I'll show you how step by step to make that possible!

 

 

 

STEP 1:

 

Open your RPG Maker VX Ace project that you wish to do this for.

  • Go up to the Script editor and look for the following

Untitled2.png

 

 

 

STEP 2:

 

Simply delete that line to remove the save command from the main menu list

  • Please note. This is done at your own risk, IF you mess this up (some how in some way) just give up on reading I cant be held responsible
  • This is just ONE out of many ways to achieve the same result.

Untitled3.png

Edited by Virus
  • Like 1

Share this post


Link to post
Share on other sites

Thanks! This is SO MUCH EASIER then in RGSS2.

However, here's a tip. If you are not sure if you want to use it, just add a '#" at the beginning of the line.

Remove the '#" to get back to the origional menu

Share this post


Link to post
Share on other sites

Thanks for this, it looks a lot better now then it did with the save option shaded out. Following on from this, is there anyway you could create a tutorial for adding things to the menu?

Share this post


Link to post
Share on other sites

Thanks for this, it looks a lot better now then it did with the save option shaded out. Following on from this, is there anyway you could create a tutorial for adding things to the menu?

 

Ill see if i can make a tut out of this.

Share this post


Link to post
Share on other sites

*Necro*

 

If you want a simple drag-and-drop script that does the same thing, you can use this:

 

# Disable saving
class Window_MenuCommand
  def add_save_command
  end
end
  • Like 1

Share this post


Link to post
Share on other sites

I deleted the line but the save command is still there. I have enough experience to understand a little ruby so I am 100% certain I deleted the correct line. Unless this save command is being called in from another script I've installed?


Just fixed the problem. I found the command in Yanfly's Menu Engine xD. Thanks for this post!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.

×
Top ArrowTop Arrow Highlighted