This repository was archived by the owner on Dec 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathserver.cfg
More file actions
121 lines (110 loc) · 2.69 KB
/
server.cfg
File metadata and controls
121 lines (110 loc) · 2.69 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
// Hostname for server.
hostname "Zombie Swarm server"
// Passwords
rcon_password "myrconpassword"
sv_password ""
// Download
sv_downloadurl ""
sv_allowdownload "1"
sv_allowupload "0"
// Map
mp_endmatch_votenextmap "0"
mp_match_end_restart "0"
mp_match_end_changelevel "1"
mp_warmuptime "10"
mp_warmup_end
//ROUND
mp_timelimit "30"
mp_roundtime "5"
mp_maxrounds "20"
mp_warmuptime "5"
mp_freezetime "1"
mp_match_end_restart "0"
mp_autokick "0"
// Team
mp_playercashawards "1"
mp_teamcashawards "1"
mp_limitteams "0"
mp_autoteambalance "0"
mp_spectators_max "32"
//PLAYER
sv_enablebunnyhopping "0"
sv_accelerate "5.5"
sv_accelerate_use_weapon_speed "0"
sv_wateraccelerate "150"
sv_airaccelerate "12"
sv_maxvelocity "4000"
mp_death_drop_gun "1"
sv_talk_enemy_dead "1"
sv_allow_votes "0"
sv_allow_wait_command "0"
sv_ignoregrenaderadio "1"
mp_forcecamera "0"
// PLAYER - Stamina
sv_staminamax "0"
sv_staminajumpcost "0"
sv_staminalandcost "0"
sv_gravity "800"
// Player - Communication
sv_full_alltalk "1"
sm_deadtalk "1"
sv_alltalk "1"
sv_deadtalk "1"
sv_talk_enemy_dead "1"
sv_talk_enemy_living "1"
//BOTS
bot_difficulty "1"
bot_chatter "off"
bot_join_after_player "0"
bot_quota "0"
bot_quota_mode "fill"
bot_difficulty "3"
//SERVER
sv_cheats "0"
sv_lan "0"
sv_region "3"
sv_hibernate_when_empty "0"
sv_hibernate_postgame_delay "0"
sv_hibernate_ms "0"
sv_hibernate_ms_vgui "0"
host_players_show "2"
host_info_show "2"
sv_pure_kick_clients "0"
sv_pure "0"
//BAN AND KICK
exec banned_user.cfg
exec banned_ip.cfg
writeid
writeip
// fixes
sv_ladder_scale_speed "1"
sv_clamp_unsafe_velocities "0"
mp_solid_teammates "1"
mp_backup_round_file_last ""
mp_backup_round_file_pattern ""
mp_backup_round_file ""
mp_t_default_secondary ""
mp_ct_default_secondary ""
// Server Query
// More info at: https://www.gametracker.com/games/csgo/forum.php?thread=91691
host_name_store 1
host_info_show 1
host_players_show 2
mp_give_player_c4 0
// Ammo fix
ammo_338mag_max "999"
ammo_357sig_max "999"
ammo_357sig_min_max "999"
ammo_357sig_p250_max "999"
ammo_357sig_small_max "999"
ammo_45acp_max "999"
ammo_50AE_max "999"
ammo_556mm_box_max "999"
ammo_556mm_max "999"
ammo_556mm_small_max "999"
ammo_57mm_max "999"
ammo_762mm_max "999"
ammo_9mm_max "999"
ammo_buckshot_max "999"
// Fix that CT always win when round ends.
mp_default_team_winner_no_objective "3"