- Joined
- May 2, 2013
- Messages
- 92
- Reaction score
- 72
- First Language
- English
- Primarily Uses
Plugin: NeMV - Class TP Rename
Version: 1.3
Author: Nekoyoubi
Release: April 10th 2016
Download:
https://raw.githubusercontent.com/nekoyoubi/NeMV/master/NeMV_ClassTPRename.js
Introduction
This plugin allows you to rename and recolor HP/MP/TP displays in your game per class. Mages can now have an "Aether", Warriors a "Rage", and Faeries a "Dust" if you so choose!
Features
Example Use Cases
The introduction above should give you a couple of ideas, but in case you missed them here are a few of the examples mentioned:
How to Use
Add a notetag to your classes that you would like to rename HP/MP/TP on using the following format. Notetags are case insensitive.
Examples:
Bar colors can also be adjusted per class via a similar notetag using the following format. Notetags are case insensitive.
Examples:
Script (external)
NeMV on GitHub | CTPR on GitHub | CTPR on MV Plugins | CTPR on Stitch Gaming | >> Download CTPR <<
FAQ
Q: Does this work with YEP - ______?
A: Better, even! With YEP - Skill Core you can remove bars that are irrelevant and swap them around so they make more sense. Otherwise, I run an almost full YEP stack by default without issue.
Q: Is this able to be used in commercial projects?
A: Absolutely! Wouldn't that be cool?!
Q: If I use this, do I need to say so anywhere?
A: If you can make use of my work on any level, then I would absolutely love to know about it, but I make no attribution requirements or the like. NeMV is licensed under the WTFPLv2.
Credits & Thanks
Author's Notes
This plugin is the response to a conversation on Yanfly's ******* posts. In the beginning, I honestly only thought I would just be replacing the TP bars (hence the name). Later I thought of the use case where makers might not even be using the TP system, but would still not want mana-infused warriors; so I broadened its scope a bit to include the other bars as well.
Happy renaming!
Version: 1.3
Author: Nekoyoubi
Release: April 10th 2016
Download:
https://raw.githubusercontent.com/nekoyoubi/NeMV/master/NeMV_ClassTPRename.js
Introduction
This plugin allows you to rename and recolor HP/MP/TP displays in your game per class. Mages can now have an "Aether", Warriors a "Rage", and Faeries a "Dust" if you so choose!
Features
- Simple notetag syntax
- No extra dependencies
- Makes things like brutes with a mana pool not look so awkward
Example Use Cases
The introduction above should give you a couple of ideas, but in case you missed them here are a few of the examples mentioned:
- Replace your Warriors' TP with Rage
- Replace your Mages' MP with Aether
- Replace your Faeries' MP with Dust (and disable TP for them altogether with Yanfly's Skill Core)
How to Use
Add a notetag to your classes that you would like to rename HP/MP/TP on using the following format. Notetags are case insensitive.
Code:
Class > Notebox > <HP/MP/TP Rename: NAME ABBRV>
Examples:
Code:
<hp rename: Life ♥>
<MP Rename: Rage RG>
<TP RENAME: Surprise !!>
Bar colors can also be adjusted per class via a similar notetag using the following format. Notetags are case insensitive.
Code:
Class > Notebox > <HP/MP/TP Recolor: LEFTHEXCOLOR RIGHTHEXCOLOR>
Examples:
Code:
<hp recolor: #990909 #ff2121>
<MP Recolor: #b55010 #ff5000>
<TP RECOLOR: #080510 #6030bf>
Script (external)
NeMV on GitHub | CTPR on GitHub | CTPR on MV Plugins | CTPR on Stitch Gaming | >> Download CTPR <<
FAQ
Q: Does this work with YEP - ______?
A: Better, even! With YEP - Skill Core you can remove bars that are irrelevant and swap them around so they make more sense. Otherwise, I run an almost full YEP stack by default without issue.
Q: Is this able to be used in commercial projects?
A: Absolutely! Wouldn't that be cool?!
Q: If I use this, do I need to say so anywhere?
A: If you can make use of my work on any level, then I would absolutely love to know about it, but I make no attribution requirements or the like. NeMV is licensed under the WTFPLv2.
Credits & Thanks
- Peter Steil & Yanfly for giving me something to do on this lovely Sunday morning!
Author's Notes
This plugin is the response to a conversation on Yanfly's ******* posts. In the beginning, I honestly only thought I would just be replacing the TP bars (hence the name). Later I thought of the use case where makers might not even be using the TP system, but would still not want mana-infused warriors; so I broadened its scope a bit to include the other bars as well.
Happy renaming!
Last edited by a moderator: