BestCharmie
Member
Bump 

Charmie I play with a head set as well.
I also get these temporary problems, so here is my checklist (stupid but it works):
- Make sure the lead is plugged in PROPERLY, actually push the thing in as hard as you can go. (that's what she said)
- Cluster Glitch - Somebody clusters you and your sound is gone. Use clusters again to fix
- Overdrive Glitch - You ended your game in overdrive, and your sound is gone. Activate overdrive again to fix.
- Check your prefs file if you didn't accidently delete the sound segment.
$Pref::Sfx::Device = "Speakers (Realtek High Definition Audio)";
$Pref::Sfx::MasterVolume = 1;
$Pref::Sfx::maxSoftwareBuffers = -1;
$Pref::Sfx::Provider = "FMod";
$Pref::Sfx::UseHardware = "1";
Check the mixer (which should be at the bottom left hand computer of your screen), it has volume controls for the programs that are running on your computer. It could be that the legions volume on that mixer is 0 which makes it inaudible, while the volumes for other applications are more than that and audible.
This is my prefs.cs Sound section:
Code:$Pref::Sfx::Device = "Speakers (Realtek High Definition Audio)"; $Pref::Sfx::MasterVolume = 1; $Pref::Sfx::maxSoftwareBuffers = -1; $Pref::Sfx::Provider = "FMod"; $Pref::Sfx::UseHardware = "1";
I noticed that where it says 1 on my prefs.cs for the master volume, it says 0.8 on yours.
Just a thought, you could try and change the master volume number to 1, and see if it works.
I'm not saying it will, just give it a try.