Flashlight237
Member
Hey there. So, here's the deal. I made a new character for SRB2Kart via Kartmaker (big whoop), but I'm trying to get the palette to work on the hair. Here's the link to the WAD file itself: https://www.mediafire.com/file/wl7v7wefk8viz88/Dawn.wad/file
And here's the Spritesheet:
The details of the character are as follows.:
1. The hair uses the
{
"name": "Dawn_of_Total_Drama",
"realname": "Dawn",
"gfx_prefix": "DAWN",
"stats": [8, 3],
"startcolor": 82,
"prefcolor": "peachy",
"transparent_colors": [
115, 115, 255,
82, 82, 255
],
How can I go about fixing the palette to where it would change the color of the character's hair? Everything else works fine, but I'd rather not submit her until everything checks out A-Ok.
Update: Never mind! I'm settling for the sweater since that worked better.
And here's the Spritesheet:
The details of the character are as follows.:
1. The hair uses the
SKINCOLOR_YELLOW palette.
2. Several attempts were made before to fix this:
2. Several attempts were made before to fix this:
- Setting startcolor to "82" or "83" causes the chin to change colors instead of the hair as intended.
- Changing the startcolor value to "49" (the color of Dawn's chin outline) puts the color-changing palette on her eyes.
- Changing the startcolor value to "141" (the color of Dawn's eyes) renders the palette to be unable to be changed at all.
- Changing prefcolor seems to do nothing.
{
"name": "Dawn_of_Total_Drama",
"realname": "Dawn",
"gfx_prefix": "DAWN",
"stats": [8, 3],
"startcolor": 82,
"prefcolor": "peachy",
"transparent_colors": [
115, 115, 255,
82, 82, 255
],
How can I go about fixing the palette to where it would change the color of the character's hair? Everything else works fine, but I'd rather not submit her until everything checks out A-Ok.
Update: Never mind! I'm settling for the sweater since that worked better.
Last edited: