Changes between Version 9 and Version 10 of Scenarios


Ignore:
Timestamp:
Aug 5, 2011 7:55:25 PM (13 years ago)
Author:
jherwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Scenarios

    v9 v10  
    1919
    2020There are currently two implementations of the CTF scenario implemented in Quagents - one clientside and one serverside:
    21 * The clientside scenario is implemented using only the Quagents3 Java API. In it, the player controls a Quagent using Java swing listeners. A simple GUI is provided, which provides experiment control. Additionally, audio recording is automatically handled within the client code, so the user need only attach a microphone. For a more detailed description, see [[Quagents Capture the Flag]].
     21* The clientside scenario is implemented using only the Quagents3 Java API. In it, the player controls a Quagent using Java swing listeners. A simple GUI is provided, which provides experiment control. Additionally, audio recording is automatically handled within the client code, so the user need only attach a microphone. For a more detailed description, see [[Capture the Flag]].
    2222* The serverside scenario is implemented from within the Quake VM. Enabled using [[Quagents Configuration Options]], it automatically records all player's data (as described above) and uses a trap function to write the data to a logfile within the [[ioquake3]] private filesystem. The user must, however, start up an external voice recorder to record audio tags. The Quagents team has provided one of these for general use, located in quagents/client/auxquagents.
    2323