Topic: Why doesn't my server show up in the server browser anymore?
I made a server config file, forwarded a port on my router and started the TeeWorlds server. Everything was fine for a couple of hours, it was in the server list and I could connect to it, but then I refreshed the servers list and it wasn't there anymore. I can still connect to it from the outside, so it's up but it doesn't show in the list.
Here is my .cfg file:
sv_register 1
sv_name ctf4 unlimited
sv_motd Welcome to ctf4 unlimited
sv_port 1234
sv_max_clients 20
sv_spectator_slots 4
sv_teambalance_time 1
sv_scorelimit 0
sv_timelimit 1440
sv_teamdamage 0
sv_powerups 1
sv_inactivekick_time 3
sv_inactivekick 2
sv_map ctf4
sv_gametype ctf
sv_rcon_password some_password_i_wont_paste_here
tune hook_length 570
tune hook_fire_speed 120
tune player_hooking 0
tune player_collision 0
Here is the output of teeworlds_srv:
[528a750a][engine]: running on windows-win64-amd64
[528a750a][engine]: arch is little endian
[528a750a][storage]: added path '$USERDIR' ('C:\Users\my_user\AppData\Roaming/Teeworlds')
[528a750a][storage]: added path '$DATADIR' ('data')
[528a750a][storage]: added path '$CURRENTDIR' ('C:\Users\my_user\Desktop\teeworlds-0.6.2-win64')
[528a750a][console]: failed to open 'autoexec.cfg'
[528a750a][console]: executing 'server.cfg'
[528a750a][tuning]: hook_length changed to 570.00
[528a750a][tuning]: hook_fire_speed changed to 120.00
[528a750a][tuning]: player_hooking changed to 0.00
[528a750a][tuning]: player_collision changed to 0.00
[528a750a][server]: starting...
[528a750a][datafile]: loading. filename='maps/ctf4.map'
[528a750a][datafile]: allocsize=2812
[528a750a][datafile]: readsize=2532
[528a750a][datafile]: swaplen=2552
[528a750a][datafile]: item_size=2164
[528a750a][datafile]: loading done. datafile='maps/ctf4.map'
[528a750a][server]: maps/ctf4.map crc is be7c4db9
[528a750a][server]: server name is 'ctf4 unlimited'
[528a750a][datafile]: loading data index=15 size=1160 uncompressed=36924
[528a750a][server]: version 0.6 626fce9a778df4d4
[528a750a][engine/mastersrv]: refreshing master server addresses
[528a750a][register]: refreshing ip addresses
[528a750a][server]: resetting tuning due to pure server
[528a750a][engine/mastersrv]: saving addresses
[528a750a][register]: fetching server counts
[528a750a][register]: chose 'master2.teeworlds.com' as master, sending heartbeats
[528a750c][register]: no firewall/nat problems detected
[528a750c][register]: server registered
And if I let it run, the last few lines keep repeating. I can connect to it and play, I see the connection in the logs, but the server doesn't show up in the list. Any ideas why that happens and how I can get it back on the list?