Changes between Version 4 and Version 5 of Getting Started


Ignore:
Timestamp:
Aug 26, 2011 2:02:51 PM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting Started

    v4 v5  
    1515=== Choosing a Level ===
    1616Quagents has multiple levels to develop for, depending on your project. At the lowest level, you can modify the Quagents and Quake III source code to accomplish what you want. If you prefer to use the direct commands and architecture the Quagents team has built in to Quake, you can program at the ProtocolZero level, where you act as a client and send commands over a TCP channel to a "remotely controlled" bot. If you don't want to deal with input/output on sockets, you can use the code we provide to do that for you, and simply program via function calls (ProtocolOne).
    17 * To get more information about installing and running Quagents, see TutorialInstall. [FIXME: Josh, it would be nice if we had such a page.]
    18 * To get more information about Quagents source code programming, see TutorialSource. [FIXME: Josh, it would be nice if we had a tutorial page on starting points to changing the source code.]
     17* To get more information about Quagents source code programming, see [[ioquake3]].
    1918* To get more information about ProtocolZero programming, see TutorialTelnet.
    2019* To get more information about ProtocolOne programming, see TutorialOne. [FIXME: Julian, it would be nice if we had a tutorial page on using your code.]