Changes between Version 59 and Version 60 of ProtocolZero
- Timestamp:
- Jun 10, 2011 12:39:50 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolZero
v59 v60 126 126 All strings here are terminated in a newline. In a program like telnet, this will typically be automatic for you, but if you're writing your own socket code, be sure to separate commands with newlines. 127 127 * User connects using telnet to open a connection to socket 6000. 128 * User types: "name ExampleBot"128 * User types: "name !ExampleBot" 129 129 * User types: "ready" 130 * Quake spawns the bot in a spawn location and names it " ExampleBot".130 * Quake spawns the bot in a spawn location and names it "!ExampleBot". 131 131 * Quake responds: "id 1" 132 132 * User types: "n mf 1 0 0 1" 133 * ExampleBot starts moving forever directly forward at full speed.133 * !ExampleBot starts moving forever directly forward at full speed. 134 134 * User types: "n pa 2" 135 * ExampleBot pauses motion.135 * !ExampleBot pauses motion. 136 136 * User types: "n hc 3" 137 137 * Quake responds: "rs hc 3 100" … … 140 140 * Quake responds: "cp po 4 done" 141 141 * Quake responds: "cp pa 2 popped" 142 * ExampleBot resumes motion.142 * !ExampleBot resumes motion. 143 143 144 144 == Not Yet Implemented Commands ==