HELp

2 replies [Last post]
FireWire=CRK=
Offline
Joined: Jan 2006
Posts:

how do i load a custom config to run at startup of my server. It constantly goes to default.cfg and since i am new at the server thing I need some help. Tried load conf/blah.cfg in game and couldnt find. Thinking:

ghost
Offline
Joined: Jan 2004
Posts:
HELp

*.bat excutable file

[code:1]
quake3.exe +set fs_game excessiveplus +set dedicated 2 +exec lg3.cfg
[/code:1]

where lg3.cfg is in excessiveplus/lg3.cfg and cointain this lines
[code:1]
xp_config "conf/weapon.cfg"
load "conf/weapon.cfg"
[/code:1]

u can also load in game wepon configs using :

[code:1]
load config_name
load folder/config_name
load folder/folder/config_name
load ../config_name
[/code:1]

edy+
Site administrator
edy's picture
Offline
Joined: Sep 2003
Posts:
startup

set in your server.cfg

set xp_config "conf/excessive5"

ore whatever conf you whant run at startup

good luck