home *** CD-ROM | disk | FTP | other *** search
/ Instant Doom Levels / Instant.Doom.Levels.-.Level.Master.II.iso / EDITORS / RMB / OPTIONS.TXT < prev    next >
Text File  |  1995-02-23  |  5KB  |  113 lines

  1. ==================== Options Quick Reference =========================
  2.  
  3. A full list of the available options, with a short explanation of the function 
  4. of each, is given below.
  5.  
  6. NOTE: options marked with & gained new syntax in v2.1;
  7.       options marked with + are new to v2.1;
  8.       options marked with ! can cause problems in combination with PREPROCESS.
  9.  
  10.    #         Marks a comment line in the option file
  11. +  BAND      Makes æbandsÆ of blindness/ safety
  12. &! BLIND     Makes sector(s) blind (or partially so)
  13.    BLOCK     Stops monsters seeing through a pair of specified lines
  14.    DISTANCE  Specifies how far (on the ground) monsters can see generally
  15.    DOOR      Specifies the max. # of doors monsters can see through generally
  16.    EnMy      Marks start of options for a particular Doom1 level
  17. &  EXCLUDE   Forces exclusion of view from one sector to another
  18. +  GROUP     Merges sectors into one. (Sectors get the same reject maps)
  19. &  INCLUDE   Forces inclusion of view from one sector to another
  20. &  INV BLIND Makes sector(s) long-sighted
  21. &  INV SAFE  Makes sector(s) invisible to close monsters (but not far ones)
  22.    LEFT      Makes a 2s line one-way see-through (from left to right)
  23.  ! LENGTH    Specifies how far (by sector) monsters can see generally
  24.    LINE      Makes a 2s line impossible to look through for monsters
  25.    MAPxx     Marks start of options for a particular Doom2 map
  26. &  NODOOR    Marks sector(s) as not being a door [used only with DOOR option]
  27.    NOMAP     Removes the graphical display; reports progress as dots instead
  28. +  NOPROCESS Only apply special effects no processing done. Very fast.
  29.    ONE       Same as BLOCK, but only operates in one direction
  30.    PERFECT   Generates a perfect REJECT map: forces processing of all sectors
  31. +  PREPROCESS Groups sectors to gain processing speed. (The efficiency drops)
  32. &  PROCESS   Forces processing of specified sector(s)
  33.    REPORT    Reports all detected distances >=DISTANCE setting to file
  34.    RIGHT     Makes a 2s line one-way see-through (from right to left)
  35. &! SAFE      Makes sector(s) invisible to far monsters
  36.  
  37. INV is short for INVERT. Any option can be abbreviated to itÆs shortest unique 
  38. form. If you wish SAFE can be abbreviated S, as no other options start with S.  
  39. Equivalently PREPROCESS can be abbreviated PRE, but not PR as PROCESS also 
  40. starts with PR.
  41.  
  42. Because many of these options alter RMB's processing methodology, their use 
  43. will have implications for the time taken by RMB to build the REJECT map.  
  44. Below is a list of all the options, graded by their effect on the program's 
  45. processing speed.
  46.  
  47. These options speed RMB up (greatest first):
  48.     NOPROCESS  [<Wadfile> [<Level id>]]
  49.     PREPROCESS <Number>
  50.     LENGTH     <Distance>
  51.     DISTANCE   <Map distance>
  52.     DOOR       <Number>
  53.     GROUP      <Sector> <Sector list>
  54.     BLIND      <Distance> <Sector list>
  55.     LINE       <Line no>
  56.     LEFT       <Line no>
  57.     RIGHT      <Line no>
  58.     BLOCK      <Line no> <Line no>
  59.     ONE        <Line no> <Line no>
  60.  
  61. These options have no effect on speed:
  62.     #         <Comment>
  63.     EnMy
  64.     MAPxx
  65.     NOMAP
  66.     INCLUDE   <Sector> <Sector>
  67.     EXCLUDE   <Sector> <Sector>
  68.     SAFE      <Distance> <Sector list>
  69.     INV SAFE  <Distance> <Sector list>
  70.     INV BLIND <Distance> <Sector list>
  71.     BAND      {SAFE, BLIND} <Distance> <Distance> <Sector list>
  72.     INV BAND  {SAFE, BLIND} <Distance> <Distance> <Sector list>
  73.  
  74. These options cause RMB to slow down (greatest last):
  75.     REPORT    <Distance>
  76.     NODOOR    <Sector list>
  77.     PROCESS   <Sector list>
  78.     PERFECT 
  79.  
  80. Bear in mind that the longer RMB works, the greater the final efficiency of 
  81. the REJECT table (and the better the final speed-up) is likely to be.  
  82. Nevertheless, there will come a point where the additional return will not be 
  83. worth the extra effort.
  84.  
  85. The following terms are used to describe the arguments which RMB options take:
  86.  
  87. <Comment>  Any text, terminated by end-of-line.
  88.  
  89. <Distance> A distance, measured in sectors, including the specified sector,
  90.        so that 0 means "no distance"; 1 means "this sector only"; 
  91.        2 means "this and all immediately adjacent sectors" and so on.
  92.  
  93. <Line no>  The identification number of a 2-sided LINEDEF bordering two
  94.               different sectors. E.g. a line with the 2s bit set and two
  95.               sidedefs that point to two different sectors. You will find the
  96.               linedef number in your WAD editor. (If yours won't tell you,
  97.               you're using the wrong one!) 
  98.  
  99. <Map distance> Distance as measured in Doom map co-ordinates.  Opinions
  100.        vary as to how this equates to distance in the real world: a 
  101.        good rule of thumb seems to be 1 map unit is equivalent to 2cm.
  102.  
  103. <Number>   A positive integer.
  104.  
  105. <Sector>   The identification number of a SECTOR, determined from a WAD 
  106.        editor. 
  107.  
  108. <Sector list> A list of <sectors>, separated from each other by spaces
  109.        and surrounded by brackets.  e.g. (1 2 5 7 9)
  110.  
  111.  
  112.  
  113.