Chat Test Beep Fix for Linux SSSE

Relic2K relic2k at canada.com
Tue Mar 18 18:19:06 EST 2003


Okay all;
	Here is what I did to get it working again, plus enable Chat Text colors so I 
could see them better (I did this both on Dedicated, and Client just incase);

As ROOT make a two new directories called Sound/Menu
#mkdir /usr/local/games/ssamtse/Sounds
#mkdir /usr/local/games/ssamtse/Sounds/Menu

Copy the attached Chat.wave file to
/usr/local/games/ssamtse/Sounds/Menu

If you still get errors, make it executable. Next I added the following lines 
to my directory called /usr/local/games/ssamtse/Scripts/Game_startup.ini;

PlaySound(1, "sounds\\Chat.wav", 0.0, 1.0, 0);
cmd_cmdOnChat="PlaySound(1, \"sounds\\\\Chat.wav\", 100.0, 1.0, 0); 
cmd_strChatMessage=\"^cfff000\"+cmd_strChatMessage;";

Thats it, I did the exact same thing with my Client as well;
$mkdir /home/user/.serious/serioussamMP/Sounds
$mkdir /home/user/.serious/serioussamMP/Sounds/Menu

Copy the Chat.wav file there as well. Then add the same lines to;
/home/user/.serious/serioussamMP/Scripts/Game_startup.ini
PlaySound(1, "sounds\\Chat.wav", 0.0, 1.0, 0);
cmd_cmdOnChat="PlaySound(1, \"sounds\\\\Chat.wav\", 100.0, 1.0, 0); 
cmd_strChatMessage=\"^cfff000\"+cmd_strChatMessage;";

You can change the Chat font to what ever color you wish by changing 
"^cfff000".

^cff0000 - Red
^cffffff - White
^c000000 - Black
^cffff00 - Yellow

 You can also use this trick to give your name colors as well. Hope this 
provides some input and info for you fellow Linux geeks :)

- Cheers
_____________________________________
Relic2K
Virginia Beach, VA
E-Mail: relic2k at canada.com
Reg Linux User: 223221
Sub WineX Member



More information about the ssam mailing list