1

Topic: Sudden Server-creating problem

Hello, dear Teeworlds User.

After a long time, I tried to create just a normal (private password-protected) server in the Teeworlds game, which worked perfectly in the older 0.3.4 version. But now, my server does only appear as an "unnamed server" with a maximum of 8 people playing even if the configuration set the maximum players to 4. And then it's not password-protected.

The configuration saved as "configplusein.cfg":
  sv_name=PlusEins
  sv_gametype=dm
  sv_warmup=0
  sv_map=dm1
  sv_maprotation=dm1 dm2 dm6 ctf1 ctf2
  sv_max_clients=4
  sv_scorelimit=20
  send_heartbeats=1
  password=(not important)

I also createt a Server Quick-Start file named "Server-Schnellstart.bat". It's commands are:
  start teeworlds_srv.exe -f configpluseins.cfg
(When I run this program, it automaticly starts the server creation commands.)

As mentioned, it worked fine in the older Teewars/-worlds versions. I tried again and again, while the firewall is turned off, the ports are forwarded etc. etc.

What have I done wrong?
Or another question: Does AVG Free 7.5 block the creation of a Teeworlds server?

2

Re: Sudden Server-creating problem

From version 0.4.0 and further on the format of config files is changed. If you replace = with space your config will work except from send_hartbeats which is replaced by sv_register.

The config would look like this:

sv_name PlusEins
sv_gametype dm
sv_warmup 0
...

3

Re: Sudden Server-creating problem

You have to remove the '=' in the config file. It's now a new format.
If you want a Lan-Only or Offline Server, so set sv_register 0 (replaces the sv_herartbeats var)

4

Re: Sudden Server-creating problem

Crud, it worked!
Thanks a lot, guys. Thread can be closed. big_smile