Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

 
Reply to this topicStart new topic
> Scriptless' and Tanz's Alzheimer Menu 3.0
Scriptless
post May 23 2010, 08:32 AM
Post #1


Level 1337
Group Icon

Group: Banned
Posts: 1,664
Type: Writer
RM Skill: Intermediate




What does this script do?
player cannot load or save.

Authors
Scriptless (Removed Save & game shut down)
Tanz (Removed Continue)

What will you need this for?
How the hell should I know? Maybe you might need it for an arcade style game or for showing off scripts.

Screenshots
None

Terms of use
Non commercial projects, must give credit.
if used for showing off scripts, you do not need to mention Tanz or I.

Updated to V 3.0 player cannot save too now

Script
CODE
#------------------------------------------------------------------------------
#Authors: Scriptless & Tanz
#------------------------------------------------------------------------------
#Free to use for non commercial projects!
#This script is RPG Revolution exclusive (www.rpgrevolution.com/forums)
#------------------------------------------------------------------------------
#Alzheimer Menu V 3.0 (Final)
#------------------------------------------------------------------------------
#*Removing Continue Feature*
#------------------------------------------------------------------------------
class Scene_Title < Scene_Base


def create_command_window
s1 = Vocab::new_game
s2 = Vocab::continue
s3 = Vocab::shutdown
@command_window = Window_Command.new(172, [s1]) #172
@command_window.x = (544 - @command_window.width) / 2
@command_window.y = 288
if @continue_enabled
#@command_window.index = 1
else
@command_window.draw_item(1, false)
end
@command_window.openness = 0
@command_window.open
end
end
#------------------------------------------------------------------------------
#*Removing Save Feature*
#------------------------------------------------------------------------------
class Scene_Menu < Scene_Base
def create_command_window
s1 = Vocab::item
s2 = Vocab::skill
s3 = Vocab::equip
s4 = Vocab::status
s5 = Vocab::save
s6 = Vocab::game_end
@command_window = Window_Command.new(160, [s1, s2, s3, s4, ])
@command_window.index = @menu_index
if $game_party.members.size == 0
@command_window.draw_item(0, false)
@command_window.draw_item(1, false)
@command_window.draw_item(2, false)
@command_window.draw_item(3, false)
end
if $game_system.save_disabled
@command_window.draw_item(4, false)
end
end
end


__________________________
I'm not dead. Thanks.
Go to the top of the page
 
+Quote Post
   
Scriptless
post May 23 2010, 09:41 AM
Post #2


Level 1337
Group Icon

Group: Banned
Posts: 1,664
Type: Writer
RM Skill: Intermediate




Updated to final version (V 2.0) player is not able to save too now.


__________________________
I'm not dead. Thanks.
Go to the top of the page
 
+Quote Post
   
Shanghai
post May 23 2010, 09:55 AM
Post #3


Level 31
Group Icon

Group: Revolutionary
Posts: 747
Type: Developer
RM Skill: Skilled




1. Shut down command is disabled if no saves are present.
2. Game End command id disabled if saving is disabled.


__________________________
Go to the top of the page
 
+Quote Post
   
Scriptless
post May 23 2010, 09:59 AM
Post #4


Level 1337
Group Icon

Group: Banned
Posts: 1,664
Type: Writer
RM Skill: Intermediate




I'll try fixing thanks.

I should have tested it more ^^


__________________________
I'm not dead. Thanks.
Go to the top of the page
 
+Quote Post
   
Scriptless
post May 23 2010, 10:13 AM
Post #5


Level 1337
Group Icon

Group: Banned
Posts: 1,664
Type: Writer
RM Skill: Intermediate




Fixed! Thanks Shanghai

Updated to V 3.0 (Final)


__________________________
I'm not dead. Thanks.
Go to the top of the page
 
+Quote Post
   

Reply to this 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 - 02:22 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker