Changes between Version 98 and Version 99 of ProtocolZero


Ignore:
Timestamp:
Aug 25, 2011 1:36:22 PM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtocolZero

    v98 v99  
    5656* ''name'' - sets what the name of the bot will be when it spawns. Takes one argument:
    5757 * string name
    58 * ''botfile'' - sets the botfile of the bot. Among other things, this determines the bot's in-game model. See [[botfiles]] for a list of options. FIXME: problem loading bot models?
     58* ''botfile'' - sets the botfile of the bot. Among other things, this determines the bot's in-game model, soundset, and various other details. See [[botfiles]] for a list of options.
    5959 * string filename
    6060* ''skill'' - sets the skill level of the bot, which selects subsections from the botfiles.
     
    215215  * float y2
    216216  * float z2
    217  * ''wiki:li'' - "LIsten". Takes two arguments:
    218   * double x
    219   * double y
    220217* [[God Events]]
    221 
    222 == Not Yet Implemented Commands ==
    223 (for URCS Quagents team reference)
    224 
    225 '''LIVE COMMANDS'''
    226 * Basic robot-like functions for users who want low-level fine control. (Implement first)
    227  * look [...] - sends an image over the socket back to the user representing what the agent can see - may be zoomed or variable-resolution? Use OpenGL.
    228  * lookdepth [...] - like look, but sends the OpenGL Zbuffer not framebuffer back over the socket.
    229 
    230 '''GOD'''
    231  * look[POSITION,DIRECTION] - produces a snapshot taken from POSITION facing DIRECTION.
    232  * listen [POSITION] - listens for Quagent communications at the given POSITION.