// 1 1.0f // Channels // CHAN_AUTO = 0, // CHAN_WEAPON = 1, // CHAN_VOICE = 2, // CHAN_ITEM = 3, // CHAN_BODY = 4, // CHAN_STREAM = 5, // allocate stream channel from the static or dynamic area // CHAN_STATIC = 6, // allocate channel from the static area // these can be set with "channel" "2" or "channel" "chan_voice" //----------------------------------------------------------------------------- // common attenuation values //----------------------------------------------------------------------------- // DON'T USE THESE - USE SNDLVL_ INSTEAD!!! // ATTN_NONE 0.0f // ATTN_NORM 0.8f // ATTN_IDLE 2.0f // ATTN_STATIC 1.25f // ATTN_RICOCHET 1.5f // ATTN_GUNFIRE 0.27f // SNDLVL_NONE = 0, // SNDLVL_25dB = 25, // SNDLVL_30dB = 30, // SNDLVL_35dB = 35, // SNDLVL_40dB = 40, // SNDLVL_45dB = 45, // SNDLVL_50dB = 50, // 3.9 // SNDLVL_55dB = 55, // 3.0 // SNDLVL_IDLE = 60, // 2.0 // SNDLVL_TALKING = 60, // 2.0 // SNDLVL_60dB = 60, // 2.0 // SNDLVL_65dB = 65, // 1.5 // SNDLVL_STATIC = 66, // 1.25 // SNDLVL_70dB = 70, // 1.0 // SNDLVL_NORM = 75, // SNDLVL_75dB = 75, // 0.8 // SNDLVL_80dB = 80, // 0.7 // SNDLVL_85dB = 85, // 0.6 // SNDLVL_90dB = 90, // 0.5 // SNDLVL_95dB = 95, // SNDLVL_100dB = 100, // 0.4 // SNDLVL_105dB = 105, // SNDLVL_120dB = 120, // SNDLVL_130dB = 130, // SNDLVL_GUNFIRE = 140, // 0.27 // SNDLVL_140dB = 140, // 0.2 // SNDLVL_150dB = 150, // 0.2 "Default.Null" { "channel" "CHAN_VOICE" "volume" "1" "soundlevel" "SNDLVL_NORM" "pitch" "PITCH_NORM" "wave" "common/null.wav" } "Error" { "channel" "CHAN_VOICE" "volume" "1" "soundlevel" "SNDLVL_NORM" "pitch" "PITCH_NORM" "wave" "common/null.wav" } "BuyPreset.AlreadyBought" { "channel" "CHAN_VOICE" "volume" "1" "soundlevel" "SNDLVL_NORM" "pitch" "PITCH_NORM" "wave" "weapons/ClipEmpty_Rifle.wav" "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_foley" "mixer" { "mixgroup" "FoleyWeapons" } } } } "BuyPreset.CantBuy" { "channel" "CHAN_VOICE" "volume" "1" "soundlevel" "SNDLVL_NORM" "pitch" "PITCH_NORM" "wave" "weapons/ClipEmpty_Rifle.wav" "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_foley" "mixer" { "mixgroup" "FoleyWeapons" } } } } "BuyPreset.Updated" { "channel" "CHAN_VOICE" "volume" "0.3" "soundlevel" "SNDLVL_NORM" "pitch" "PITCH_NORM" "wave" "buttons/weapon_confirm.wav" } "HudChat.Message" { "channel" "CHAN_ITEM" "volume" "1" "soundlevel" "SNDLVL_NONE" "pitch" "PITCH_NORM" "wave" "common/talk.wav" } "Bot.Stuck1" { "channel" "CHAN_ITEM" "volume" "1" "soundlevel" "SNDLVL_NONE" "pitch" "PITCH_NORM" "wave" "common/stuck1.wav" } "Bot.Stuck2" { "channel" "CHAN_ITEM" "volume" "1" "soundlevel" "SNDLVL_NONE" "pitch" "PITCH_NORM" "wave" "common/stuck2.wav" } "buymenu_cant_buy.click" { "channel" "CHAN_ITEM" "soundlevel" "SNDLVL_NONE" "pitch" "PITCH_NORM" "wave" "UI/weapon_cant_buy.wav" } "VGUI_button.click" { "channel" "CHAN_ITEM" "soundlevel" "SNDLVL_NONE" "pitch" "PITCH_NORM" "wave" "UI/buttonclick.wav" } "VGUI_button.release" { "channel" "CHAN_ITEM" "soundlevel" "SNDLVL_NONE" "pitch" "PITCH_NORM" "wave" "UI/buttonclickrelease.wav" } "VGUI_button.rollover" { "channel" "CHAN_ITEM" "soundlevel" "SNDLVL_NONE" "pitch" "PITCH_NORM" "wave" "UI/buttonrollover.wav" } "BaseCombatCharacter.StopWeaponSounds" { "channel" "CHAN_WEAPON" "volume" "1" "soundlevel" "SNDLVL_75dB" "wave" "common/null.wav" } "BaseCombatCharacter.AmmoPickup" { "channel" "CHAN_STATIC" "volume" "0.2" "wave" "~items/pickup_ammo_02.wav" "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_foley" "block_entries" { "operator" "sys_block_entries" "execute_once" "true" "input_active" "1.0" "input_duration" "0.03" "match_substring" "false" "match_entry" "BaseCombatCharacter.AmmoPickup" //"match_sound" "common/null.wav" "match_channel" "false" "match_entity" "false" } "mixer" { "mixgroup" "FoleyWeapons" } } } } "Player.Swim" { "volume" "0.4, 0.7" "CompatibilityAttenuation" "1.0" "pitch" "PITCH_NORM" "rndwave" { "wave" "~player/footsteps/slosh1.wav" "wave" "~player/footsteps/slosh2.wav" "wave" "~player/footsteps/slosh3.wav" "wave" "~player/footsteps/slosh4.wav" } } "Player.Wade" { "channel" "CHAN_BODY" "volume" "0.2" "CompatibilityAttenuation" "1.0" "rndwave" { "wave" "~player/footsteps/wade1.wav" "wave" "~player/footsteps/wade2.wav" "wave" "~player/footsteps/wade3.wav" "wave" "~player/footsteps/wade4.wav" } } "Player.DrownContinue" { "channel" "CHAN_VOICE" "volume" "0.5" "CompatibilityAttenuation" "1.0" "wave" "common/null.wav" } "Player.Death" { "channel" "CHAN_VOICE" "volume" "0.7" "CompatibilityAttenuation" "1.0" "rndwave" { "wave" "~player/death1.wav" "wave" "~player/death2.wav" "wave" "~player/death3.wav" "wave" "~player/death4.wav" "wave" "~player/death5.wav" "wave" "~player/death6.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_foley" "block_entries" { "operator" "sys_block_entries" "execute_once" "true" "input_active" "1.0" "input_duration" "0.03" "match_substring" "false" "match_entry" "Player.Death" //"match_sound" "common/null.wav" "match_channel" "false" "match_entity" "false" } "mixer" { "mixgroup" "FoleyWeapons" } "volume_falloff" { "input_min" "32" "input_max" "900" //weapondraw } } } } "Player.DeathFem" { "channel" "CHAN_VOICE" "volume" "0.4" "CompatibilityAttenuation" "1.0" "rndwave" { "wave" "~player/death_fem_01.wav" "wave" "~player/death_fem_02.wav" "wave" "~player/death_fem_03.wav" "wave" "~player/death_fem_04.wav" "wave" "~player/death_fem_05.wav" "wave" "~player/death_fem_06.wav" "wave" "~player/death_fem_07.wav" "wave" "~player/death_fem_08.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_foley" "block_entries" { "operator" "sys_block_entries" "execute_once" "true" "input_active" "1.0" "input_duration" "0.03" "match_substring" "false" "match_entry" "Player.DeathFem" //"match_sound" "common/null.wav" "match_channel" "false" "match_entity" "false" } "mixer" { "mixgroup" "FoleyWeapons" } "volume_falloff" { "input_min" "32" "input_max" "900" //weapondraw } } } } "Player.PickupWeapon" { "channel" "CHAN_STATIC" "volume" "0.5" "wave" "~items/pickup_weapon_02.wav" "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_foley" "block_entries" { "operator" "sys_block_entries" "execute_once" "true" "input_active" "1.0" "input_duration" "0.03" "match_substring" "false" "match_entry" "Player.PickupWeapon" //"match_sound" "common/null.wav" "match_channel" "false" "match_entity" "false" } "mixer" { "mixgroup" "FoleyWeapons" } } } } "Player.PickupGrenade" { "channel" "CHAN_ITEM" "volume" "0.5" "CompatibilityAttenuation" "1.0" "wave" "~items/pickup_grenade_03.wav" "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_foley" "block_entries" { "operator" "sys_block_entries" "execute_once" "true" "input_active" "1.0" "input_duration" "0.03" "match_substring" "false" "match_entry" "Player.PickupGrenade" //"match_sound" "common/null.wav" "match_channel" "false" "match_entity" "false" } "mixer" { "mixgroup" "FoleyWeapons" } "volume_falloff" { "input_min" "32" "input_max" "1100" //weaponpickup } } } } "Player.PickupWeaponSilent" { "channel" "CHAN_ITEM" "volume" "1.0" "CompatibilityAttenuation" "1.0" "wave" "~items/pickup_quiet_01.wav" "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_foley" "mixer" { "mixgroup" "FoleyWeapons" } } } } "Player.WeaponSelected_CT" { "channel" "CHAN_ITEM" "volume" "0.05, 0.1" "soundlevel" "SNDLVL_NORM" "pitch" "98, 102" "rndwave" { "wave" "player/footsteps/new/suit_ct_01.wav" "wave" "player/footsteps/new/suit_ct_02.wav" "wave" "player/footsteps/new/suit_ct_03.wav" "wave" "player/footsteps/new/suit_ct_04.wav" "wave" "player/footsteps/new/suit_ct_05.wav" "wave" "player/footsteps/new/suit_ct_06.wav" "wave" "player/footsteps/new/suit_ct_07.wav" "wave" "player/footsteps/new/suit_ct_08.wav" "wave" "player/footsteps/new/suit_ct_09.wav" "wave" "player/footsteps/new/suit_ct_11.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_foley" "block_entries" { "operator" "sys_block_entries" "execute_once" "true" "input_active" "1.0" "input_duration" "0.03" "match_substring" "false" "match_entry" "Player.WeaponSelected_CT" //"match_sound" "common/null.wav" "match_channel" "false" "match_entity" "false" } "mixer" { "mixgroup" "FoleyWeapons" } } } } "Player.WeaponSelected_T" { "channel" "CHAN_ITEM" "volume" "0.05, 0.1" "soundlevel" "SNDLVL_NORM" "pitch" "98, 102" "rndwave" { "wave" "player/footsteps/new/suit_t_01.wav" "wave" "player/footsteps/new/suit_t_02.wav" "wave" "player/footsteps/new/suit_t_03.wav" "wave" "player/footsteps/new/suit_t_04.wav" "wave" "player/footsteps/new/suit_t_05.wav" "wave" "player/footsteps/new/suit_t_06.wav" "wave" "player/footsteps/new/suit_t_07.wav" "wave" "player/footsteps/new/suit_t_08.wav" "wave" "player/footsteps/new/suit_t_09.wav" "wave" "player/footsteps/new/suit_t_10.wav" "wave" "player/footsteps/new/suit_t_11.wav" "wave" "player/footsteps/new/suit_t_12.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_foley" "block_entries" { "operator" "sys_block_entries" "execute_once" "true" "input_active" "1.0" "input_duration" "0.03" "match_substring" "false" "match_entry" "Player.WeaponSelected_T" //"match_sound" "common/null.wav" "match_channel" "false" "match_entity" "false" } "mixer" { "mixgroup" "FoleyWeapons" } } } } ///// "Player.EquipArmor_CT" { "channel" "CHAN_ITEM" "volume" "0.1, 0.3" "soundlevel" "SNDLVL_NORM" "pitch" "98, 102" "rndwave" { "wave" "~player/footsteps/new/suit_ct_01.wav" "wave" "~player/footsteps/new/suit_ct_02.wav" "wave" "~player/footsteps/new/suit_ct_03.wav" "wave" "~player/footsteps/new/suit_ct_04.wav" "wave" "~player/footsteps/new/suit_ct_05.wav" "wave" "~player/footsteps/new/suit_ct_06.wav" "wave" "~player/footsteps/new/suit_ct_07.wav" "wave" "~player/footsteps/new/suit_ct_08.wav" "wave" "~player/footsteps/new/suit_ct_09.wav" "wave" "~player/footsteps/new/suit_ct_11.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_foley" "block_entries" { "operator" "sys_block_entries" "execute_once" "true" "input_active" "1.0" "input_duration" "0.03" "match_substring" "false" "match_entry" "Player.EquipArmor_CT" //"match_sound" "common/null.wav" "match_channel" "false" "match_entity" "false" } "mixer" { "mixgroup" "FoleyWeapons" } } } } "Player.EquipArmor_T" { "channel" "CHAN_ITEM" "volume" "0.1, 0.3" "soundlevel" "SNDLVL_NORM" "pitch" "98, 102" "rndwave" { "wave" "~player/footsteps/new/suit_t_01.wav" "wave" "~player/footsteps/new/suit_t_02.wav" "wave" "~player/footsteps/new/suit_t_03.wav" "wave" "~player/footsteps/new/suit_t_04.wav" "wave" "~player/footsteps/new/suit_t_05.wav" "wave" "~player/footsteps/new/suit_t_06.wav" "wave" "~player/footsteps/new/suit_t_07.wav" "wave" "~player/footsteps/new/suit_t_08.wav" "wave" "~player/footsteps/new/suit_t_09.wav" "wave" "~player/footsteps/new/suit_t_10.wav" "wave" "~player/footsteps/new/suit_t_11.wav" "wave" "~player/footsteps/new/suit_t_12.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_foley" "block_entries" { "operator" "sys_block_entries" "execute_once" "true" "input_active" "1.0" "input_duration" "0.03" "match_substring" "false" "match_entry" "Player.EquipArmor_T" //"match_sound" "common/null.wav" "match_channel" "false" "match_entity" "false" } "mixer" { "mixgroup" "FoleyWeapons" } } } } "Player.WeaponSelectionOpen_CT" { "channel" "CHAN_ITEM" "volume" "0.2" "soundlevel" "SNDLVL_NORM" "pitch" "98, 102" "rndwave" { "wave" "player/footsteps/new/suit_ct_01.wav" "wave" "player/footsteps/new/suit_ct_02.wav" "wave" "player/footsteps/new/suit_ct_03.wav" "wave" "player/footsteps/new/suit_ct_04.wav" "wave" "player/footsteps/new/suit_ct_05.wav" "wave" "player/footsteps/new/suit_ct_06.wav" "wave" "player/footsteps/new/suit_ct_07.wav" "wave" "player/footsteps/new/suit_ct_08.wav" "wave" "player/footsteps/new/suit_ct_09.wav" "wave" "player/footsteps/new/suit_ct_11.wav" } } "Player.WeaponSelectionOpen_T" { "channel" "CHAN_ITEM" "volume" "0.2" "soundlevel" "SNDLVL_NORM" "pitch" "98, 102" "rndwave" { "wave" ")player/footsteps/new/suit_t_01.wav" "wave" ")player/footsteps/new/suit_t_02.wav" "wave" ")player/footsteps/new/suit_t_03.wav" "wave" ")player/footsteps/new/suit_t_04.wav" "wave" ")player/footsteps/new/suit_t_05.wav" "wave" ")player/footsteps/new/suit_t_06.wav" "wave" ")player/footsteps/new/suit_t_07.wav" "wave" ")player/footsteps/new/suit_t_08.wav" "wave" ")player/footsteps/new/suit_t_09.wav" "wave" ")player/footsteps/new/suit_t_10.wav" "wave" ")player/footsteps/new/suit_t_11.wav" "wave" ")player/footsteps/new/suit_t_12.wav" } } "Player.WeaponSelectionClose_T" { "channel" "CHAN_ITEM" "volume" "0.2" "soundlevel" "SNDLVL_NORM" "pitch" "98, 102" "rndwave" { "wave" ")player/footsteps/new/suit_t_01.wav" "wave" ")player/footsteps/new/suit_t_02.wav" "wave" ")player/footsteps/new/suit_t_03.wav" "wave" ")player/footsteps/new/suit_t_04.wav" "wave" ")player/footsteps/new/suit_t_05.wav" "wave" ")player/footsteps/new/suit_t_06.wav" "wave" ")player/footsteps/new/suit_t_07.wav" "wave" ")player/footsteps/new/suit_t_08.wav" "wave" ")player/footsteps/new/suit_t_09.wav" "wave" ")player/footsteps/new/suit_t_10.wav" "wave" ")player/footsteps/new/suit_t_11.wav" "wave" ")player/footsteps/new/suit_t_12.wav" } } "Player.WeaponSelectionClose_CT" { "channel" "CHAN_ITEM" "volume" "0.2" "soundlevel" "SNDLVL_NORM" "pitch" "98, 102" "rndwave" { "wave" "player/footsteps/new/suit_ct_01.wav" "wave" "player/footsteps/new/suit_ct_02.wav" "wave" "player/footsteps/new/suit_ct_03.wav" "wave" "player/footsteps/new/suit_ct_04.wav" "wave" "player/footsteps/new/suit_ct_05.wav" "wave" "player/footsteps/new/suit_ct_06.wav" "wave" "player/footsteps/new/suit_ct_07.wav" "wave" "player/footsteps/new/suit_ct_08.wav" "wave" "player/footsteps/new/suit_ct_09.wav" "wave" "player/footsteps/new/suit_ct_11.wav" } } "Player.DamageHeadShot" { "channel" "CHAN_STATIC" "volume" "1.0" "soundlevel" "SNDLVL_64dB" "pitch" "PITCH_NORM" "rndwave" { "wave" "~)player/headshot1.wav" "wave" "~)player/headshot2.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_foley" "mixer" { "mixgroup" "FoleyWeapons" } } } } "Player.DamageHeadShotFeedback" { "channel" "CHAN_STATIC" "volume" "0.7" "soundlevel" "SNDLVL_NONE" "pitch" "PITCH_NORM" "rndwave" { "wave" "~)player/headshot1.wav" "wave" "~)player/headshot2.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_foley" "mixer" { "mixgroup" "FoleyWeapons" } "volume_falloff" { "input_min" "120.0" "input_max" "4000.0" } } } } "Player.DeathHeadShot" { "channel" "CHAN_STATIC" "volume" "1.0" "soundlevel" "SNDLVL_64dB" "pitch" "PITCH_NORM" "rndwave" { "wave" "~)player/headshot1.wav" "wave" "~)player/headshot2.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_foley" "mixer" { "mixgroup" "FoleyWeapons" } } } } "Player.DeathTaser" { "channel" "CHAN_VOICE" "volume" "1" "CompatibilityAttenuation" "1.0" "pitch" "PITCH_NORM" "rndwave" { "wave" "~hostage/hpain/hpain1.wav" } } "Player.HitByThrownWeapon" { "channel" "CHAN_VOICE" "volume" "1" "CompatibilityAttenuation" "1.0" "pitch" "PITCH_NORM" "rndwave" { "wave" "~hostage/hpain/hpain1.wav" } } "Player.DamageHelmet" { "channel" "CHAN_STATIC" "volume" "0.7" "soundlevel" "SNDLVL_NORM" "pitch" "PITCH_NORM" "wave" "~)player/bhit_helmet-1.wav" "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_foley" "mixer" { "mixgroup" "FoleyWeapons" } "volume_falloff" { "input_min" "120.0" "input_max" "1400.0" } } } } "Player.DamageHelmetFeedback" { "channel" "CHAN_STATIC" "volume" "0.7" "soundlevel" "SNDLVL_NONE" "pitch" "PITCH_NORM" "wave" "~)player/bhit_helmet-1.wav" "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_foley" "mixer" { "mixgroup" "FoleyWeapons" } "volume_falloff" { "input_min" "120.0" "input_max" "4000.0" } } } } "Player.DamageKevlar" { "channel" "CHAN_STATIC" "volume" "1" "soundlevel" "SNDLVL_NORM" "pitch" "PITCH_NORM" "rndwave" { "wave" "~player/kevlar1.wav" "wave" "~player/kevlar2.wav" "wave" "~player/kevlar3.wav" "wave" "~player/kevlar4.wav" "wave" "~player/kevlar5.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_foley" "mixer" { "mixgroup" "FoleyWeapons" } } } } "Player.BurnDamageKevlar" { "channel" "CHAN_STATIC" "volume" "0.7" "soundlevel" "SNDLVL_NORM" "pitch" "PITCH_NORM" "rndwave" { "wave" "~player/kevlar1.wav" "wave" "~player/kevlar2.wav" "wave" "~player/kevlar3.wav" "wave" "~player/kevlar4.wav" "wave" "~player/kevlar5.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" "block_entries" { "operator" "sys_block_entries" "input_active" "1.0" "input_duration" "1.0" "match_substring" "false" "match_entry" "Player.BurnDamageKevlar" "match_channel" "false" "match_entity" "false" } } "update_stack" { "import_stack" "CS_update_foley" "mixer" { "mixgroup" "FoleyWeapons" } } } } "Player.BurnDamage" { "channel" "CHAN_STATIC" "volume" "0.7" "soundlevel" "SNDLVL_NORM" "pitch" "PITCH_NORM" "rndwave" { "wave" "~player/kevlar1.wav" "wave" "~player/kevlar2.wav" "wave" "~player/kevlar3.wav" "wave" "~player/kevlar4.wav" "wave" "~player/kevlar5.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" //replaces null.wav { "import_stack" "CS_limit_start" "block_entries" { "operator" "sys_block_entries" "input_active" "1.0" "input_duration" "1.0" "match_substring" "false" "match_entry" "Player.BurnDamage" "match_channel" "false" "match_entity" "false" } } "update_stack" { "import_stack" "CS_update_foley" "mixer" { "mixgroup" "FoleyWeapons" } } } } "Player.FallDamage" { "volume" "0.3" "pitch" "PITCH_NORM" "rndwave" { "wave" "~player/damage1.wav" "wave" "~player/damage2.wav" "wave" "~player/damage3.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" //replaces null.wav { "import_stack" "CS_limit_start" "block_entries" { "operator" "sys_block_entries" "input_active" "1.0" "input_duration" "1.0" "match_substring" "false" "match_entry" "Player.FallDamage" "match_channel" "false" "match_entity" "false" } } "update_stack" { "import_stack" "CS_update_foley" "mixer" { "mixgroup" "FoleyWeapons" } "volume_falloff" { "input_min" "100" "input_max" "900" //playerdamage } } } } "Player.PunchDamage" { "channel" "CHAN_BODY" "volume" "0.3" "pitch" "PITCH_NORM" "rndwave" { "wave" "~player/damage1.wav" "wave" "~player/damage2.wav" "wave" "~player/damage3.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" //replaces null.wav { "import_stack" "CS_limit_start" "block_entries" { "operator" "sys_block_entries" "input_active" "1.0" "input_duration" "1.0" "match_substring" "false" "match_entry" "Player.PunchDamage" "match_channel" "false" "match_entity" "false" } } "update_stack" { "import_stack" "CS_update_foley" "mixer" { "mixgroup" "FoleyWeapons" } "volume_falloff" { "input_min" "100" "input_max" "900" //playerdamage } } } } "Player.PunchDisarm" { "channel" "CHAN_BODY" "volume" "0.3" "pitch" "PITCH_NORM" "rndwave" { "wave" "~player/damage1.wav" "wave" "~player/damage2.wav" "wave" "~player/damage3.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" //replaces null.wav { "import_stack" "CS_limit_start" "block_entries" { "operator" "sys_block_entries" "input_active" "1.0" "input_duration" "1.0" "match_substring" "false" "match_entry" "Player.PunchDamage" "match_channel" "false" "match_entity" "false" } } "update_stack" { "import_stack" "CS_update_foley" "mixer" { "mixgroup" "FoleyWeapons" } "volume_falloff" { "input_min" "100" "input_max" "900" //playerdamage } } } } "Fire.Plasma" { "channel" "CHAN_VOICE" "volume" "1.0" "CompatibilityAttenuation" "1.0" "wave" "ambient/nature/fire/fire_small1.wav" } "fire_medium" { "channel" "CHAN_STATIC" "volume" "0.1" "pitch" "PITCH_NORM" "soundlevel" "SNDLVL_70dB" "wave" "ambient/fire/fire_med_loop1.wav" } "Player.DenyWeaponSelection" { "channel" "CHAN_ITEM" "volume" "0.2" "soundlevel" "SNDLVL_NONE" "pitch" "98, 102" "rndwave" { "wave" "player/footsteps/new/suit_ct_01.wav" "wave" "player/footsteps/new/suit_ct_02.wav" "wave" "player/footsteps/new/suit_ct_03.wav" "wave" "player/footsteps/new/suit_ct_04.wav" "wave" "player/footsteps/new/suit_ct_05.wav" "wave" "player/footsteps/new/suit_ct_06.wav" "wave" "player/footsteps/new/suit_ct_07.wav" "wave" "player/footsteps/new/suit_ct_08.wav" "wave" "player/footsteps/new/suit_ct_09.wav" "wave" "player/footsteps/new/suit_ct_11.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" //replaces null.wav { "import_stack" "CS_limit_start" "block_entries" { "operator" "sys_block_entries" "input_active" "1.0" "input_duration" "1.0" "match_substring" "false" "match_entry" "Player.DenyWeaponSelection" "match_channel" "false" "match_entity" "false" } } "update_stack" { "import_stack" "CS_update_foley" "mixer" { "mixgroup" "FoleyWeapons" } "volume_falloff" { "input_min" "32" "input_max" "250" //weapondraw } } } } "Player.WeaponSelectionMoveSlot" { "channel" "CHAN_ITEM" "volume" "0.3" "soundlevel" "SNDLVL_NONE" "pitch" "98, 102" "rndwave" { "wave" "player/footsteps/new/suit_ct_01.wav" "wave" "player/footsteps/new/suit_ct_02.wav" "wave" "player/footsteps/new/suit_ct_03.wav" "wave" "player/footsteps/new/suit_ct_04.wav" "wave" "player/footsteps/new/suit_ct_05.wav" "wave" "player/footsteps/new/suit_ct_06.wav" "wave" "player/footsteps/new/suit_ct_07.wav" "wave" "player/footsteps/new/suit_ct_08.wav" "wave" "player/footsteps/new/suit_ct_09.wav" "wave" "player/footsteps/new/suit_ct_11.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" //replaces null.wav { "import_stack" "CS_limit_start" "block_entries" { "operator" "sys_block_entries" "input_active" "1.0" "input_duration" "1.0" "match_substring" "false" "match_entry" "Player.WeaponSelectionMoveSlot" "match_channel" "false" "match_entity" "false" } } "update_stack" { "import_stack" "CS_update_foley" "mixer" { "mixgroup" "FoleyWeapons" } "volume_falloff" { "input_min" "32" "input_max" "250" //weapondraw } } } } "General.BurningFlesh" { "channel" "CHAN_WEAPON" "volume" "1" "pitch" "PITCH_NORM" "soundlevel" "SNDLVL_NORM" "wave" "common/null.wav" } "General.BurningObject" { "channel" "CHAN_WEAPON" "volume" "1" "pitch" "PITCH_NORM" "soundlevel" "SNDLVL_NORM" "wave" "common/null.wav" } "General.StopBurning" { "channel" "CHAN_WEAPON" "volume" "1" "pitch" "PITCH_NORM" "soundlevel" "SNDLVL_NORM" "wave" "common/null.wav" } "Splash.SplashSound" { "channel" "CHAN_AUTO" "volume" "0.75" "CompatibilityAttenuation" "1.0" "pitch" "90, 100" "rndwave" { "wave" "ambient/water/water_spray1.wav" "wave" "ambient/water/water_spray2.wav" "wave" "ambient/water/water_spray3.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" //replaces null.wav { "import_stack" "CS_limit_start" "block_entries" { "operator" "sys_block_entries" "input_active" "1.0" "input_duration" "1.0" "match_substring" "false" "match_entry" "Splash.SplashSound" "match_channel" "false" "match_entity" "false" } } "update_stack" { "import_stack" "CS_update_foley" "mixer" { "mixgroup" "FoleyWeapons" } "volume_falloff" { "input_min" "32" "input_max" "900" //physics } } } } "BaseCombatCharacter.CorpseGib" { "channel" "CHAN_WEAPON" "volume" "1" "CompatibilityAttenuation" "1.0" "rndwave" { "wave" "~physics/flesh/flesh_squishy_impact_hard2.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" //replaces null.wav { "import_stack" "CS_limit_start" "block_entries" { "operator" "sys_block_entries" "input_active" "1.0" "input_duration" "1.0" "match_substring" "false" "match_entry" "Splash.SplashSound" "match_channel" "false" "match_entity" "false" } } "update_stack" { "import_stack" "CS_update_foley" "mixer" { "mixgroup" "FoleyWeapons" } "volume_falloff" { "input_min" "32" "input_max" "900" //physics } } } } "Player.FallGib" { "channel" "CHAN_ITEM" "volume" "1" "pitch" "PITCH_NORM" "CompatibilityAttenuation" "1.0" "wave" "common/null.wav" } "Player.PlasmaDamage" { "channel" "CHAN_BODY" "volume" "1.0" "soundlevel" "SNDLVL_75dB" "wave" "common/null.wav" } "Player.SonicDamage" { "channel" "CHAN_BODY" "volume" "1.0" "soundlevel" "SNDLVL_75dB" "wave" "common/null.wav" } "Player.DrownStart" { "channel" "CHAN_VOICE" "volume" "0.5" "CompatibilityAttenuation" "1.0" "wave" "player/pl_wade1.wav" } "Player.AmbientUnderWater" { "channel" "CHAN_STATIC" "volume" "0.3" "soundlevel" "SNDLVL_75dB" "wave" "ambient/water/underwater.wav" } "Bounce.PistolShell" { "pitch" "PITCH_NORM" "volume" "0.8" "CompatibilityAttenuation" "1.0" "wave" "common/null.wav" } "Bounce.RifleShell" { "pitch" "PITCH_NORM" "volume" "0.8" "CompatibilityAttenuation" "1.0" "rndwave" { "~wave" "player/pl_shell1.wav" "~wave" "player/pl_shell2.wav" "~wave" "player/pl_shell3.wav" } } "Default.Reload" { "pitch" "PITCH_NORM" "rndwave" { "wave" "common/null.wav" } } "Default.FrontLeft" { "channel" "CHAN_ITEM" "volume" "1" "soundlevel" "SNDLVL_NORM" "wave" "common/frontleft.wav" } "Default.Center" { "channel" "CHAN_ITEM" "volume" "1" "CompatibilityAttenuation" "1.0" "wave" "common/center.wav" } "Default.FrontRight" { "channel" "CHAN_ITEM" "volume" "1" "CompatibilityAttenuation" "1.0" "wave" "common/frontright.wav" } "Default.RearRight" { "channel" "CHAN_ITEM" "volume" "1" "CompatibilityAttenuation" "1.0" "wave" "common/rearright.wav" } "Default.RearLeft" { "channel" "CHAN_ITEM" "volume" "1" "CompatibilityAttenuation" "1.0" "wave" "common/rearleft.wav" } "Default.Left" { "channel" "CHAN_ITEM" "volume" "1" "CompatibilityAttenuation" "1.0" "wave" "common/left.wav" } "Default.Right" { "channel" "CHAN_ITEM" "volume" "1" "CompatibilityAttenuation" "1.0" "wave" "common/right.wav" } "Default.Bass" { "channel" "CHAN_ITEM" "volume" "1" "CompatibilityAttenuation" "1.0" "wave" "common/bass.wav" } "Hud.Hint" { "channel" "CHAN_STATIC" "volume" "1" "soundlevel" "SNDLVL_NORM" "pitch" "PITCH_NORM" "wave" "common/null.wav" } "Player.PlayingAsTerrorist" { "channel" "CHAN_VOICE" "volume" "1" "soundlevel" "SNDLVL_GUNFIRE" "wave" "UI/now-playing-as-terrorist.wav" } "Player.PlayingAsCounterTerrorist" { "channel" "CHAN_VOICE" "volume" "1" "soundlevel" "SNDLVL_GUNFIRE" "wave" "UI/now-playing-as-counter-terrorist.wav" } "Player.PlayerWasGivenC4" { "channel" "CHAN_VOICE" "volume" "1" "soundlevel" "SNDLVL_GUNFIRE" "wave" "radio/YouHaveBomb02.wav" } "Player.PlayerWasGivenDefuser" { "channel" "CHAN_VOICE" "volume" "1" "soundlevel" "SNDLVL_GUNFIRE" "wave" "radio/YouHaveDefuseKit02.wav" } "Player.Respawn" { "channel" "CHAN_STATIC" "volume" "0.3" "soundlevel" "SNDLVL_90dB" "wave" "~player/pl_respawn.wav" } // Chicken -------------------------------------------- "Chicken.Idle" { "channel" "CHAN_BODY" "volume" "0.9" "soundlevel" "SNDLVL_65dB" "pitch" "90, 110" "rndwave" { "wave" "ambient/creatures/chicken_idle_01.wav" "wave" "ambient/creatures/chicken_idle_02.wav" "wave" "ambient/creatures/chicken_idle_03.wav" "wave" "ambient/creatures/chicken_idle_04.wav" "wave" "ambient/creatures/chicken_idle_05.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" "limit_entry" { "operator" "sys_stop_entries" "input_max_entries" "0.000000" //A sound will not stop itself from playing. "match_entity" "false" "match_substring" "false" "match_entry" "Chicken.Idle" } } } } "Chicken.Panic" { "channel" "CHAN_BODY" "volume" ".9" "soundlevel" "SNDLVL_65dB" "pitch" "90, 110" "rndwave" { "wave" "ambient/creatures/chicken_panic_01.wav" "wave" "ambient/creatures/chicken_panic_02.wav" "wave" "ambient/creatures/chicken_panic_03.wav" "wave" "ambient/creatures/chicken_panic_04.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" "limit_entry" { "operator" "sys_stop_entries" "input_max_entries" "2.000000" //A sound will not stop itself from playing. "match_entity" "false" "match_substring" "false" "match_entry" "Chicken.Panic" } } } } "Chicken.Fly" { "channel" "CHAN_BODY" "volume" "0.5" "soundlevel" "SNDLVL_55dB" "pitch" "90, 110" "wave" "ambient/creatures/chicken_fly_long.wav" } "Chicken.FlapWings" { "channel" "CHAN_BODY" "volume" "1.0" "soundlevel" "SNDLVL_55dB" "pitch" "90, 110" "wave" "ambient/animal/bird_flapping_3.wav" } "Chicken.Death" { "channel" "CHAN_BODY" "volume" "1" "soundlevel" "SNDLVL_70dB" "pitch" "95, 105" "rndwave" { "wave" "ambient/creatures/chicken_death_01.wav" "wave" "ambient/creatures/chicken_death_02.wav" "wave" "ambient/creatures/chicken_death_03.wav" } } "Chicken.ZombieRez" { "channel" "CHAN_BODY" "volume" "0.95" "pitch" "150" "soundlevel" "SNDLVL_55dB" "wave" "physics/destruction/smash_rockcollapse1.wav" } "swat_blank" { "pitch" "PITCH_NORM" "wave" "common/null.wav" } "professional_blank" { "pitch" "PITCH_NORM" "wave" "common/null.wav" } "SprayCan.Shake" { "channel" "CHAN_ITEM" "volume" "0.5" "soundlevel" "SNDLVL_75dB" "pitch" "PITCH_NORM" "wave" "~)items/spraycan_shake.wav" } "SprayCan.Paint" { "channel" "CHAN_ITEM" "volume" "0.5" "soundlevel" "SNDLVL_75dB" "pitch" "PITCH_NORM" "wave" "~items/spraycan_spray.wav" } "SprayCan.ShakeGhost" { "channel" "CHAN_STATIC" "volume" "0.5" "soundlevel" "SNDLVL_75dB" "pitch" "PITCH_NORM" "rndwave" { "wave" "~)player/halloween/shake_01.wav" "wave" "~)player/halloween/shake_02.wav" "wave" "~)player/halloween/shake_03.wav" "wave" "~)player/halloween/shake_04.wav" } } "SprayCan.PaintGhost" { "channel" "CHAN_STATIC" "volume" "0.9" "soundlevel" "SNDLVL_75dB" "pitch" "PITCH_NORM" "rndwave" { "wave" "~)player/halloween/spray_01.wav" "wave" "~)player/halloween/spray_02.wav" "wave" "~)player/halloween/spray_03.wav" "wave" "~)player/halloween/spray_04.wav" } } "Player.BecomeGhost" { "channel" "CHAN_STATIC" "volume" "0.25" "soundlevel" "SNDLVL_75dB" "pitch" "95, 105" "wave" "~)player/halloween/ghostmode_on.wav" } "Player.GhostIdle" { "channel" "CHAN_STATIC" "volume" "0.07" "soundlevel" "SNDLVL_75dB" "pitch" "PITCH_NORM" "wave" "player/halloween/ghostmode_loop.wav" } "Player.GhostKnifeSwish" { "channel" "CHAN_STATIC" "volume" "0.1, 0.4" "soundlevel" "SNDLVL_55dB" "pitch" "98, 102" "rndwave" { "wave" "~)player/halloween/ghost_swish_c_01.wav" "wave" "~)player/halloween/ghost_swish_c_02.wav" "wave" "~)player/halloween/ghost_swish_c_03.wav" "wave" "~)player/halloween/ghost_swish_c_04.wav" } } "Player.GhostKnifeHit" { "channel" "CHAN_STATIC" "volume" "0.05, 0.15" "soundlevel" "SNDLVL_55dB" "pitch" "98, 102" "rndwave" { "wave" "~player/halloween/ghost_impact_c_01.wav" "wave" "~player/halloween/ghost_impact_c_02.wav" "wave" "~player/halloween/ghost_impact_c_03.wav" "wave" "~player/halloween/ghost_impact_c_04.wav" } } "Player.GhostTaserShoot" { "channel" "CHAN_STATIC" "volume" "0.65, 0.75" "soundlevel" "SNDLVL_75dB" "pitch" "98, 102" "rndwave" { "wave" "~player/halloween/ghost_impact_c_01.wav" "wave" "~player/halloween/ghost_impact_c_02.wav" "wave" "~player/halloween/ghost_impact_c_03.wav" "wave" "~player/halloween/ghost_impact_c_04.wav" } } "Player.SnowballEquip" { "channel" "CHAN_STATIC" "volume" "0.2" "soundlevel" "SNDLVL_75dB" "pitch" "98, 102" "rndwave" { "wave" "player/winter/snowball_equip_01.wav" "wave" "player/winter/snowball_equip_02.wav" "wave" "player/winter/snowball_equip_03.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_foley" "mixer" { "mixgroup" "FoleyWeapons" } } } } "Player.SnowballHit" { "channel" "CHAN_STATIC" "volume" "0.2, 0.2" "soundlevel" "SNDLVL_87dB" "pitch" "98, 102" "rndwave" { "wave" "player/winter/snowball_hit_01.wav" "wave" "player/winter/snowball_hit_02.wav" "wave" "player/winter/snowball_hit_03.wav" "wave" "player/winter/snowball_hit_04.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_foley" "block_entries" { "operator" "sys_block_entries" "execute_once" "true" "input_active" "1.0" "input_duration" "0.03" "match_substring" "false" "match_entry" "Player.SnowballHit" //"match_sound" "common/null.wav" "match_channel" "false" "match_entity" "false" } "mixer" { "mixgroup" "Physics" } } } } "Player.SnowballPickup" { "channel" "CHAN_STATIC" "volume" "0.5, 1" "soundlevel" "SNDLVL_75dB" "pitch" "95, 110" "rndwave" { "wave" "player/winter/snowball_pickup_01.wav" "wave" "player/winter/snowball_pickup_02.wav" "wave" "player/winter/snowball_pickup_03.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_foley" "block_entries" { "operator" "sys_block_entries" "execute_once" "true" "input_active" "1.0" "input_duration" "0.03" "match_substring" "false" "match_entry" "Player.SnowballPickup" //"match_sound" "common/null.wav" "match_channel" "false" "match_entity" "false" } "mixer" { "mixgroup" "FoleyWeapons" } } } } "Player.SnowballThrow" { "channel" "CHAN_STATIC" "volume" "0.5, 0.5" "soundlevel" "SNDLVL_75dB" "pitch" "98, 102" "rndwave" { //"wave" "~)player/winter/snowball_throw_01.wav" "wave" "~)player/winter/snowball_throw_02.wav" "wave" "~)player/winter/snowball_throw_03.wav" "wave" "~)player/winter/snowball_throw_04.wav" } "soundentry_version" "2" "operator_stacks" { "start_stack" { "import_stack" "CS_limit_start" } "update_stack" { "import_stack" "CS_update_weapon" "volume_xfade_end_dist" { "input2" "1500" } "mixer" { "mixgroup" "Weapons1" } // 35m "volume_falloff" { "input_max" "800" "input_curve_amount" "0.9" } "volume_distance_xfade" { "input_map_min" "0.0" "input_map_max" "1.0" } } } } "Player.FinalFight" { "channel" "CHAN_STATIC" "volume" "0.5" "pitch" "100" "wave" "music/finalfight.wav" } /// NPCs "AI_BaseNPC.BodyDrop_Heavy" { "channel" "CHAN_BODY" "volume" "1" "soundlevel" "SNDLVL_75dB" "pitch" "90" "rndwave" { "wave" "physics/flesh/flesh_impact_hard1.wav" "wave" "physics/flesh/flesh_impact_hard2.wav" "wave" "physics/flesh/flesh_impact_hard3.wav" "wave" "physics/flesh/flesh_impact_hard4.wav" "wave" "physics/flesh/flesh_impact_hard5.wav" "wave" "physics/flesh/flesh_impact_hard6.wav" } } "AI_BaseNPC.BodyDrop_Light" { "channel" "CHAN_BODY" "volume" "0.9" "soundlevel" "SNDLVL_75dB" "pitch" "105" "rndwave" { "wave" "physics/flesh/flesh_impact_hard1.wav" "wave" "physics/flesh/flesh_impact_hard2.wav" "wave" "physics/flesh/flesh_impact_hard3.wav" "wave" "physics/flesh/flesh_impact_hard4.wav" "wave" "physics/flesh/flesh_impact_hard5.wav" "wave" "physics/flesh/flesh_impact_hard6.wav" } } "AI_BaseNPC.SwishSound" { "channel" "CHAN_BODY" "volume" "1" "soundlevel" "SNDLVL_75dB" "wave" "npc/zombie/claw_miss2.wav" } "AI_BaseNPC.SentenceStop" { "channel" "CHAN_VOICE" "volume" "1.0" "soundlevel" "SNDLVL_60dB" "wave" "common/null.wav" }