Custom Fire Flower Color

[Open Assets] Custom Fire Flower Color 1.0

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 that you go when you get the Fire Flower. You can change the fire form color with the fireflowercolor command. This setting is saved.

Using fireflowercolor skin (set by default) will change your fire form color based on the character's definition (see below).
If the character doesn't have a fire form color defined, it will use White by default.

If you want to give your character a determined fire 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 (edited)
https://mb.srb2.org/addons/i-o-support-resource.55/
  • srb20001.gif
    srb20001.gif
    2.9 MB · Views: 182
  • srb20002.gif
    srb20002.gif
    9.4 MB · Views: 136
  • srb20004.gif
    srb20004.gif
    8.6 MB · Views: 281
  • Cool!
Reactions: Jsmoothie
Author
AlanGab2009
Downloads
153
Views
631
Extension type
lua
File size
3.1 KB
MD5 Hash
edc317fd61c3ffa9e4783e43bc9a6888
First release
Last update
Rating
3.00 star(s) 1 ratings

Share this resource

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.
AlanGab2009
AlanGab2009
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