- 14
- Posts
- 7
- Years
- Seen Jun 14, 2018
So, something that's always bugged me about Essentials is that in official games you run with the back button and pause with Start, but is Essentials you pause with the back button and run with Z, which functions otherwise the way Start does. Is there any way to swap these two; i.e., make X run in the overworld and Z pull up the pause menu? Thanks! =D
Edit: SOLVED! In Essentials 17.2, the overworld button-maps are set up in Scene_Map, starting at line 185. I just swapped 'Input::A" and "Input::B". (A = Z and B = X) You also have to change it on Game_Player_Visuals at line 27.
Thanks! XD
Edit: SOLVED! In Essentials 17.2, the overworld button-maps are set up in Scene_Map, starting at line 185. I just swapped 'Input::A" and "Input::B". (A = Z and B = X) You also have to change it on Game_Player_Visuals at line 27.
Thanks! XD
Last edited: