EDIT: vieleicht ist es ja sinvoll, die config_mp.cfg sowie die awe.cfg zu posten.
awe.cfg
/////////////
// General //
/////////////
// Disable AWE (0 = no, 1 = yes) (default 0)
// Setting this to 1 will disable AWE.
//set awe_disable "0"
// Show AWE logo under compass (0 = off, 1 = on) (default 1)
set awe_show_logo "1"
// Disable minefields? (0 = no, 1 = yes) (default 0)
//set awe_disable_minefields "0"
// Show number of alive players in each team (0 = off, 1 = on) (default 0)
//set awe_show_team_status "0"
// Killcam time in seconds (default 7)
//set awe_killcam_time "7"
// Show health bar (0 = no, 1 = yes) (default 0)
//set awe_show_health_bar "0"
// 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 "0"
// Use random map rotation (0 = off, 1 = on) (default 0)
// See the readme file for an explanation how this works.
//set awe_random_maprotation "0"
// Rotate map if server is empty for x minutes (0 = disable feature) (default 30)
//set awe_rotate_if_empty "30"
// 0 = no painsounds, 1 = painsounds (default 1)
//set awe_painsound "1"
// 0 = no deathsounds, 1 = deathsounds (default 1)
//set awe_deathsound "1"
// Automaticly check for and rename any duplicate player names (0 = off, 1 = on) (default 0)
//set awe_dupecheck "0"
// Pop helmets (0 = off, other value = chance in percent that helmet will pop) (default 50)
//set awe_pophelmet "50"
// Pop heads (0 = off, other value = chance in percent that head will pop) (default 0)
set awe_pophead "20"
// The following dvars controls which things trigger the pophead code (0 = off, 1 = on) (default 1)
//set awe_pophead_bullet "1" // rifles, snipers and turrets
//set awe_pophead_melee "1" // Melee
//set awe_pophead_explosion "1" // Explosions
// Blood splatter on screen (0 = off, 1 = on) (default 0)
set awe_bloodyscreen "1"
// Cold breath effect in winter maps (0 = no, 1 = yes) (default 0)
set awe_cold_breath "1"
// Models to use for the crush punishment
// NOTE! Every model increases the size of the gamestate, a too large gamestate will crash clients and/or server
set awe_crush_model0 "furniture_piano_d"
//set awe_crush_model1 "cow_dead_1"
//set awe_crush_model2 "horse_dead_2"
//set awe_crush_model3 "furniture_toilet"
// Other examples
//set awe_crush_model4 "cow_dead_2"
//set awe_crush_model5 "cow_dead_3"
//set awe_crush_model6 "horse_dead_1"
//set awe_crush_model7 "furniture_frenchbathtubporcelain"
//set awe_crush_model8 "vehicle_german_armored_car_d"
//set awe_crush_model9 "vehicle_civilian_car_d"
//set awe_crush_model10 "vehicle_civilian_car_red_d"
//set awe_crush_model11 "vehicle_civilian_car_white_d"
//set awe_crush_model12 "vehicle_tiger_snow_d"
// Stop clientside dvar exploits like r_lodscale, r_lighttweakambient and mss_Q3fs by forcing them to their default
// values. (0 = no, 1 = yes) (default 1)
//set awe_stop_client_exploits "1"
/////////////////
// Fall Damage //
/////////////////
//
// Allow players to suffer damage when falling between min and max heights.
// The amount of damage is a function of the fall height between min & max
//
// Enable Fall Damage. (0 = no, 1 = yes) (default 0)
set awe_falldamage "1"
// Minimum height to fall to suffer damage (default 256)
set awe_minfallheight "256"
// Maximum height to fall before dying (default 480)
set awe_maxfallheight "480"
////////////////////
// Turret options //
////////////////////
// Disable all MG42s in the map (0 = no, 1 = yes) (default 0)
set awe_mg42_disable "1"
// Disable all 30Cals in the map (0 = no, 1 = yes) (default 0)
set awe_30cal_disable "0"
// Times before a turret overheats (0 = disabled, any other = time in seconds (default 10)
//set awe_turret_overheat "10"
// Time before an overheated turret starts to cool down (time in seconds) (default 5)
//set awe_turret_cooldown "5"
////////////////////////////////
// Weapon and grenade options //
////////////////////////////////
// Use cookable grenades (0 = no, 1 = yes, 2 = yes but also shortens the throw distance to 75%, 3 = same thing but 50%) (default 1)
//set awe_grenade_cooking "1"
// Override the default number of grenades (0 = don't override, other value = number of grenades) (default 0) (max 3)
//set awe_grenade_count "0"
// Randomize number of grenades (0 = no, 1 = minimum 1 grenade, 2 = minimum 0 grenades) (default 0)
// If awe_grenade_count is used it will use that as the max number, otherwise it will
// use the weaponbased grenade count as max number of grenades.
//set awe_grenade_count_random "0"
// Override the default number of smoke grenades (0 = don't override, other value = number of grenades) (default 0) (max 1)
//set awe_smokegrenade_count "0"
// Randomize number of smoke grenades (0 = no, 1 = minimum 1 grenade, 2 = minimum 0 grenades) (default 0)
// If awe_smokegrenade_count is used it will use that as the max number, otherwise it will
// use the weaponbased grenade count as max number of grenades.
//set awe_smokegrenade_count_random "0"
// Use colored smoke grenades (0 = no, 1 = Dale's colored smoke grenades, DaveW's colored smoke grenades) (default 1)
//set awe_colored_smokes "1"
// Secondary weapon (0 = pistol, 1 = select from same team, 2 = select from the other team) (default 0)
set awe_secondary_weapon "1"
/////////////////////
// Forcing weapons //
/////////////////////
// This variables allow you to force specific weapons regardless of what the player choosed in the weapon menu
// By default these dvars are set to be empty which means it will not force weapons.
// If you set a variable to "none", that weapon slot will be disabled.
//
// You can override this settings for each team.
// For example:
// set awe_force_secondary "panzerfaust_mp"
// set awe_force_secondary_russian "fg42_mp"
//
// Example 2:
// set awe_force_secondary_american "bar_mp"
// set awe_force_secondary_british "bren_mp"
// set awe_force_secondary_german "mp44_mp"
// set awe_force_secondary_russian "fg42_mp"
//
//set awe_force_primary "" // Valid values:
//set awe_force_secondary "" // "colt_mp" "m1carbine_mp" "m1garand_mp" "greasegun_mp" "thompson_mp" "bar_mp" "springfield_mp"
// "webley_mp" "enfield_mp" "sten_mp" "bren_mp" "enfield_scope_mp"
// "tt30_mp" "mosin_nagant_mp" "svt40_mp" "pps42_mp" "ppsh_mp" "mosin_nagant_sniper_mp"
// "luger_mp" "kar98k_mp" "g43_mp" "mp40_mp" "mp44_mp" "kar98k_sniper_mp"
// "shotgun_mp"
// "none"
//////////////
// Laserdot //
//////////////
// Enable laserdot (0 = disabled, 1 = use red dot shader used by compass, 2 = use standard square shader) (default 0)
set awe_laserdot "1"
// Laserdot transparency (0 = invisible, 1 = solid) (default 0.
set awe_laserdot_alpha "1"
// Size of dot
set awe_laserdot_size "6" // Default for red dot shader
//set awe_laserdot_size "2" // Default for square shader
// Color (default 1,0,0)
// NOTE! Those are only used if awe_laserdot is set to "2"
//set awe_laserdot_red "1"
//set awe_laserdot_green "0"
//set awe_laserdot_blue "0"
//////////////////////
// Spawn protection //
//////////////////////
// Number of seconds that a spawned player is protected (0 = off) (default 0)
set awe_spawn_protection "5"
// The allow range to move before spawn protection is turned off. (default 50)
//set awe_spawn_protection_range "50"
// Hud element indicating protection (0 = off, 1 = small, 2 = LARGE) (default 1)
//set awe_spawn_protection_hud "1"
// Headicon indicating protection (0 = off, 1 = on) (default 1)
set awe_spawn_protection_headicon "0"
// Drop weapon if shooting someone while spawnprotected (0 = no, 1 = yes) (default 0)
//set awe_spawn_protection_dropweapon "0"
// Disable weapon while spawnprotected (0 = no, 1 = yes) (default 0)
//set awe_spawn_protection_disableweapon "0"
/////////////////
// Healthpacks //
/////////////////
//
// Each healthpack will get a random number of healthpoints between the min and max value
//
// Use healthpacks (0 = no, 1 = yes, 2 = yes, but do no print message) (default 0)
//set awe_healthpacks "0"
// Minimum number of healthpoints in a healthpack (defailt 15)
//set awe_healthpacks_min "15"
// Maximum number of healthpoints in a healthpack (defailt 65)
//set awe_healthpacks_max "65"
//////////////////////////////////
// Override CoD2 standard stuff //
//////////////////////////////////
// Allow team selection (0 = no, 1 = yes) (default 1)
//set awe_allow_team_select "1"
// Use death icons (0 = off, 1 = on) (default 1)
//set awe_death_icons "1"
// Use grenade icons (0 = off, 1 = on) (default 1)
//set awe_nade_icons "1"
// Drop weapon on death (0 = off, 1 = on) (default 1)
//set awe_drop_weapon "1"
// Drop grenades on death (0 = off, 1 = on) (default 1)
//set awe_drop_nade "1"
// Allow pistols (0 = no, 1 = yes) (default 1)
//set awe_allow_pistols "1"
// Use shellshock (0 = off, 1 = on) (default 1)
//set awe_shellshock "1"
// Use HUD score (0 = off, 1 = on, 2 = on but does not show scorelimit) (default 1)
//set awe_hud_score "1"
// Use objective points (0 = off, 1 = on) (default 1)
//set awe_objective_points "1"
// Use damage feedback (0 = off, 1 = on) (default 1)
//set awe_damage_feedback "1"
// Allow crosshair (0 = no, 1 = yes, 2 = force it on) (default 1)
set awe_allow_crosshair "1"
// Allow crosshair names (0 = no, 1 = yes, 2 = force it on) (default 1)
set awe_allow_crosshair_names "0"
// Allow crosshair to switch color while aiming at enemies (0 = no, 1 = yes, 2 = force it on) (default 1)
set awe_allow_crosshair_color "1"
// Gravity in percent of the default gravity (default 100)
set awe_gravity "100"
// Game speed in percent of the default speed (default 100)
set awe_speed "105"
// Force fading of the red compass dots to be quicker than default (0 = no, 1 = yes) (default 1)
//set awe_quickfade_compass_dots "0"
// Respawn delay in seconds for CTF (default 10)
//set scr_ctf_respawndelay "10"
// Respawn delay in seconds for HQ (default 10)
//set scr_hq_respawndelay "10"
// Score for planting in SD (default 0)
//set scr_sd_plantscore "0"
// Score for defusing in SD (default 0)
//set scr_sd_defusescore "0"
///////////////////
// Ammo limiting //
///////////////////
// Unlimited ammo (0 = no, 1 = yes, 2 = yes + unlimited clip) (default 0)
set awe_unlimited_ammo "1"
// Unlimited grenades (0 = no, 1 = yes) (default 0)
//set awe_unlimited_grenades "0"
// Unlimited smoke grenades (0 = no, 1 = yes) (default 0)
//set awe_unlimited_smokegrenades "0"
// Minimum ammo in percent of max ammo for weapon (default 100)
//set awe_ammo_min "100"
// Maximum ammo in precent of max ammo for weapon (default 100)
//set awe_ammo_max "100"
// For example, if a certain weapon have a max ammo of 360, this setup will give
// the player a randomized ammo of 180(50%) to 270(75%)
// It will be applied for all weapons except grenades and panzerfausts.
//set awe_ammo_min "50"
//set awe_ammo_max "75"
/////////////////////
// Weapon limiting //
/////////////////////
// Sets the maximum number of weapons for each type and team (0 = no limit) (default 0)
// A weapon that has reached the limit will automaticly be removed if dropped.
//
//set awe_rifle_limit "0"
//set awe_boltrifle_limit "0"
//set awe_semirifle_limit "0"
//set awe_smg_limit "0"
//set awe_assault_limit "0"
//set awe_sniper_limit "0"
//set awe_shotgun_limit "0"
// !! NOTE !! Enabling limiting of bolt and/or semi rifle will disable the rifle limit
// Rifles: M1 Carbine, M1 Garand, Nagant, SVT40, Kar98k, Gewehr43, Enfield
// Bolt Rifles: M1 Carbine, Nagant, Kar98k, Enfield
// Semi Rifles: M1 Garand, SVT40, Gewehr43
// SMG: Greasegun, Thomson, Sten, PPS42, MP40
// Assault: Bar, Bren, PPSh, MP44
// Snipers: Springfield, Scoped Enfield, Scoped Nagant, Scoped Kar98k
// Shotguns: Shotguns
////////////////////////
// Dead body handling //
////////////////////////
// Remove bodies (0 = no, any other value = time in seconds before removing the body) (default 0)
set awe_remove_bodies "10"
// Sink body before removing (0 = no, 1 = yes) (default 1)
set awe_remove_bodies_sink "1"
//////////////
// Tripwire //
//////////////
// Enable tripwires (0 = no, 1 = yes, 2 = don't count teamkills, 3 = don't trigger on teammates) (default 0)
set awe_tripwire "1"
// Tripwire for each team (in DM, IHTF and LMS this number will be doubled) (default 5)
//set awe_tripwire_limit "5"
// Display warning for teammates (0 = no, 1 = yes) (default 1)
//set awe_tripwire_warning "1"
// Time needed to place a tripwire (default 3)
set awe_tripwire_plant_time "3"
// Time needed to pickup/defuse a tripwire from the same team (default 5) (0 = impossible to defuse)
//set awe_tripwire_pick_time_sameteam "5"
// Time needed to pickup/defuse a tripwire from the other team (default

(0 = impossible to defuse)
// NOTE! For non-team based gametypes, all tripwires are treated as otherteam.
//set awe_tripwire_pick_time_otherteam "8"
////////////////////
// Fog overriding //
////////////////////
//
// Those settings should be always be tuned for each map.
// See fog.cfg for some examples.
//
// String containing ExpFog information (default "none")
// set awe_efog "none"
//
// efog is used like this
// set awe_efog "A B C D E F"
// A = chance in percent for fog to be overridden
// B = Fog density
// C = Fog density2, if set to anything but 0, the fog will fade between density and density2
// D = Fog color, red intensity (min 0, max 1)
// E = Fog color, green intensity (min 0, max 1)
// F = Fog color, blue intensity (min 0, max 1)
//////////////////////////////
// Unknown Soldier handling //
//////////////////////////////
// Make them reflect friendlyfire (0 = no, 1 = yes) (default 1)
// (This will stay effective until the next map even if they change their name.)
//set awe_unknown_reflect "1"
// Rename them automaticly (examples below)
// Player will get one of those names + a random number between 0 and 999.
// (They will still be threated like unknowns by the methods below and the friendlyfire reflect above.)
set awe_unknown_name0 "Namenloser Troll"
set awe_unknown_name1 "Noch ein Namenloser Troll."
// Override message to display to renamed players, set it to "none" to disable the message completely
// set awe_unknown_rename_msg "none"
// Use a method to pester them (default 0)
// (Changing their name will stop this)
// 0 = do nothing
// 1 = make them drop their weapon
// 2 = keep them in shellshock
//set awe_unknown_method "0"