- 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.
A very simple addon that adds a way to create animated skin colors.
This script only gives you a library to work with in order to create animated skin colors, and 1 animated skin color as an example.
To create an animated skin color, you must first define the skin color normally through lua, then use the functions listed.
You can also edit the table directly with the
You can include this in your mods, it will automatically check if it already exists.
This script only gives you a library to work with in order to create animated skin colors, and 1 animated skin color as an example.
To create an animated skin color, you must first define the skin color normally through lua, then use the functions listed.
ASC_MakeSkinColorAnimated(SKINCOLOR_id,tics per frame)
to initialize the animated skin color, and ASC_SkinColorAddRamp(SKINCOLOR_id,ramp,...)
to add ramps to your animated skin color.You can also edit the table directly with the
asc_animated_skin_colors
global table.You can include this in your mods, it will automatically check if it already exists.