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:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
316:
317:
318:
319:
320:
321:
322:
323:
324:
325:
326:
327:
328:
329:
330:
331:
332:
|
//********************************************************************************************************
// Call of Duty 4 - AWE4 Modification
//********************************************************************************************************
// author : Wizzard220 and Tally
// website : http://forums.raidersmerciless.com/index.php
// mod : AWE4 MultiMode
// version : 3.0.2
// update : September 2008
//********************************************************************************************************
//#############################################################################################################################
// AWE MULTI MODE SWITCHES
//#############################################################################################################################
//========================================================================================================
// Set Only 1 (One) of these at any one time. So, all the others should be set to 0, while one of them
// should be set to 1. Then, uncomment (remove the double //) from in front of its config file (if it
// has one).
//========================================================================================================
//========================================================================================================
// AWE MODWARFARE (DEFAULT MODE)
//========================================================================================================
//if set to 1, uncomment the config execution.
//set awe_modwarfare 0
//exec modwarfare.cfg
//========================================================================================================
// AWE POWER RANK
//========================================================================================================
//if set to 1, uncomment the config execution.
set awe_power_rank 1
exec power_rank.cfg
//========================================================================================================
// AWE STOCK RANKING
//========================================================================================================
//Set this to activate stock ranking with unlocks for each level
//set awe_stock_ranking 0
//==============================================================================
// AWE FORCE WEAPONS
//==============================================================================
//if set to 1, uncomment the config execution.
set awe_force_weapons 0
//exec forceweapons.cfg
//=========================================================================================================
// AWE Oldschool Mode
//=========================================================================================================
//If set to 1, uncomment the config execution.
//set awe_oldschool 0
//exec oldschool.cfg
//#############################################################################################################################
// END MULTI MODE SWITCHES
//#############################################################################################################################
//=========================================================================================================
// AWE Hardcore (works with any AWE4 MultiMode except AWE OldSchool)
//=========================================================================================================
//Do not use with AWE OldSchool. The health values will conflict. 1 = on, 0 = off. Default = 0.
set awe_hardcore 1
//Dvar to set minimap on all the time. 0 = off (default), 1 = on.
//set awe_hardcore_show_minimap 0
//*********************************************************************************************************
// AWE PRE MATCH SETTINGS AND TEAM BALANCING
//*********************************************************************************************************
//=========================================================================================================
// In order to get teambalancing next round working, AWE4 made changes to some stock IW settings.
// If "awe_teambalance_nextround" is set to 1, or if gametype delay is used,
// scr_game_playerwaittime/scr_game_matchstarttime do not work
//=========================================================================================================
//Team Balance. Must be set to 1 even if you have awe_teambalance_nextround on
set awe_teambalance 1
//set this if you want balancing second round onwards, turn off if you want balancing every round
set awe_teambalance_nextround 0
//does not work with balance next round or gametype delay
set scr_game_playerwaittime 0
//does not work with balance next round or gametype delay
set scr_game_matchstarttime 0
//Pre Match Warm Up. max: 30 mins (1800 seconds)
set awe_gametype_delay 0
//*********************************************************************************************************
// AWE SERVER SETTINGS (Misc)
//*********************************************************************************************************
//AWE Long Range Sniper Rifles. Increases range to 1000 units. 1 = long range, 0 = stock. Default = 0
set awe_longrange_sniper_weapons 0
//Anti Lag override
set awe_anti_lag 0
//show INTEL box on connecting screen
set awe_show_intelbox 1
//grace period time. Max: 45 seconds
set awe_graceperiod 10
//force auto assign
set awe_force_autoassign 0
//turn off or on deathicons
set awe_death_icons 0
//turn off grenade indicators. 1 = off, 0 = on (default = 1)
set awe_no_grenadeindicator 0
//length of time on leader boards before rotating. max: 120 secs
set awe_intermission_time 15
//toggle shellshock effects
set awe_shellshock 1
//toggle earthquake effects
set awe_earthquakes 1
//edit server gravity. default = 800
set awe_gravity 800
//*********************************************************************************************************
// AWE ANTI SPRINT
//*********************************************************************************************************
//Disables Sprinting for all players at match start. Set between 1 - 99 to determine length of time in
// seconds. Default = 0
set awe_anti_sprint 0
//*********************************************************************************************************
// AWE WEAPON POOLS
//*********************************************************************************************************
//=========================================================================================================
// Will only work for maps supporting SAB when running TDM, FFA or CH. If your server crashes on a custom map
// when running any of those gametypes, check if the map supports SAB.
//=========================================================================================================
//Toggle on or off - 1 = on, 0 = off (default = off)
set awe_weapon_pools 1
//time for weapons to respawn
set awe_weappool_respawntime 20
//Set number of weapons to spawn. Max = 6
set awe_weappool_maxnum 6
set awe_weappool_objectivepoints 1
//Set the weapons to use. Get a list of these from the bottom of forceweapons.cfg
//Must match number of weapons to spawn.
set awe_weappool_weapname1 "mp5_mp"
set awe_weappool_weapname2 "g36c_silencer_mp"
set awe_weappool_weapname3 "m16_silencer_mp"
set awe_weappool_weapname4 "dragunov_mp"
set awe_weappool_weapname5 "m21_mp"
set awe_weappool_weapname6 "winchester1200_mp"
//*********************************************************************************************************
// AWE4 ANTI CAMPER
//*********************************************************************************************************
// Maximum allowed camping time, in seconds (0 = disabled, default = 0)
//set awe_anticamp_time 60
// Minimum distance to move away to escape from camping, in COD units (default = 150)
//set awe_anticamp_distance 150
// Time interval between punishments, in seconds (default = 20)
//set awe_anticamp_interval 20
// Consider a player using a turret (fixed or mobile) as a camper (0 = no, 1 = yes, default = 0)
//set awe_anticamp_turret 0
//=========================================================================================================
// Punishments sequence for campers:
// A sequence of punishment methods that will be applied to the camper in that order (default = "3 2 6")
// Beware that some punishments (5, 6, 7) will end the sequence as the player will no longer be camping afterwards !
// 0 = random, any of the following
// 1 = lose 50% health every 5 seconds
// 2 = go prone, drop weapon, keep in shellshock
// 3 = disable weapon
// 4 = kill
// 5 = kick
// 6 = explode
//=========================================================================================================
//set awe_anticamp_punishments "3 2 6"
//=========================================================================================================
// Anti camping works as follows :
// After awe_anticamp_time seconds, the player will get a warning message.
// Then if he's still camping after awe_anticamp_interval seconds, he will receive the 1st punishment.
// Then, after awe_anticamp_interval more seconds, he will receive the 2nd punishement, and so on.
// When the end of the sequence is reached, the sequence will restart at the 1st item (eg by
// default : 2 3 4 6 2 3 4 6 2...)
// If the player moves away, his punishment will stop and he will obviously no longer be considered as a camper.
//
//=========================================================================================================
//********************************************************************************************************
// AWE TURRET CONTROL
//********************************************************************************************************
//Toggle Map turrets off or on. 1 = disallow them. 0 = allow them. default = 0
set awe_disallow_turret 0
//*********************************************************************************************************
// AWE MAP ROTATION SETTINGS
//*********************************************************************************************************
//=========================================================================================================
// Automaticly try to fix errors in maprotation (0 = no, 1 = yes) (default 0)
// After this has been done the dvar will be set to "0" so that it will only run when you start the server
// or reload your config file.
//=========================================================================================================
set awe_fix_maprotation "1"
//=========================================================================================================
// Use random map rotation (0 = off, 1 = on) (default 0)
// See the use_readme file for an explanation how this works.
//=========================================================================================================
//set awe_random_maprotation "0"
// Rotate map if server is empty for x seconds (0 = disable feature) (default 30)
set awe_rotate_if_empty "120"
//**********************************************************************************************************
// AWE TEAM SWITCH
//**********************************************************************************************************
//Do not have both set to "1" - otherwise switching wont work!
set awe_switchteams 0 //set this to "1" to switch every round
set awe_switchteams_halftime 5 //set this to HALF your roundlimit (roundlimit must be an even number)
//*********************************************************************************************************
// AWE MESSAGE CENTER
//*********************************************************************************************************
//=========================================================================================================
// Welcome Messages
//=========================================================================================================
set awe_welcome_msg_num 2 //Must set the amount of welcome messages * max: 5
set awe_welcome_msg_delay 4 //Delay between each welcome message
set awe_welcome_msg_type 0 //Set this to "1" if you dont want ticker-tape type welcome
set awe_welcome_msg1 "Welcome to ^1*|^3Verni@hter's Maptest Server^1|*"
set awe_welcome_msg2 "Running ^1*|^3AWE4 beta^1|*"
//=========================================================================================================
// Server Messages
//=========================================================================================================
// Delay between server messages in seconds (default 30)
set awe_message_delay "30"
// Show next map and/or gametype as first message (0 = no, 1 = only map, 2 = lite, 3 = normal, 4 = extra) (default 2)
set awe_message_next_map "0"
// Loop messages (0 = no, 1 = yes) (default 1)
set awe_message_loop "1"
// Show messages for each player, idealy use this when message looping is turned off (0 = no, 1 = yes) (default 0)
//set awe_message_individual "0"
set awe_message0 "^2No Recruiting Or Voice Chat Spamming"
set awe_message1 "^3Cheaters Will be Banned"
set awe_message2 "visit me at ^2http://www.tallys-world.com"
//*************************************************************************************************************
// AWE ENDGAME MAP VOTING
//*************************************************************************************************************
//=============================================================================================================
// Vote for the next map from 7 random candidates (0 = no, 1 = yes) (default 0)
//
// NOTE! Enabling this will disable random maprotation and the next map/gametype messages
//=============================================================================================================
set awe_map_vote "0"
// Timout for voting in seconds (min 10, max 180) (default 30)
set awe_map_vote_time "30"
// Make last alternative an option to replay the same map (0 = no, 1 = yes) (default 0)
set awe_map_vote_replay "0"
//=============================================================================================================
// NEXT MAP VOTE EXTENSION FEATURES
//
// This feature allows you to use the next map voting option in a different way.
// Next map/gametype will not be chosen from the rotation, but from a list specified by the following dvars :
//
// awe_map_vote_gametypes : set the available gametypes on your server you allow to vote for
// awe_map_vote_<gametype>_maps : for each of the gametype that you have set in awe_map_vote_gametypes, you have to
// specify all the maps that you allow to vote for and that are available for that gametype
//
// This helps to avoid voting for incompatible or unwanted maps/gametypes
// Example :
// set awe_map_vote_gametypes "ctf war dm"
// set awe_map_vote_ctf_maps "mp_bloc mp_strike mp_citystreets mp_overgrown"
// set awe_map_vote_war_maps "mp_vacant mp_countdown mp_bog"
// set awe_map_vote_dm_maps "mp_cargoship mp_shipment mp_showdown mp_convoy"
// set sv_mapRotationCurrent ""
//
// During map vote, 5 couples of map/gametype will be randomly choosen and proposed to the player.
//
// For instance, with the example above:
// Bloc(war)
// Strike(dm)
// Showdown(war)
// Vacant(ctf)
// Overgrown(dm)
//
// 2nd Example: CTF map voting
// set awe_map_vote_gametypes "ctf"
// set awe_map_vote_ctf_maps "mp_bloc mp_strike mp_citystreets mp_overgrown mp_showdown mp_countdown mp_bloc mp_cargoship mp_farm"
// set g_gametype "ctf"
// set sv_mapRotationCurrent ""
//
//=============================================================================================================
//*********************************************************************************************************
// AWE MOD INFO
//*********************************************************************************************************
//When on, this replaces the XP ticker along the bottom of the screen. When off, the XP ticker returns (see also clan (text) logo)
//1 = show, 0 = dont show (default = 1)
set awe_show_modinfo 1
//*********************************************************************************************************
// AWE CLAN LOGO (Text)
//*********************************************************************************************************
//When on, this replaces the XP ticker along the bottom of the screen. When off, the XP ticker returns (see also mod info)
//1 = left, 2 = center, 0 = dont show (default = 1)
set awe_show_server_logo 1
//Text to use
set awe_server_logo_text "^1*|^3Verni@hter's Maptest Server^1|*"
//*********************************************************************************************************
// AWE CLAN LOGO (Shader)
//*********************************************************************************************************
set awe_show_logo 1 //must be set to 1 to show either awe logo, or custom one.
set awe_logo_looptime 25 //max is 1 hour
//=========================================================================================================
// These settings set the image file to use. If no custom image has been used, keep to using the stock
// awe logo (logo00.iwi). If a custom one has been created (by editing logo01.iwi), use the custom one
//=========================================================================================================
set awe_use_awe_logo 0
//Custom logo
set awe_use_custom_logo 0
//set the width of your custom logo. Max is 512
set awe_custom_logo_width 120
//set the depth of your custom logo. Max is 512
set awe_custom_logo_depth 120
|