Difference between revisions of "Hitsounds"

From WolfWiki
Jump to: navigation, search
m (Swapped 0 & 1 so 0 is first)
(added server configuration)
Line 1: Line 1:
ETPro uses hitsounds like those used in Quake 3 Arena, hitsounds are sounds that are played when you hit another player, there are three different instances when a sound will play:
+
'''Hitsounds''' are sounds that are played when you hit another player. There are three different sounds:
  
* When you shoot an enemy
+
* when you hit an enemy
* When you shoot an enemy in the head hitbox
+
* when you hit an enemy in the head hitbox
* When you shoot a teammate
+
* when you hit a teammate
  
 +
==Client configuration==
  
== Using Hitsounds ==
+
The hitsounds are controlled by the cvar <tt style="color: green;">b_hitsounds</tt>. There are three different settings that can be used with this cvar:
  
The hitsounds are controlled by the cvar '''b_hitsounds'''
+
<span style="font-weight: bold;">0</span> = off, no sounds are played
There are three different settings that can be used with this cvar;
+
<span style="font-weight: bold;">1</span> = all sounds are played
 +
<span style="font-weight: bold;">3</span> = a sound occurs only when you hit the enemy's head
  
<pre>0 = Off, No sounds are used
+
Of course you can also configure hitsounds using the ingame ETPro menu.
1 = OnAll sounds are used
+
 
2 = A sound occurs only when you get a headshot</pre>
+
==Server configuration==
 +
 
 +
Server administrators may disable hitsounds on their server using the cvar <tt style="color: green;">b_sv_hitsounds</tt> (default 1, enable).
 +
 
 +
  <span style="font-weight: bold;">0</span> = server globally disables hitsounds
 +
<span style="font-weight: bold;">1</span> = server allows clients to use hitsounds
  
 
[[Category:ETPro:Client_Cvars]]
 
[[Category:ETPro:Client_Cvars]]

Revision as of 14:35, 14 November 2006

Hitsounds are sounds that are played when you hit another player. There are three different sounds:

  • when you hit an enemy
  • when you hit an enemy in the head hitbox
  • when you hit a teammate

Client configuration

The hitsounds are controlled by the cvar b_hitsounds. There are three different settings that can be used with this cvar:

0 = off, no sounds are played
1 = all sounds are played
3 = a sound occurs only when you hit the enemy's head

Of course you can also configure hitsounds using the ingame ETPro menu.

Server configuration

Server administrators may disable hitsounds on their server using the cvar b_sv_hitsounds (default 1, enable).

0 = server globally disables hitsounds
1 = server allows clients to use hitsounds