Removing Actor selection screen in Equipment scene on a custom menu

AllyJamy

Veteran
Veteran
Joined
Sep 24, 2015
Messages
65
Reaction score
36
First Language
English
Primarily Uses
RMVXA
Hi. Since I only have one main character in my game I would like to simply the equipment menu by removing the actor selection page. (This one)



I tried @Sixth's solution to the problem:
Code:
class Scene_Menu < Scene_MenuBase

  alias skip_act_sel9972 create_command_window
  def create_command_window
    skip_act_sel9972
    @command_window.set_handler(:equip, method(:call_equip_scene))
  end

  def call_equip_scene
    if $game_party.members.size > 1
      command_personal
    else
      SceneManager.call(Scene_Equip)
    end
  end

end
But as he said in his original post. It probably won't work with a custom menu. I'm using PAC's main menu.
as well as the compact menu addon

I'm just wondering if there is a way to get rid of the Actor status bit and have it cut straight to the actor equipment page.

Thanks
 

Sixth

Veteran
Veteran
Joined
Jul 4, 2014
Messages
2,162
Reaction score
822
First Language
Hungarian
Primarily Uses
RMVXA
Under the equipment command settings, replace 'command_personal' with 'call_equip_scene'.
This requires that little snippet I wrote too.

But your party has 2 members on that screenshot, and if that happens, it will ask for the actor selection again.
If you want to open the equip menu without ever selecting the actor (not even if there are more party members), leave only the SceneManager.call(Scene_Equip) line in the call_equip_scene method in my snippet, delete the other lines.
 

AllyJamy

Veteran
Veteran
Joined
Sep 24, 2015
Messages
65
Reaction score
36
First Language
English
Primarily Uses
RMVXA
@Sixth

This worked perfectly. Thanks so much!
 

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

Latest Threads

Latest Profile Posts

so hopefully tomorrow i get to go home from the hospital i've been here for 5 days already and it's driving me mad. I miss my family like crazy but at least I get to use my own toiletries and my own clothes. My mom is coming to visit soon i can't wait to see her cause i miss her the most. :kaojoy:
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

Forum statistics

Threads
105,868
Messages
1,017,072
Members
137,578
Latest member
JamesLightning
Top