Original Source
- Original title: Gimmer_CleverColors: Automatically color text in your game!
- Original author: gimmer_
- Original date: December 15, 2021
- Source thread: https://forums.rpgmakerweb.com/threads/gimmer_clevercolors-automatically-color-text-in-your-game.143027/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
Ever been tired of putting \c[1] in front of things that you want to be color 1? Well no more! Gimmer_CleverColors allows you to define a Colors.json file or use the plugin parameters to define specific text strings that, if found in a Show Text command, will automatically become certain colors. An example Colors.json file can be found in the zip. Its format is pretty simplistic, just an object with word as key,
Archived First Post
Gimmer_CleverColors allows you to define a Colors.json file or use the plugin parameters to define specific text strings that,
if found in a Show Text command, will automatically become certain colors.
An example Colors.json file can be found in the zip. Its format is pretty simplistic, just an object with word as key,
and colorId as value.
General Use:
1. Fill out the colors.json file or set the plugin parameters for each color an array of words you want to be that color.
2. Add Show Text commands
3. Watch the colors appear!
4. (Optional) Don't want color on a word? Prefix it with an "!"
Video Tutorial by Codapil
Plugin Commands:
Add a color: CC_ADD word_or_phase color_id
E.G.: CC_ADD LOVE 4
Note: if you want a multi word phrase, just write it out as well. The code will know it's a phrase even though it might look like you're doing multiple plugin arguments
E.G. CC_ADD once upon a time 6
Remove a color: CC_REMOVE word_or_phase
Requirements:
Requires Gimmer_Core
Terms of Use:
Free for both commercial and non-commercial use, with credit.
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Terms of Use: Free for both commercial and non-commercial use, with credit.
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...