Problem With Yanfly Stat Allocation Plugin

● ARCHIVED · READ-ONLY
Started by Paladain_377 10 posts View original ↗
  1. 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?
  2. 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.
  3. 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.
  4. Kupotepo said:
    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?
  5. Here are images of my plugin setups.
    Shot 1.png Shot 2.png Shot 3.png Shot 4.png Shot 5.png Shot 7.png
  6. 'Tech Support' is for when you are having problems getting the engine to run.
    [move]Javascript/Plugin Support[/move]
  7. 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.
  8. SimProse said:
    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.
  9. 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.

    open
  10. Thanks that did it.