To bind a command to a key, type:
/bind key command
For example, to bind the "move forward" command to the
up-arrow, type
/bind uparrow +forward
For more details, see the id documentation that came with Quake
(see the help directory), Commander Keen's Quake 3 Arena Console Page,
and the WFA documentation (see the WFA\help directory).
For information on the wfplay and wfteamplay
commands, check Custom WF Radio
in the WFA
handbook.
To play a sound locally, use the /play command. Only you will
hear the sound with this command. The format is:
/play sound.wav
Note that when you play a sound (using any of the commands
above), you must specify the relative path, the name, and the
extension. The relative path means you specify the path starting
from your WFA directory. For example:
/wfteamplay nurse/d_water.wav Enemies
incoming through water route!
would play a sound from the C:\Program Files\Quake III
Arena\WFA\nurse directory called d_water.wav on a
standard installation.
When you bind to a key, remember to leave off the leading
"/". You only need that when you type into the console.
The command for binding the above example to the W key is:
/bind w wfteamplay nurse/d_water.wav
Enemies incoming through water route!
From now on when you hit W, it will play the nurse sound file for
everybody on your team and display "Enemies incoming through
water route!" on their screens. |