Character WAD Discoloration.

Status
Not open for further replies.

_Manic_

Member
While playing as my character, I've noticed that he is discolored. Is it that the sprites I'm using are messed up, or something?





(..Yeah, new character.)
 
Sprites in SRB2 are restricted to a 256 color pallete. I believe this is it:
Palette.png

Any colors not found in that image will be altered by XWE upon import. That could result in some degree of discoloration.
 
As far as I know, the only palette change ever made in SRB2 is the one from 1.09.4 to 1.1. 1.1 hasn't been released yet, so there shouldn't be any problems of this kind :/ Weird.
 
I think it might have to do with the OBJCTCFG or the S_SKIN...
OBJCTCFG:
Code:
# Manic The Hedgehog
# By Manic
# Original Sonic Sprites by SSNTails

CHARACTER 5
PLAYERNAME = Manic
MENUPOSITION = 60
PICNAME = SPIOCHAR
SKINNAME = MANIC
STATUS = 322
PLAYERTEXT =              Medium
                 Hover Board Glide
             Sonic's brother, Manic
appears on SRB2 to fight Eggman alongside
Sonic!#

S_SKIN:

Code:
name = Manic
face = MANCLIFE
facename = MANCNAME
ability = 0
normalspeed = 30
thrustfactor = 4
accelstart = 188
acceleration = 36
runspeed = 22
spin = 0
startcolor = 128
prefcolor = 10
jumpheight = 100
runonwater = 0
waterskip = 1
allowsuper = 1
superanims = 1
superspin = 1
supercolor = 5
nojumpspin = 1
mindash = 30
maxdash = 40
 
Status
Not open for further replies.

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

Back
Top