Virus 24 Posted October 8, 2012 (edited) Want to make it where you have to find a save point to save your game. Instead of saving from the Main Menu? 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 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. Edited October 8, 2012 by Virus 1 Share this post Link to post Share on other sites
wariolandgoldpiramid 5 Posted October 8, 2012 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
allsorts 0 Posted October 9, 2012 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
Virus 24 Posted December 3, 2012 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
ashes999 13 Posted July 28, 2014 *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 1 Share this post Link to post Share on other sites
AstralGames 6 Posted September 22, 2015 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