Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

A question

A topic by Atotalweirdo created 28 days ago Views: 228 Replies: 3
Viewing posts 1 to 4

The new menu layout is really messing with my muscle memory I am so used to RPG maker games having the save load right at the bottom that I keep hitting bug fixes instead. minor thing and I bet to most it is a nonissue but its driving me crazy. My question: is there a file I can edit to just rearrange the order of options myself, put some things i'm less likely to use in the middle? I don't want to inconvenience others by having you change it when others are probably used to it hence why I would like to do it myself if possible. if not I'm sure I will eventually get used to it eventually thanks in advance.

Developer

I wasn't sure if it's possible, so I tried something that could work:
- In the \www\js folder is a plugins.js file which contains everything set in the plugins for the game. Open the file and search with crtl+f for "YEP_MainMenuManager" to get to the part where every option of the menu is listed. Every possible slot for the menu is listed, even when emtpy, so there are a lot of entires for Menu X with X being the number of the location in the menu.
- The entries for save and load are in the menu slots 85 and 86. I exchanged those entries with the empty slots in 93 and 94 to put them below the other menu options.

My test attempt seems to work. You can download the plugin.js and try to replace yours with this file: https://mega.nz/file/OpQVDKbJ#_6hk2KJmNuPu3VGSmoFWZbeybtbeYtC0bziunapGT1w

Thanks I really appreciate it I will try it out soon see if it helps (sorry for the delayed response, been busy)

(1 edit)

Strange when i replaced it it had the basic menu with none of the new stuff not even the old skill tree or new fast travel. thanks for trying I have gotten a more used to the new style it by now.