home *** CD-ROM | disk | FTP | other *** search
/ 300 Favorite Games / 300GAMES.iso / 316 / modes.doc < prev    next >
Text File  |  1992-02-14  |  5KB  |  124 lines

  1.  
  2. [ Excerpt from documentation PLUS THE GRAPHIC MODE LIST ]
  3.  
  4. -----------------------------------------------------------------------------
  5. RUNNING AT-ROBOTS
  6.  
  7.    To run AT-robots, you must have at least one robot program ready, and you 
  8. must make a configuration file to use it. To run AT-Robots, you type 
  9. "atrobots", then a space, then the name of the config file.
  10.       ex:   ATROBOTS MYFILE.DAT
  11. The config file tells AT-Robots what settings to use, and which robots to run.
  12. Inside the file you put ONE item per line. Settings start with a dash (-), 
  13. and sometimes have a parameter number. For the robots you put the name of the 
  14. robot file, but without the ATR extension. The settings will be explained 
  15. shortly. Here is an example:
  16.  
  17. -d0
  18. -gn
  19. -s100
  20. myrobot
  21. robot1
  22. robot1
  23.  
  24.    This file would tell AT-robots to have no delay (thus run at the maximum 
  25. speed), with NO graphics (so as to get a quick result), and to update the 
  26. output every 100 cycles (again to increase speed. This setting usually 
  27. defaults to 10). It then loads MYROBOT.ATR into robot #1, ROBOT1.ATR into
  28. robot #2, and ROBOT1.ATR into robot #3. There can be up to 6 robots,
  29. and in this case only 3 are used.
  30.  
  31.   On the following page you will find the settings and graphic modes. There
  32. are some features that will be unavailable to those not using mode #9 (VGA).
  33. These are:
  34.              1.  Fancy status bars that are easy to read.
  35.              2.  On-screen display of error-codes generated
  36.                  by robots.
  37.  
  38.   Note that all those things can only be used if the -A option is used,
  39. and you are using mode 9. If you have an 8514 and want these, you'll need
  40. to put a -M9 in the config file.
  41.   
  42.   A. T-Robots  = (c) 1992  =  Ed T. Toton III                          pg 3 
  43.  
  44.    The settings are as follows:
  45.  
  46.  -D##  Sets the delay in hundredths of a second. Should never be over 20 
  47.        (unless in combination with -N#).
  48.  -A    If graphics are on, this will allow the status bars to be displayed.
  49.  -GN   Turns the graphics OFF.
  50.  -S##  Number of cycles between output updates. (increase for greater speed)
  51.        only works with the graphics turned off.
  52.  -N##  Cycles between each delay. Usually 1, but can be increased when using
  53.        it with -D1 to speed things up (to make it faster than -D1 by itself).
  54.  -P##  Increases the number of program commands each robot executes each
  55.        cycle. Can be useful when using complicated programs. Don't set too 
  56.        high though, it can mess things up.
  57.  -R##  Tells AT-robots to Run a number of battles as you specify.
  58.  -TN   Turns off the title screen. Once you've seen it a few times, you'll
  59.        get tired of it and this is here for that purpose.
  60.  -Q    Sets AT-Robots to run in Quiet mode.
  61.  -C    Tell AT-Robots to save compiled versions of the robots in binary 
  62.        files. As of yet there is no purpose for it.
  63.  -M#   Force a specific graphic driver (usually automatic). Drivers are listed
  64.        later. Modes are set automatically ONLY if driver is automatic.
  65.  -L#   Graphics mode setting.
  66.  
  67. Here are the default settings:
  68.  -D    1
  69.  -A    off, you must use -A if you want status bars on.
  70.  -GN   on,  you must use -GN if you want the graphics off.
  71.  -TN   on,  you must use -TN if you want the the title screen off.
  72.  -S    10
  73.  -N    1
  74.  -P    9
  75.  -R    1
  76.  -Q    on, you must use -Q if you want the sound off.
  77.  -M    0 (auto-detect)
  78.  -L    0 (auto-detect if -M is 0, otherwise it's the mode number)
  79.  
  80. Graphic drivers:
  81.  0  :  Autodetect (default)          6  :  IBM 8514 SVGA
  82.  1  :  CGA                           7  :  Hercules
  83.  2  :  MCGA                          8  :  AT&T400
  84.  3  :  EGA                           9  :  VGA  *
  85.  4  :  EGA64                         10 :  PC3270
  86.  5  :  EGA mono 
  87.  
  88.    * Vga is required for a few special features.
  89.  
  90. Graphic modes:   (Driver is the -M setting, Num is for the -L setting)
  91.  Driver:   Num:    Res:        Colors:
  92.    1        0     320x200         4
  93.    1        1     320x200         4
  94.    1        2     320x200         4
  95.    1        3     320x200         4
  96.    1        4     640x200         2
  97.    2        0     320x200         4
  98.    2        1     320x200         4
  99.    2        2     320x200         4
  100.    2        3     320x200         4
  101.    2        4     640x200         2
  102.    2        5     640x480         2
  103.    3/4      0     640x200        16
  104.    3/4      1     640x350      4/16
  105.    3/5      3     640x350        16
  106.    6        0     640x480       256
  107.    6        1    1024x768       256
  108.    7        0     720x348         2
  109.    8        0     320x200         4
  110.    8        1     320x200         4
  111.    8        2     320x200         4
  112.    8        3     320x200         4
  113.    8        4     640x200         2
  114.    8        5     640x400         2
  115.    9        0     640x200        16
  116.    9        1     640x350        16
  117.    9*       2*    640x480        16
  118.   10        0     720x350         2
  119.  
  120.  * the mode needed for the neat-stuff.
  121.  
  122.   If you set the -M but not the -L you will automatically get mode 0 for
  123. the driver you chose with -M.
  124.