Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(4 edits)

Hey Ramza. Tagging weapons as switchable seems to negate "<Text Color: x>" notetags. Which is unfortunate since my project utilizes randomized Text Color Rarities like you'd see in MMOs and such.

with <SWITCHABLE> notetag:

without the <SWITCHABLE> notetag:



These examples are produced without random affixes, just to make sure they weren't just incompatible. ItemCore's text color tag was the only thing used outside of <SWITCHABLE>. The issue is present on the Equip and Item scenes.

(1 edit)

That is a weird one, but the solution is probably really simple. I'll look into it shortly.

edit:

I have corrected this in v1.11. The problem was that I was simply drawing the item name myself, rather than calling the function used to do so, which caused this plugin to ignore any changes made to that function, such as color changes.

Thanks for the report.

Thanks a ton Ramza!