Custom color?

Your question doesn't make much sense. Try wording it more clearly.
 
Does anyone know how to change color to sonic or be able to change its textures? :lol::ohsnap::shitsfree:
How? Well basicly there is S_SKIN used for characters in colors

---------

Here's can example of this issue

S_SKIN (player.dta):
name = sonic
flags = SF_SUPER
realname = Sonic
hudname = SONIC
startcolor = 96
prefcolor = Blue
supercolor = Gold
ability = CA_THOK
actionspd = 60
normalspeed = 36
thrustfactor = 5
accelstart = 96
acceleration = 40
contspeed = 17
contangle = 3

Now with pointer to remind you're self

S_SKIN (player.dta) [With the pointers]:
name = sonic
flags = SF_SUPER
realname = Sonic
hudname = SONIC
startcolor = 96
prefcolor = Blue <--- That's where you changed colors
supercolor = Gold <--- you can also do that
ability = CA_THOK
actionspd = 60
normalspeed = 36
thrustfactor = 5
accelstart = 96
acceleration = 40
contspeed = 17
contangle = 3

This one was from Sonic's S_SKIN in player.dta

---------

Another thing is important to keep the sprites green

---------

Which is this of course



PLAYA1.png
 
Last edited:

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

Back
Top