Character Select Help

Status
Not open for further replies.

JJames19119

Why did they remove Grey
I'm trying to put a character from an external wad in the character select but it seems that no matter what I try, it never appears...it's supposed to replace Tails.

SSKIN:
Code:
name = cd-tails
face = SBOTLIFE
facename = STTAILSN
ability = 1
normalspeed = 27
thrustfactor = 3
accelstart = 192
acceleration = 45
spin = 1
runspeed = 23
startcolor = 112
endcolor = 127
prefcolor = 5
jumpheight = 100
boxindex = 2

MAINCFG:
Code:
Character 0
MenuPosition = 1

Character 1 
Status = 122

Character 3
MenuPosition = 3

Character 4 
PlayerName = Tails 
MenuPosition = 20
PicName = TAILCHAR 
Status = 32 
PlayerText =              Slow 
                 Flying 
             While slowest 
out of the three, Tails 
is unique due to his 
ability at being able 
to fly.

What am I doing wrong? :S
 
The MAINCFG is wrong, it should be:

Code:
Character 0 
MenuPosition = 1 

Character 1 
Status = 122 

Character 3 
MenuPosition = 3 

Character 4 
PlayerName = Tails 
MenuPosition = 20 
Skinname = cd-tails
PicName = TAILCHAR 
Status = 32 
PlayerText =              Slow 
                 Flying 
             While slowest 
out of the three, Tails 
is unique due to his 
ability at being able 
to fly.

You forgot the skinname, this tells the game what skin to use.
 
That didn't work. From what I remember, "Character #" already tells the game which skin to use, because the game labels them in order of when they were loaded. (In this instance, 0 is Sonic, 1 is Tails, 2 is Knuckles, 3 is Zim and 4 is the WAD I'm loading.)
 
Status
Not open for further replies.

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

Back
Top