1

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?

2

Re: How to create a server in 0.6.0?

Don't set sv_external_port to 0 and forward UDP 8303.

3

Re: How to create a server in 0.6.0?

m!nus wrote:

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!

4

Re: How to create a server in 0.6.0?

What I have to write in sv_external_port ???

5

Re: How to create a server in 0.6.0?

Nothing. Omit it.

6 (edited by Battamich 2011-07-12 20:37:01)

Re: How to create a server in 0.6.0?

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)
???

7

Re: How to create a server in 0.6.0?

port is by default 8303, so you could leave it out
however, it should work. ofc you have to forward your port smile

8

Re: How to create a server in 0.6.0?

WHAT I HAVE TO WRITE???
!_!HELP!_!

9

Re: How to create a server in 0.6.0?

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.

» Use the Search Function before opening multiple topics...
» Member of: JsA - Just stay Alloha! (since 2009)

10

Re: How to create a server in 0.6.0?

You could also post the error log so we can actually know what is going wrong.

11

Re: How to create a server in 0.6.0?

When I try to open the server it doesn't work.How I have to configure the Firewall and the NAT?

12

Re: How to create a server in 0.6.0?

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.

Not Luck, Just Magic.

13

Re: How to create a server in 0.6.0?

To help you out: http://portforward.com/

Once in a century...