How i can load cfg file in game
i'm n00b..
so.. if i make some cfg file with E+, then how i can load this configs in game?
I'm not exactly sure what you really want to know. Do you already have server running or do you want to know how to set one up ?
In any case, when you already have a dedicated server running you can type /rcon load <configname> where <configname> is the path and filename of where your config file is located, for example: /rcon load conf/excessive3.cfg would load the configuration settings from excessiveplus/conf/excessive3.cfg.
Another way would be to put the following line in your server configuration file (assuming you have one):
seta xp_config "<configname>"
That would (ofcourse) permanentely load your config file everytime you startup your server.
You could also specify it on the command line when you start the server:
quake3 +set fs_game excessiveplus +set dedicated 1 +set xp_config "<configname>"
See: http://www.excessiveplus.net/docs/server.html for more information about setting up a excessiveplus server
Hope this helps
i think perhaps avatar...maybe he just wants to run a custom cfg.....if so
put the cfg in your e+ folder when your in the game drop the console and type /exec blah......where blah= the name you gave your cfg
either way you have all the answers you need now
as you have make your one conf put it in the excessiveplus folder conf so i dunno you play it single ore on your server for single playing your conf do this /load conf/bla bla.cfg and for server put in your server.cfg // works only here. in-game its: "/rcon load conf/excessive3"
set xp_config "conf/bla bla.cfg
http://forums.excessiveplus.net/viewtopic.php?t=1004
Ummmm.... Please give it a try... :roll:
thanks evryone, i got it.
/load conf/blabla.cfg <- this is work