How do I specify player color in autoexec.cfg?

Status
Not open for further replies.

Fawfulfan

The Tortured Planet guy
Here is my autoexec.cfg file:

Code:
VID_SetMode (5)
scr_width "1440"
scr_height "900"
gr_fog 0
gr_md2 1
limitdraw 1
precipdist "5000"
stretch on
masterserver "srb2.servegame.org:28900"
name "Fawfulfan"
color "blue"
skin knuckles
crosshair 1
playersforexit all
inttime 5
say /me is here to unleash his chortles upon all of you!
motd "Welcome to the Official Tortured Planet Server!"
alias camoff "chasecam 0; crosshair 1; alwaysmlook 1;"
alias camon "chasecam 1; crosshair 0; alwaysmlook 1;"
alias togglegod "god; cechoflags 5505024; cecho "Sissy Mode Toggled";"
alias togglenoclip "noclip; cechoflags 138674176; cecho "No Clipping Toggled";"
bind x camoff
bind z camon
bind v togglegod
bind b togglenoclip

Everything works as desired except for the "color" directive. When I enter a netgame, Knuckles is red. Why isn't it working?
 
Set the skin before the color. The skin command always sets the color of the player to the default for that character. Oh, and your master server address is ancient. Use ms.srb2.org:28900

EDIT: Why are you setting all those things in autoexec.cfg? scr_width, scr_height, gr_fog, limitdraw, precipdist, stretch, masterserver and name belong into config.cfg
 
Last edited:
Status
Not open for further replies.

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

Back
Top