Topic: How to create a server in 0.6.0?
This don't work with new version:
sv_name (name)
sv_port 8303
sv_external_port 0
sv_max_clients 12
sv_max_clients_per_ip 2
sv_register 1
sv_map (map)
sv_rcon_password (password)
What I have to do?
You are not logged in. Please login or register.
Teeworlds Forum → Support → How to create a server in 0.6.0?
This don't work with new version:
sv_name (name)
sv_port 8303
sv_external_port 0
sv_max_clients 12
sv_max_clients_per_ip 2
sv_register 1
sv_map (map)
sv_rcon_password (password)
What I have to do?
Don't set sv_external_port to 0 and forward UDP 8303.
Don't set sv_external_port to 0 and forward UDP 8303.
If you have a look at the source it actually says sv_external_port 0 as the default:
MACRO_CONFIG_INT(SvExternalPort, sv_external_port, 0, 0, 0, CFGFLAG_SERVER, "External port to report to the master servers")
And to help you please describe your problem a bit further. Show us the cmd window or whatever!
What I have to write in sv_external_port ???
Nothing. Omit it.
I have to write:
sv_name (name)
sv_port 8303
sv_max_clients 12
sv_max_clients_per_ip 2
sv_register 1
sv_map (map)
sv_rcon_password (password)
???
port is by default 8303, so you could leave it out
however, it should work. ofc you have to forward your port
WHAT I HAVE TO WRITE???
!_!HELP!_!
Where is your problem? I just tested your config and everything works fine! No worries, everything should work.
I used this config: (the same as yours)
sv_name Dm1 Server
sv_port 8303
sv_external_port 0
sv_max_clients 12
sv_max_clients_per_ip 2
sv_register 1
sv_map dm1
sv_rcon_password your_password
Remeber, that the config has the be in the "autoexec.cfg" file and you can start your server via double clicking "teeworlds_srv.exe". Also remember, NOT to put the ".map" extension after the "sv_map" command. Only the maps name.
You could also post the error log so we can actually know what is going wrong.
When I try to open the server it doesn't work.How I have to configure the Firewall and the NAT?
There is nothing more to write in the config, you simply have to forward your ports on your router (the procedure depends on your router, look on google if you have any problem with that), and check if there are any firewall issues.
To help you out: http://portforward.com/
Teeworlds Forum → Support → How to create a server in 0.6.0?
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2009 PunBB.