- Joined
- Oct 19, 2019
- Messages
- 36
- Reaction score
- 15
- First Language
- English
- Primarily Uses
- RMMV
So I have a little bit of a conundrum with displaying text colors through yanfly's plugins.
Specifically these two plugins: Yanfly Message Core; Yanfly Item Core
First, if I designate the text color through item core, like <Text Color: 3> and I display the item name through message core's text code \ii[] it doesn't display the item name's color.
Or, conversely,
If I set up the item's name to include \c[3] Grige \c[0] like so - the color will appear with the use of a text code \ii[], but it displays in the menu like " \c[3] Grige \c[0]"
So either, message core should interfere with menu item drawNames?, or item core should push item text color to Message core... but that is not the case. I do have the plugins in the recommended order, but have tried moving message core to after itemcore, to no avail. So, I returned the plugins to their recommended order, and wanted to see if anyone knew of a way to make these two plugins work with each other?
I don't really care which method I would have to use to make them work with each other, but after poking around in the code I figured I could ask for help from more knowledgeable sources.
So thanks in advance.
EDIT: I found a plugin that reads text codes even for menu items. I will be using that. You can find it under "[MV] Global Text Codes 1.0.1 " I will be marking this for resolution.
Specifically these two plugins: Yanfly Message Core; Yanfly Item Core
First, if I designate the text color through item core, like <Text Color: 3> and I display the item name through message core's text code \ii[] it doesn't display the item name's color.
Or, conversely,
If I set up the item's name to include \c[3] Grige \c[0] like so - the color will appear with the use of a text code \ii[], but it displays in the menu like " \c[3] Grige \c[0]"
So either, message core should interfere with menu item drawNames?, or item core should push item text color to Message core... but that is not the case. I do have the plugins in the recommended order, but have tried moving message core to after itemcore, to no avail. So, I returned the plugins to their recommended order, and wanted to see if anyone knew of a way to make these two plugins work with each other?
I don't really care which method I would have to use to make them work with each other, but after poking around in the code I figured I could ask for help from more knowledgeable sources.
So thanks in advance.
EDIT: I found a plugin that reads text codes even for menu items. I will be using that. You can find it under "[MV] Global Text Codes 1.0.1 " I will be marking this for resolution.
Last edited:

