******************************** ********************************* ** | www.INTHEHOLECS.net | *** ** | Counter-Strike Community | *** ************************************ ************************************ INSTALLATION ------------ 1. Find the file autoexec.cfg which can be found in your C:\Program Files\Steam\SteamApps\your@email.com\counter-strike\cstrike. If it is not there then create a new text file and save it as autoexec.cfg (All Files). Copy the following into autoexec.cfg: ------------------------------------------------------------------------------------------------- // Half-Life Sound Selector Script // Script by Solid Snake 88 & Disk2 alias +PlayWAV "voice_inputfromfile 1; voice_loopback 1; +voicerecord" alias -PlayWAV "voice_inputfromfile 0; voice_loopback 0; -voicerecord" alias StartWAV "voice_inputfromfile 1; voice_loopback 1; +voicerecord; alias ToggleWAV StopWAV" alias StopWAV "voice_inputfromfile 0; voice_loopback 0; -voicerecord; alias ToggleWAV StartWAV" alias ToggleWAV "StartWAV" echo "Hold down INSERT to play a WAV." echo "Press DELETE to toggle the WAV On/Off." -------------------------------------------------------------------------------------------------- Save the file. 2. Find the file userconfig.cfg which can be found in your C:\Program Files\Steam\SteamApps\your@email.com\counter-strike\cstrike. If it is not there then create a new text file and save it as userconfig.cfg (All Files). Copy the following into userconfig.cfg: ------------------------------------------------------------------------------------------------- bind "ins" "+PlayWAV" bind "del" "ToggleWAV" exec autoexec.cfg -------------------------------------------------------------------------------------------------- 3. For a tutorial on how to use HLSS go to http://www.intheholecs.net/hlss.