Remove Formation Option

LucasRiot

HUMANELFO
Veteran
Joined
Apr 13, 2013
Messages
56
Reaction score
18
First Language
Portuguese
Primarily Uses
N/A
Hey Makers!

I want to know if it is possible to remove the option Formation from MENU.

I know that there's a event with a command to disable. But the name is still there, only "dark name".

What I want is to ELIMINATE! :)
 
Last edited by a moderator:

ElementalLight

Resident Anime Junkie
Veteran
Joined
Apr 2, 2014
Messages
249
Reaction score
57
First Language
english
Primarily Uses
RMVXA
Here is a quick edit to remove it for ya just install this like any other script .

this will make it so the player can never open it on there own 

Code:
class Window_MenuCommanddef make_command_list    add_main_commands    ##add_formation_command    add_original_commands    add_save_command    add_game_end_command  end    def add_formation_command    ##add_command(Vocab::formation, :formation, formation_enabled)  end   def formation_enabled    ##$game_party.members.size >= 2 && !$game_system.formation_disabled  end  end
 
Last edited by a moderator:

LucasRiot

HUMANELFO
Veteran
Joined
Apr 13, 2013
Messages
56
Reaction score
18
First Language
Portuguese
Primarily Uses
N/A
Here is a quick edit to remove it for ya just install this like any other script .

this will make it so the player can never open it on there own 

class Window_MenuCommanddef make_command_list add_main_commands ##add_formation_command add_original_commands add_save_command add_game_end_command end def add_formation_command ##add_command(Vocab::formation, :formation, formation_enabled) end def formation_enabled ##$game_party.members.size >= 2 && !$game_system.formation_disabled end end
Thank you! Taking advantage of the doubt, what about the SAVE Command from Menu?
 

ElementalLight

Resident Anime Junkie
Veteran
Joined
Apr 2, 2014
Messages
249
Reaction score
57
First Language
english
Primarily Uses
RMVXA
Thank you! Taking advantage of the doubt, what about the SAVE Command from Menu?
So you want it to be the player can never access the save menu in the menu correct? just like with the formation window .

just replace the old one with this 

Code:
class Window_MenuCommanddef make_command_list    add_main_commands    ##add_formation_command    add_original_commands   ## add_save_command    add_game_end_command  end    def add_formation_command    ##add_command(Vocab::formation, :formation, formation_enabled)  end   def formation_enabled    ##$game_party.members.size >= 2 && !$game_system.formation_disabled  end    def add_save_command    ##add_command(Vocab::save, :save, save_enabled)  end   def save_enabled    ##!$game_system.save_disabled  end  end
 
Last edited by a moderator:

LucasRiot

HUMANELFO
Veteran
Joined
Apr 13, 2013
Messages
56
Reaction score
18
First Language
Portuguese
Primarily Uses
N/A
Thank you!
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.
Do you Find Tilesetting or Looking for Tilesets/Plugins more fun? Personally I like making my tileset for my Game (Cretaceous Park TM) xD
How many parameters is 'too many'??

Forum statistics

Threads
105,867
Messages
1,017,062
Members
137,575
Latest member
akekaphol101
Top