Sorry didn't know where to post about this. I installed this plugin and it shows the AP on my characters, but I have no Allocation option in the main menu. Are there any other plugins needed for this?
Problem With Yanfly Stat Allocation Plugin
● ARCHIVED · READ-ONLY
-
-
Typically the Yanfly Main Menu Manager is used for this, and there is a setup thing listed for adding this to the main menu in the instructions.
-
Yes, when you used Yanfly plugins, you likely have to get to other plugins from here website. The main Yanfly plugins Core Engine and Main Menu Manager which allow you to manipulate the menu section of RPG maker mv.
-
I tried using the main menu manager, but it still doesn't appear. I also placed the stat allocation plugin under main menu manager, is that why it doesn't work?Yes, when you used Yanfly plugins, you likely have to get to other plugins from here website. The main Yanfly plugins Core Engine and Main Menu Manager which allow you to manipulate the menu section of RPG maker mv.
-
-
'Tech Support' is for when you are having problems getting the engine to run.
[move]Javascript/Plugin Support[/move] -
The 'Show Command', 'Auto Place Command' and 'Enable Command' parameters have to be set to False using this method, I think, since you're doing it manually. Otherwise, I think it gets mixed up.
-
I set those all to false and tried it again. It still won't show in the menu.The 'Show Command', 'Auto Place Command' and 'Enable Command' parameters have to be set to False using this method, I think, since you're doing it manually. Otherwise, I think it gets mixed up.
-
Hi, Do as I did. Bind it to a switch.
On the MainMenuManager plug in, on the Show and Enable lines, place $gameSwitches.value(X) where X is the switch you want to use.
Then on the game, turn that switch to on to show it on your menu and turn it off to hide it.
-
Thanks that did it.