HELp
15. January 2006 - 9:15
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. :
15. January 2006 - 9:52
#1
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]
15. January 2006 - 13:47
#2
startup
set in your server.cfg
set xp_config "conf/excessive5"
ore whatever conf you whant run at startup
good luck