Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi, I love this plug-in!

I'm trying to customize it a bit more. Specifically, I want to be able to remove the "Formation" option from the menu since I'm making a single party member game. I've unticked the Formations option in System 2 settings but it's still showing up in the modified menu and I can't see how to add or disable new menu options.

Another thing I was wondering: Is it possible to get this plug-in to display custom menu options? I'm currently also using CGMZ_MenuCommandWindow to add js calls for Bestiary and Crafting menus, e.g. SceneManager.push(CGMZ_Scene_Encyclopedia); and SceneManager.push(CGMZ_Scene_Crafting);

Are these things that are possible now or maybe to be added in the future?

I've attached two pictures, one of the current default menu with custom Bestiary and Crafting options, and the other with my preferred layout using your tool. I'd like to be able to combine the two somehow so the custom menu commands are added and Formations is removed.

In the Plugin Manager, there's a whole tab for adding/removing commands :)

(Putting that into the app would be too complicated so I decided not to)

Ah, it was hidden in plain sight...
Thank you very much!