Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

 
Closed TopicStart new topic
> Remove save function, A little script I made that removes the save function!
filiusrex091
post Apr 6 2012, 06:33 AM
Post #1


Level 1
Group Icon

Group: Member
Posts: 6
Type: Event Designer
RM Skill: Intermediate





Remove save function



What this script does;


This is a little script that simply removes the save function from the menu. I wrote this
for my Ace project, but decided to share it


Script


CODE
#------------------------------------------------------------------------------
#------------------ Filius rex's remove save command For VXA ------------------
#------------------------------------------------------------------------------
#
#                This simply removes the save command from the menu.
#------------------------------------------------------------------------------

class Scene_Menu < Scene_MenuBase
    def create_command_window
    @command_window = Window_MenuCommand.new
    @command_window.set_handler(:item,      method(:command_item))
    @command_window.set_handler(:skill,     method(:command_personal))
    @command_window.set_handler(:equip,     method(:command_personal))
    @command_window.set_handler(:status,    method(:command_personal))
    @command_window.set_handler(:formation, method(:command_formation))
    @command_window.set_handler(:game_end,  method(:command_game_end))
    @command_window.set_handler(:cancel,    method(:return_scene))
  end
end

class Window_MenuCommand < Window_Command
   def make_command_list
    add_main_commands
    add_formation_command
    add_original_commands
    add_game_end_command
  end
end
Go to the top of the page
 
+Quote Post
   
Laue
post Apr 7 2012, 11:16 AM
Post #2


Level 2
Group Icon

Group: Member
Posts: 26
Type: Developer
RM Skill: Intermediate




Yanfly's Menu Engine does the same thing and more to be honest.
Go to the top of the page
 
+Quote Post
   
filiusrex091
post Apr 7 2012, 02:54 PM
Post #3


Level 1
Group Icon

Group: Member
Posts: 6
Type: Event Designer
RM Skill: Intermediate




Really? Sorry, this is my very first script and I didn't do much research regarding other scripts that are already available. Anyways, I have used
that menu system for VX and I found it too be quiet difficult to set up. So the real point of this script is just so that you can paste it in without having to read through a long customization module. sweat.gif
Go to the top of the page
 
+Quote Post
   
Laue
post Apr 8 2012, 01:49 AM
Post #4


Level 2
Group Icon

Group: Member
Posts: 26
Type: Developer
RM Skill: Intermediate




QUOTE (filiusrex091 @ Apr 8 2012, 01:54 AM) *
Really? Sorry, this is my very first script and I didn't do much research regarding other scripts that are already available. Anyways, I have used
that menu system for VX and I found it too be quiet difficult to set up. So the real point of this script is just so that you can paste it in without having to read through a long customization module.

You should try the Ace one. It's very easy to customize and set up. Or to modify.
Go to the top of the page
 
+Quote Post
   
filiusrex091
post Apr 9 2012, 06:29 AM
Post #5


Level 1
Group Icon

Group: Member
Posts: 6
Type: Event Designer
RM Skill: Intermediate




Thanks for the heads up. I guess I'l have to check that out. As for my script, I may do another update with more features
Go to the top of the page
 
+Quote Post
   

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 25th May 2013 - 06:19 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker