RMMV Attachable Augments (YEP) Text Color Help

Jeremyr

Villager
Member
Joined
Jun 13, 2019
Messages
6
Reaction score
1
First Language
English
Primarily Uses
RMMV
Hello, I was wondering if anyone could help me with this. So with the Attachable Augments plugin http://www.yanfly.moe/wiki/Attachable_Augments_(YEP), the text when selecting an augment, will take the color change from http://www.yanfly.moe/wiki/Item_Core_(YEP) like the image below.

Attach augment 1.png

But once you equip the item, it will become white, or whatever you set as the color in the plugins parameter, like the image below, which the problem is I would like to have the individual colors, rather then all the same text/color.
Attach augment 2.png

As far as I could find, this is the code in the script that displays the text, but I have no idea how to make it use the Item cores, if anyone can help or know how to change this, would be much appreciated.
Window_ItemActionCommand.prototype.addAugmentSlots = function() {
ItemManager.checkAugmentSlots(this._item);
var length = this._item.augmentSlots.length;
for (var i = 0; i < length; ++i) {
var enabled = this._item.augmentSlotEnable;
var fmt = Yanfly.Param.AugmentSlotFmt;
var slot = this._item.augmentSlots;
var name = this.getAugmentSlotItemName(i);
var text = fmt.format(slot, name);
this.addCommand(text, 'augment', enabled, i);
}
this.changePaintOpacity(true);
};
 

Attachments

estriole

Veteran
Veteran
Joined
Jun 27, 2012
Messages
1,316
Reaction score
537
First Language
indonesian
sorry can't help you... since that plugin is paywalled thus no one that not buying that plugin could help you...

you should ask the plugin creator yanfly directly instead...
check this link and follow his requirement first before asking...
 

ShadowDragon

Veteran
Veteran
Joined
Oct 8, 2018
Messages
2,944
Reaction score
1,050
First Language
Dutch
Primarily Uses
RMMV
how did you set it up in the editor? do you use color text plugin?
like TSR_TextColorAddon or rarity color? or a different color?

if not, then there is a compability issue, or need to add the function
in order to work.
 

Jeremyr

Villager
Member
Joined
Jun 13, 2019
Messages
6
Reaction score
1
First Language
English
Primarily Uses
RMMV
I just use yanfly Item core to change the item color with <Text Color: x>.

It looks like, something very similar, to what the rarity color plugin you linked did, is what needs to be done to make this work.
 

Jeremyr

Villager
Member
Joined
Jun 13, 2019
Messages
6
Reaction score
1
First Language
English
Primarily Uses
RMMV

ShadowDragon

Veteran
Veteran
Joined
Oct 8, 2018
Messages
2,944
Reaction score
1,050
First Language
Dutch
Primarily Uses
RMMV
TSR_TextColorAddon cna change color from message, menu, skills, items, etc,
if it wasn't working, he could make a compability for it so it will work :)

but it works alot and better than rarity color as well :) (if you ask me).

but if it's working for you, good luck on your project further :)
 

Jeremyr

Villager
Member
Joined
Jun 13, 2019
Messages
6
Reaction score
1
First Language
English
Primarily Uses
RMMV
TSR_TextColorAddon cna change color from message, menu, skills, items, etc,
if it wasn't working, he could make a compability for it so it will work :)

but it works alot and better than rarity color as well :) (if you ask me).

but if it's working for you, good luck on your project further :)
Thank you and thanks for letting me know of the plugin.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

Day 9 of giveaways! 8 prizes today :D
He mad, but he cute :kaopride:

Our latest feature is an interview with... me?!

People4_2 (Capelet off and on) added!

Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.

Forum statistics

Threads
106,037
Messages
1,018,464
Members
137,821
Latest member
Capterson
Top