-
Notifications
You must be signed in to change notification settings - Fork 2
/
listenserver.cfg
51 lines (42 loc) · 1.15 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
// 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
// mapcyclefile
// password
// sv_aura_gamemode
// sv_aura_gamemode_auto
// mp_fraglimit
// mp_timelimit
// mp_falldamage
// mp_weaponstay
// mp_friendlyfire
// mp_forcerespawn
// mp_footsteps
// mp_flashlight
// mp_autocrosshair
// mp_intermission_time
// mp_intermission_skip_auto
// sv_lan
// sv_aura_regeneration
// sv_aura_infinite_ammo
// sv_cheats
// sv_aura_mp5_old_rate
// ZAMNHLMP defaults
sv_airaccelerate 100
sv_rollangle 0
// allow autocrosshair
mp_autocrosshair 1
// 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