Custom Fire Flower Color

[Open Assets] Custom Fire Flower Color 1.2

What permissions do you give others to modify and/or maintain your submission?
Modify: YES - Maintain: YES - I give permission for my entire submission to be modified by others or used in their own work. I give permission for my entire submission to be maintained by others as well.
This script lets you change the color you turn when you get the Fire Flower. You can change the Fire Flower form color with the fireflowercolor command. This setting is saved automatically.

Using fireflowercolor skin (set by default) will change your Fire Flower form color based on the character's definition (see below). If the character doesn't have it defined, it will use White by default.
Using fireflowercolor player will make it so your Fire Flower form color is always the same as your main color.

If you want to give your character a determined Fire Flower form color, put this in your character's script:
Lua:
if not CFFC_Characters
    rawset(_G, "CFFC_Characters", {})
end
CFFC_Characters["skin"] = SKINCOLOR_COLOR
Seezee: I/O Support Resource (heavily edited)
https://mb.srb2.org/addons/i-o-support-resource.55/
  • srb20001.gif
    srb20001.gif
    2.9 MB · Views: 941
  • srb20002.gif
    srb20002.gif
    9.4 MB · Views: 811
  • srb20004.gif
    srb20004.gif
    8.6 MB · Views: 1,042
Author
AlanGab2k9
Downloads
1,398
Views
4,336
Extension type
lua
File size
4 KB
MD5 Hash
b57198956cef8f11c6a94a139ce5256b
First release
Last update

More resources from AlanGab2k9

Share this resource

Latest updates

  1. v1.2 update

    Hello! Welp, it's been a long while since the last version of this addon was released, but here...
  2. v1.1 update

    Hello! I haven't forgotten about this addon of mine, so here's an update to CFFC. Changelog...

Latest reviews

This is technically feasible in multiplayer games, provided that the character can change their color while in their fire form. However, I am not certain how useful this feature would be and it might be pointless for characters that can already change their color while in their fire form. Nevertheless, it's a good addon overall, even though it has both positive and negative aspects.
AlanGab2k9
AlanGab2k9
Well, in my opinion, it might not be pointless at all. I mean, instead of having to change your color manually after getting the flower, this addon changes it automatically, thus saving some time.
Upvote 0
Back
Top