Moghunter plugin problems

● ARCHIVED · READ-ONLY
Started by mr_shoes725 5 posts View original ↗
  1. So I tried using MOG_LMBS plugin with MOG_Monogatari however I ran into an error when trying to load the menu hub. It showed the error "Failed to load: img/menus/main/commands/Equip%20Skill.png" . To get around this, I tried going into the MOG_SceneSkill.js file and changed it from calling Skill.png to Skills.png while also changing the picture name to Skill.png. I then recieved the error that it wouldn't load "img/menus/main/commands/Skill.png" I don't know javascript very well but I understand code but couldn't find anywhere else that is may be calling for the Skill.png file. Im guessing that if I changed any cases where it calls upon Skill.png to Skills.png, it would resolve the conflicting issue of it trying to pull different items. Any help would be appreciated.
  2. I've moved this thread to Plug-In Support. Thank you.

  3. That error message is telling you a resource is missing. Undo the changes you've made by renaming that .png back to Skill. Make a copy of that image in the same location and name it 'Equip Skill' without the quotes. Save and retest.
  4. bgillisp said:
    [move]Plug-In Support[/move]
    Sorry about that...
  5. OnslaughtSupply said:
    That error message is telling you a resource is missing. Undo the changes you've made by renaming that .png back to Skill. Make a copy of that image in the same location and name it 'Equip Skill' without the quotes. Save and retest.
    It worked but now I have two skills tabs??? I can work around it for now but thank you so much for helping me