diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-20 21:31:33 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-20 21:31:33 +0000 |
commit | dade102a0d4d14ba5ee560022b8e2f1ddf960977 (patch) | |
tree | 136e096242c08a1041f6a45919326bd7ac3d1b53 /Northstar.CustomServers/mod/cfg | |
parent | c02ec0cce39b36a6264e414a4741c8ea131f5286 (diff) | |
download | NorthstarMods-dade102a0d4d14ba5ee560022b8e2f1ddf960977.tar.gz NorthstarMods-dade102a0d4d14ba5ee560022b8e2f1ddf960977.zip |
near-release fixes
Diffstat (limited to 'Northstar.CustomServers/mod/cfg')
-rw-r--r-- | Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg b/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg index 7c0b9230..161999ca 100644 --- a/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg +++ b/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg @@ -9,4 +9,11 @@ ns_erase_auth_info 1 // keep this to 1 unless you're testing and crashing alot, ns_player_auth_port 8081 // this can be whatever, make sure it's portforwarded over tcp ns_masterserver_hostname "https://northstar.tf" // masterserver hostname -everything_unlocked 1 // unlock everything
\ No newline at end of file +everything_unlocked 1 // unlock everything + +// gameserver settings +net_chan_limit_mode 1 // kick clients that go over limits +net_chan_limit_msec_per_sec 20 // number of milliseconds of server netchan processing time clients can use per second before getting kicked +base_tickinterval_mp 0.016666667 // default tickrate: 60 tick +sv_updaterate_mp 20 // default updaterate: 20 tick +sv_max_snapshots_multiplayer 300 // this needs to be updaterate * 15, or clients will dc in killreplay
\ No newline at end of file |