Topic: How to make a LAN teeworlds server in windows
This is a little tutorial on how to make a teeworlds server in lan:
Well first open your favorite text editor: you will have to make your config file here (you can see the commands and all in here:
http://www.teeworlds.com/?page=docs& … rSettings) but I will post a little and simple config for a ctf match here:
sv_name Tutorial server (the name of your server ;D)
sv_map ctf5 (the inicial map)
sv_scorelimit 100 (the limit of the score)
sv_gametype ctf (the gametype ;D)
sv_register 1 (if set to 0 the server will be lan only and will not appear in the server list)
sv_rcon_password T rcon ( the console password not the password needed to enter the server!)
sv_motd Welcome to my Server! Good Luck and Have Fun! Rules! any kind of bots and hacks ar not allowed! using them will result in ban!! (the message of the day)
sv_max_clients 16 (how many players can be max is 16)
sv_spectator_slots 5 (how many spectators can be at a time )
sv_powerups 1 (if you set it to 0 there will be no katana)
sv_maprotation ctf5, ctf6, ctf7 (what maps go after the inicial map)
sv_rounds_per_map 1 (how many times will the players will play on the same map before maprotation)
sv_port * 8303 (the port the server listens on)
sv_max_clients_per_ip 20 (if you have more than one pc how many players can join per internet IP)
now save it as a .cfg file
and now make another file in favorite text editor and write this:
teeworlds_srv -f T server.cfg
this part: T server.cfg you will have to change it to the name of your cfg.
then save this file as .bat open it and voila!! you have your own lan server working!!!
note:I will update this post when I know how to make a linux one and a mac one