[T2 Request] Weaponhit sound for base

Monger
02-12-2003, 02:10 PM
I really like the weapon hit sound that "Classic" gives you when you damage an enemy player. Is there any way to apply that same sound and effect to "Base"?

Kaiten Commande
02-12-2003, 02:14 PM
No unless someone mods it serverside.


Hmmm I'm sure I just wrote that elsewhere too :)

ilys
02-12-2003, 02:15 PM
Its server-side, so only if you create a mod.

ilys
02-12-2003, 02:16 PM
ack Kaiten. stop posting at the same time as me :p

CoJack
02-12-2003, 02:51 PM
Originally posted by Monger
I really like the weapon hit sound that "Classic" gives you when you damage an enemy player.
i personally can't stand it. htf u get rid of it?

Monger
02-12-2003, 02:54 PM
Thanks for the replies guys.

Kaiten Commande
02-12-2003, 03:07 PM
Originally posted by CoJack

i personally can't stand it. htf u get rid of it?

open your clientprefs.cs

Have a look for:
$pref::Classic::playerHit Sound = 1;
$pref::Classic::playerHit Wav = "~wfx/weapons/cg_hard4.wav";
$pref::Classic::vehicleHi tSound = 1;
$pref::Classic::vehicleHi tWav = "~wfx/weapons/mine_switch.wav"; change it to
$pref::Classic::playerHit Sound = 0;
$pref::Classic::playerHit Wav = "~wfx/weapons/cg_hard4.wav";
$pref::Classic::vehicleHi tSound = 1;
$pref::Classic::vehicleHi tWav = "~wfx/weapons/mine_switch.wav"; You can do it for the vehicle stuff too if you really want.