how do i make my own skincolor?

Dox the fox

working on my own character currently...
i've been working on my mod for over a month now, and i've been wondering how can i can make my character's orange fur more accurate to him in my art. if anyone wants to make the skincolor for me then the main orange color is #ff502e, the shadow color is #860600, and the highlights are #ffae8a and #ffcd99 for the brighter color (here's the reference for how the colors are laid out)
903c4714-9fb6-4a39-8621-cb62d8e77a63.png
 
All you need is right in here.
 
Um i tried to make the color
Lua:
freeslot("SKINCOLOR_DOX")
skincolors[SKINCOLOR_DOX] = {
    name = "Dox The Fox",
    ramp = {48,48,48,48,51,51,51,51,54,54,54,54,60,60,60,60},
    invcolor = SKINCOLOR_RASBERRY,
    invshade = 4,
    chatcolor = V_ORANGEMAP,
    accessible = true
}
 
U, i tried to make the color
Lua:
freeslot("SKINCOLOR_DOX")
skincolors[SKINCOLOR_DOX] = {
    name = "Dox The Fox",
    ramp = {48,48,48,48,51,51,51,51,54,54,54,54,60,60,60,60},
    invcolor = SKINCOLOR_RASBERRY,
    invshade = 4,
    chatcolor = V_ORANGEMAP,
    accessible = true
}
Thnx, i hope it works, and i hope I don't need help with this again -w-"
 
Sorry i forgot that the color rasberry doesnt exsist anymore
Fixed:
freeslot("SKINCOLOR_DOX")
skincolors[SKINCOLOR_DOX] = {
    name = "Dox The Fox",
    ramp = {48,48,48,48,51,51,51,51,54,54,54,54,60,60,60,60},
    invcolor = SKINCOLOR_ROSY,
    invshade = 4,
    chatcolor = V_ORANGEMAP,
    accessible = true
}
 
Sorry i forgot that the color rasberry doesnt exsist anymore
Fixed:
freeslot("SKINCOLOR_DOX")
skincolors[SKINCOLOR_DOX] = {
    name = "Dox The Fox",
    ramp = {48,48,48,48,51,51,51,51,54,54,54,54,60,60,60,60},
    invcolor = SKINCOLOR_ROSY,
    invshade = 4,
    chatcolor = V_ORANGEMAP,
    accessible = true
}
Lol i think i remember that being a color, i don't remember hearing about 2.2.10 gpt rid of it but ig it did, man i feel old for some reason
Post automatically merged:

Sorry i forgot that the color rasberry doesnt exsist anymore
Fixed:
freeslot("SKINCOLOR_DOX")
skincolors[SKINCOLOR_DOX] = {
    name = "Dox The Fox",
    ramp = {48,48,48,48,51,51,51,51,54,54,54,54,60,60,60,60},
    invcolor = SKINCOLOR_ROSY,
    invshade = 4,
    chatcolor = V_ORANGEMAP,
    accessible = true
}
question, where do i put this text in? the lua folder?
Post automatically merged:

ok first of, why is he so bright orange? (quick update, i realized that the layout of the colors don't match up with my original artwork, so it's not the colors being wrong...)
SRB2 v2.2.10 4_13_2023 9_31_44 AM.png
 
Last edited:
ok first of, why is he so bright orange? (quick update, i realized that the layout of the colors don't match up with my original artwork, so it's not the colors being wrong...)View attachment 89342
it’s impossible to make a skin color with the exact colors you have in your drawing. you have to find colors in srb2’s palette that match the colors you used for dox.
 
i think u got the colors right, but the way they are laid out aren't the most accurate, but at least it's something
 
with the help from the discord, i made my own skincolor for Dox, all i need to do is to implement it into my mod
Post automatically merged:

oh lol i just did it without much struggle lol, well ig this thread is done with then
Post automatically merged:

never mind idk how to make the skincolor put on Dox in single player
 

Attachments

  • Doxfurcolor.soc
    220 bytes · Views: 40
Last edited:

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top