first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / database / configuration / quake3 / quake3_server_start.txt
1
2 this is an example of running quake3 in dedicated server mode and with
3 no console.  the config file can be swapped out for other ones.
4
5 nohup quake3 +set dedicated 1 +exec fred_free_for_all.cfg &
6
7 the fred_...cfg file needs to be in the quake3/baseq3 directory unless
8 the directory where it is stored is pointed at using q3 command line options
9 that i don't know but which i have heard of.
10
11 this just automates the copying of the config file before running quake.
12
13 cp ~/yeti/quake3/fred_free_for_all.cfg /usr/local/games/quake3/baseq3/ ; nohup quake3 +set dedicated 1 +exec fred_free_for_all.cfg 
14
15