mirror of
https://github.com/ENSL/NS.git
synced 2025-02-16 09:01:56 +00:00
hltv config update
This commit is contained in:
parent
b615902e94
commit
1ee5881cf2
1 changed files with 4 additions and 3 deletions
|
@ -3,9 +3,10 @@
|
|||
// =============================
|
||||
delay 60.0 // delays game for 60 seconds
|
||||
multicast 0 // multicast disabled
|
||||
rate 10000 // amount of data proxy gets from match server
|
||||
maxclientrate 8000 // maximum client data from HLTV proxy
|
||||
updaterate 20 // get 20 updates per second from server
|
||||
rate 100000 // amount of data proxy gets from match server
|
||||
maxrate 20000 // 2024 - Valve's readme references this instead of maxclientrate so I'm including both
|
||||
maxclientrate 20000 // maximum client data from HLTV proxy
|
||||
updaterate 60 // get 60 updates per second from server
|
||||
logfile 1 // log events in proxy.log
|
||||
chatmode 1 // local chatting on
|
||||
name "NS-HLTV" // HLTV Host Name
|
||||
|
|
Loading…
Reference in a new issue