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.
(germen would be nice ^^ )
You are not logged in. Please login or register.
Teeworlds Forum → Support → 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.
(germen would be nice ^^ )
$ 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"
Teeworlds Forum → Support → Teewars Server on my Linux root?
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2009 PunBB.