Changes between Version 98 and Version 99 of ProtocolZero
- Timestamp:
- Aug 25, 2011 1:36:22 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolZero
v98 v99 56 56 * ''name'' - sets what the name of the bot will be when it spawns. Takes one argument: 57 57 * 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. 59 59 * string filename 60 60 * ''skill'' - sets the skill level of the bot, which selects subsections from the botfiles. … … 215 215 * float y2 216 216 * float z2 217 * ''wiki:li'' - "LIsten". Takes two arguments:218 * double x219 * double y220 217 * [[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.