nekoyoubi / NeMV

Plugins for RPG Maker MV that I cobble together when needed.
7 stars 2 forks source link

<Class TP Rename> New TP names not showing in up in RPG Maker MV #1

Open fynrirbane opened 8 years ago

fynrirbane commented 8 years ago

I have added the Class TP Rename plugin and installed it properly. Not sure if it needs to be before or after any Yanfly plugins, but when i start a new game the new TP names aren't shown. I entered the notetag in all the classes. I have just about every Yanfly plugin in my project. Not sure if there has been any updates to the skill core that my might interfere with your plugin.

nekoyoubi commented 8 years ago

All NeMV plugins will need to be loaded after the YEP, as they are overrides to it in many cases.

I'll look into this as soon as I'm able, but to be completely honest, it'll probably be early next month until I'll have any time to.

fynrirbane commented 8 years ago

no problem, I just wanted to bring it to your attention. Thank you for the quick response and I look forward to the fix.

nekoyoubi commented 7 years ago

I've uploaded a fix to some breaking changes that RMMV introduced with new scripts. Let me know if you still have the issue and I'll look into it further. Thanks fro your patience.

fynrirbane commented 7 years ago

The issue still occurs after the update, I will be disabling plugins to see if there are any compatibility issues.

fynrirbane commented 7 years ago

Sorry for the double post, I think I may have found the issue. For some reason when defining the TP name you need the have 3 spaces in between the Call and the definition.

Example:

doesn't change anything thing (no spaces) doesn't change anything thing (1 space) changes the TP value for the noted class (3 spaces between colon and new TP name) I looked through the code and with my limited knowledge I was unable to find where this could be fixed. Hopefully this explanation will help you fix the problem. Thanks again for you hard work and excellent plugin.