mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
parent
a5239c575b
commit
4871012a51
1 changed files with 3 additions and 4 deletions
|
@ -3,10 +3,9 @@
|
||||||
// =============================
|
// =============================
|
||||||
delay 60.0 // delays game for 60 seconds
|
delay 60.0 // delays game for 60 seconds
|
||||||
multicast 0 // multicast disabled
|
multicast 0 // multicast disabled
|
||||||
rate 100000 // amount of data proxy gets from match server
|
rate 10000 // 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 8000 // maximum client data from HLTV proxy
|
||||||
maxclientrate 20000 // maximum client data from HLTV proxy
|
updaterate 20 // get 20 updates per second from server
|
||||||
updaterate 60 // get 60 updates per second from server
|
|
||||||
logfile 1 // log events in proxy.log
|
logfile 1 // log events in proxy.log
|
||||||
chatmode 1 // local chatting on
|
chatmode 1 // local chatting on
|
||||||
name "NS-HLTV" // HLTV Host Name
|
name "NS-HLTV" // HLTV Host Name
|
||||||
|
|
Loading…
Reference in a new issue