Changes between Version 59 and Version 60 of ProtocolZero


Ignore:
Timestamp:
Jun 10, 2011 12:39:50 PM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtocolZero

    v59 v60  
    126126All 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.
    127127 * User connects using telnet to open a connection to socket 6000.
    128  * User types: "name ExampleBot"
     128 * User types: "name !ExampleBot"
    129129 * 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".
    131131 * Quake responds: "id 1"
    132132 * 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.
    134134 * User types: "n pa 2"
    135  * ExampleBot pauses motion.
     135 * !ExampleBot pauses motion.
    136136 * User types: "n hc 3"
    137137 * Quake responds: "rs hc 3 100"
     
    140140 * Quake responds: "cp po 4 done"
    141141 * Quake responds: "cp pa 2 popped"
    142  * ExampleBot resumes motion.
     142 * !ExampleBot resumes motion.
    143143
    144144== Not Yet Implemented Commands ==