BattleVoice
(C) by FhdW-BKM in 2004
History of changes
==============================================================================
Version 1.3 (rusty edition)
---------------------------
Fixed bugs:
- runtime error could occure while BattleVoice tried to connect to a
Half-Life server
New features:
- support for FarCry added
IMPORTANT: BattleVoice uses client port 49099 (udp) to receive
messages from the FarCry server. To work properly you have to open
this port in your router or firewall!
Our thank goes to [Kaps]uBm for the protcol information!
- added special key {ZIRKUMLEX} for XML grammar files for simulating the
console key (^)
- duration of client-side key down event can now be specified for all
special keys.
Syntax: {[special key name]||[duration time in millis]}
e.g.:
tab
This example shows a rule that simulates the keydown-event of
"TAB"-key for about 2 seconds, if the user speaks <<<>>>.
- added grammar xml file for DC_Final (thx PK_tRAcE ;-)
Version 1.2 (green edition)
---------------------------
Fixed bugs:
- possible lost of server data caused by a bug in the server settings dialog
Changes:
- The grammar xml files moved from the BV root dir to the sub dir grammar1.2
To use your old xml files please merge your changes into the new files
or just copy them to the new directory. In future releases the subdir
will always contain the version number. This will protect your changes
when updating.
New features:
- support for client-side commands added
All players (also without rcon privilegs) are now able to speak with
their game clients to control ingame commands.
E.g. say, teamsay, game-makros as "Roger that", etc.
For more details please refer to the specific game-grammar.xml
- added more grammar files for Battlefield 1942 mods
Version 1.1 (red edition)
-------------------------
Fixed bugs:
- runtime error could occure while BattleVoice tried to load a grammar file
- fixed problem while authenticating against BattleField server
- and some less important ones...
New features:
- completly new server administration panel implemented
- support for Half Life games (incl. mods) added
- multiple server protocols support added
- different grammar xml files per game type added
IMPORTANT: To differ between the protocols the grammar file needs
to start with either "BF" or "HL"!
E.g. "hl_halflife.xml" or "hl_counterstrike.xml" or "bf1942.xml"
or "bfvietnam.xml"
- free selection of hotkey added
- "check for update"-mechanism added
- fresh new layout
Version 1.0 beta
-------------------------
Initial Release