1 (edited by CS 2014-06-25 05:53:20)

Topic: [SOLVED] I cannot tune my server?

Hi. I am having problems with tuning my server. I am using Fedora.

This is my autoexec.cfg:

sv_name long-hooks-ctf5
sv_gametype DM
sv_warmup 1
sv_map ctf5
sv_max_clients 8
sv_scorelimit 25
sv_port 8303
sv_register 1

tune hook_length 1000

This is what I get when I start the server:

[53aa01cd][engine]: running on unix-linux-amd64
[53aa01cd][engine]: arch is little endian
[53aa01cd][storage]: couldn't open storage.cfg
[53aa01cd][storage]: using standard paths
[53aa01cd][storage]: added path '$USERDIR' ('/home/c/.teeworlds')
[53aa01cd][storage]: added path '$DATADIR' ('/usr/share/teeworlds/data')
[53aa01cd][storage]: added path '$CURRENTDIR' ('/home/c/.teeworlds')
[53aa01cd][console]: executing 'autoexec.cfg'
[53aa01cd][tuning]: hook_length changed to 1000.00
[53aa01cd][server]: starting...
[53aa01cd][datafile]: loading. filename='maps/ctf5.map'
[53aa01cd][datafile]: allocsize=1516
[53aa01cd][datafile]: readsize=1276
[53aa01cd][datafile]: swaplen=1296
[53aa01cd][datafile]: item_size=1008
[53aa01cd][datafile]: loading done. datafile='maps/ctf5.map'
[53aa01cd][server]: maps/ctf5.map crc is d92129a0
[53aa01cd][server]: server name is 'long-hooks-ctf5'
[53aa01cd][datafile]: loading data index=11 size=2252 uncompressed=129600
[53aa01cd][server]: version 0.6 626fce9a778df4d4
[53aa01cd][engine/mastersrv]: refreshing master server addresses
[53aa01cd][register]: refreshing ip addresses
[53aa01cd][server]: resetting tuning due to pure server
[53aa01cd][engine/mastersrv]: saving addresses
[53aa01cd][register]: fetching server counts
[53aa01ce][game]: start round type='DM' teamplay='0'
[53aa01d0][register]: chose 'master1.teeworlds.com' as master, sending heartbeats
[53aa01d5][register]: no firewall/nat problems detected
[53aa01d5][register]: server registered

He says that he changes hook_length, but when I then start up teeworlds and join my server, which I can only find in the lan, then the hook is normal. I tried this with other settings but it does not work. Does anyone have any idea about what I am doing wrong?

2

Re: [SOLVED] I cannot tune my server?

 sv_gametype DM 

switch the gametype to

 MOD 

3 (edited by CS 2014-06-25 05:52:52)

Re: [SOLVED] I cannot tune my server?

Thank you, it worked.