Changes between Version 71 and Version 72 of ProtocolZero
- Timestamp:
- Jun 16, 2011 4:02:03 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolZero
v71 v72 175 175 * echo [STRING] - reports a string back over the socket to the user 176 176 * say [STRING] - Quagent "speaks" the STRING aloud. Has limited range. Possible implementation for user with speech synth. Used during Quagent collaboration. 177 * look [VOID] - sends an image over the socket back to the user representing what the agent can see. 177 * 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. 178 * lookdepth [???] - like look, but sends the OpenGL Zbuffer not framebuffer back over the socket. 178 179 * listen [TIME] - sends sounds back to the user for the specified time. This seems like it might be Hard. 179 * zoom [VOID] - sends an image that zooms on the Quagent's current view. Uses quake zoom func.180 180 * Invokable Quake Behavior (Implement last) 181 181 * whereareyou? - returns what the bot usually says if you ask it that in a team game ("I'm by the rail gun in the blue base." sort of things).