1

Topic: Teewars Server on my Linux root?

hi,
how can I start a Teewars server on my Linux root?

A tutorial would be great. But you can alsow explain it in your own words to me. big_smile

(germen would be nice ^^ )

2

Re: Teewars Server on my Linux root?

$ adduser teewars
$ su - teewars
$ wget http://www.teewars.com/files/teewars-0. … x86.tar.gz
$ tar zxvf teewars-0.3.2-linux_x86.tar.gz
$ mkdir .teewars
$ vi .teewars/default.cfg
# write this in (i for insert)
sv_name=Teewars.Net
sv_gametype=dm
sv_warmup=15
sv_map=dm2
sv_maprotation=dm1 dm2 dm6 dm-ruin mvtwdm03 jdm1a zq_dm1
sv_max_clients=12
sv_scorelimit=50
rcon_password=aiMeRconTW
# save and quit ( :x )
$ cd teewars-0.3.2-linux_x86
$ nohup ./teewars_srv &       
# or use screen "aptitude install screen" for get it
$ screen -S teewars -d -m /home/teewars/teewars-0.3.2-linux_x86/teewars_srv

if you would like to put configuration file in another dir use "teewars_srv -f /toto/mycfgfile.cfg"