-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.cfg
196 lines (165 loc) · 4.42 KB
/
config.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
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
// Call of Duty 4: Modern Warfare - Dedicated Server generated (RANKED) Config File
// Server Informationen
sets sv_hostname "^1UWE ^7Server"
sets _Admin "^1UWE ^7Server"
sets _Email ""
sets _Website ""
sets _Location "Germany"
sets _Irc ""
// Log Einstellungen
set g_synclog "2"
set logfile "1"
set g_log "games_mp.log"
// Passwort Einstellungen
set rcon_password ""
set sv_privatePassword ""
set g_password ""
// Spieler Anzahl
set sv_maxclients "32"
set sv_privateclients ""
// Ping
set sv_minping "0"
set sv_maxping "0"
// Client Download Einstellungen
set sv_allowdownload "1"
seta sv_wwwDownload "1"
seta sv_wwwDlDisconnected "1"
// Rate
set sv_maxRate "1000000"
// FPS
set sv_fps "20"
// Kickt inaktive Spieler
set sv_timeout "300"
set sv_zombietime "1"
set g_inactivity "0"
set g_inactivityspectator "0"
// AntiFlood Einstellungen
set sv_floodProtect "1"
set sv_reconnectlimit "3"
set g_no_script_spam "1"
// Anti Cheat Einstellungen
set sv_disableClientConsole "0"
set cl_autocmd "0"
set sv_pure "1"
set g_banIPs ""
// Temporaerer Bann, in Sekunden
set sv_kickBanTime "1"
// In-Game Sprachkommunikation
set sv_voice "1"
set sv_voiceQuality "1"
set voice_deadChat "1"
set voice_global "0"
set voice_localEcho "0"
set winvoice_mic_mute "1"
// Team-Balance und Voting
set scr_teambalance "0"
set g_allowvote "1"
// Andere Gameplay Einstellungen
// General
set scr_game_allowkillcam "1"
set scr_game_onlyheadshots "0"
set scr_game_deathpointloss "0"
set scr_game_suicidepointloss "0"
set scr_team_teamkillpointloss "0"
set scr_game_spectatetype "1"
set scr_game_forceuav "0"
set scr_game_hardpoints "1"
// Hardpoints
set scr_hardpoint_allowairstrike "1"
set scr_hardpoint_allowartillery "1"
set scr_hardpoint_allowuav "1"
set scr_hardpoint_allowhelicopter "1"
// Teams
set scr_team_fftype "0"
set scr_team_teamkillspawndelay "5"
set scr_team_kickteamkillers "0"
// Spieler
set scr_player_maxhealth "100"
set scr_player_suicidespawndelay "0"
set scr_player_healthregentime "5"
set scr_player_forcerespawn "3"
set scr_player_sprinttime "4"
// UI
set scr_hardcore "0"
set scr_oldschool_mw "0"
set ui_hud_obituaries "1"
set ui_hud_showobjicons "1"
// Andere Einstellungen
set sv_allowAnonymous "0"
set g_antilag "0"
set g_compassShowEnemies "0"
//******************************************************************************
// Es hagelt Verbote und Vergeltung auf die Drecksnoobs
//******************************************************************************
set att_forbid_attachement_weapon_gl "1"
set perk_forbid_specialty_fraggrenade "1"
set perk_forbid_specialty_grenadepulldeath "1"
set perk_forbid_specialty_bulletdamage "1"
// Spieltyp Einstellungen
set g_gametype "sd"
// Deathmatch
set scr_dm_scorelimit "150"
set scr_dm_timelimit "10"
set scr_dm_roundlimit "1"
set scr_dm_numlives "0"
set scr_dm_playerrespawndelay "0"
set scr_dm_waverespawndelay "0"
// Domination
set scr_dom_scorelimit "200"
set scr_dom_timelimit "0"
set scr_dom_roundlimit "1"
set scr_dom_numlives "0"
set scr_dom_playerrespawndelay "0"
set scr_dom_waverespawndelay "0"
// Team Deathmatch
set scr_war_scorelimit "750"
set scr_war_timelimit "10"
set scr_war_roundlimit "1"
set scr_war_numlives "0"
set scr_war_playerrespawndelay "0"
set scr_war_waverespawndelay "0"
// Sabotage
set scr_sab_scorelimit "1"
set scr_sab_timelimit "20"
set scr_sab_roundlimit "0"
set scr_sab_numlives "0"
set scr_sab_playerrespawndelay "7.5"
set scr_sab_waverespawndelay "0"
set scr_sab_roundswitch "1"
set scr_sab_bombtimer "30"
set scr_sab_planttime "2.5"
set scr_sab_defusetime "5"
set scr_sab_hotpotato "0"
// Hauptquatier
set scr_koth_scorelimit "250"
set scr_koth_timelimit "15"
set scr_koth_roundlimit "1"
set scr_koth_numlives "0"
set scr_koth_roundswitch "1"
set scr_koth_playerrespawndelay "0"
set scr_koth_waverespawndelay "0"
set koth_autodestroytime "60"
set koth_spawntime "0"
set koth_kothmode "0"
set koth_capturetime "20"
set koth_destroytime "10"
set koth_delayPlayer "0"
set koth_spawnDelay "60"
// Suchen & Zerstoeren
set scr_sd_scorelimit "8"
set scr_sd_timelimit "2.5"
set scr_sd_roundlimit "0"
set scr_sd_numlives "1"
set scr_sd_playerrespawndelay "0"
set scr_sd_waverespawndelay "0"
set scr_sd_roundswitch "3"
set scr_sd_bombtimer "35"
set scr_sd_planttime "5"
set scr_sd_defusetime "5"
set scr_sd_multibomb "0"
set scr_game_playerwaittime "15"
set scr_game_matchstarttime "15"
set scr_game_roundstarttime "5"
set scr_xp_cheat "0"
set scr_player_revivetime "3000"
set scr_player_revivetimeincrease "1000"