forked from phoenixprojectsoftware/zamnhlmp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
listenserver.cfg
40 lines (31 loc) · 946 Bytes
/
listenserver.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// Use this file to configure your LISTEN server.
// This config file is executed everytime the server changes levels.
// If you run a listen server and choose to modify this file,
// note that assigning values to the following variables within
// this file will stomp the choices you make in the Launcher
// server configuration "Advanced Options" screen:
//
// hostname
// maxplayers
// password
// mp_fraglimit
// mp_timelimit
// mp_falldamage
// mp_weaponstay
// mp_friendlyfire
// mp_forcerespawn
// mp_footsteps
// mp_flashlight
// ZAMNHLMP defaults
sv_airaccelerate 100
sv_rollangle 0
// disable autoaim
sv_allow_autoaim 0
// allow shaders (disable this if you care about preventing players from cheating by modifying shaders)
sv_allow_shaders 1
// player bounding boxes (collisions, not clipping)
sv_clienttrace 3.5
// disable clients' ability to pause the server
pausable 0
// maximum client movement speed
sv_maxspeed 320