home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / rmb20a.zip / SNEAK.REJ < prev    next >
Text File  |  1994-09-30  |  2KB  |  60 lines

  1. # This is an example .REJ option file.
  2. # As you can see '#' marks the beginning of a comment line.
  3.  
  4. # Perfect
  5. # The speedup gained by using the perfect option
  6. # is very small, and even with special effects
  7. # the standard mode of operations make good
  8. # results.
  9.  
  10. # process 97 58
  11. # If this option was used sectors 97 and 58 (internal sectors)
  12. # would be processed as if the perfect option was on.
  13. # This is a small wad, and sectors 97 and 58 are the only groups 
  14. # of internal sectors present. Processing 97 and 58 would be exactly
  15. # the same as using the perfect option. (Note that a special effect
  16. #  uses sector 97 later in the option file, which forces sector 97
  17. #  to be processed)
  18.  
  19. Length 18
  20. Report 18
  21. # This length parameter should be safe in this wad.
  22. # (This program has not been tested with Doom 1.4
  23.  
  24. # The report parameter is here to generate the .RPT file,
  25. # That tells if there are places where a BLOCK is needed.
  26.  
  27. Left 353 556 540
  28. Right 311
  29. # This takes care of all the one-sided walls.
  30.  
  31. One 323 311
  32. # since 311 is a one way wall (see above) a one way block is used here.
  33.  
  34. Block 397 445
  35. Block 5 34
  36. Block 390 99
  37. Block 448 57
  38. Block 366 478
  39. Block 400 445
  40. # These blocks are safe because of the number of doors in between.
  41. # But of course it's easier to use the door option here:
  42.  
  43. door 3
  44.  
  45. # Normally It's safe to say that 4 doors blocks the line of sight.
  46. # (Because they close after 3 seconds)
  47. # In this wad it is almost impossible to look through 
  48. # 3 doors at a time. Thats why it's (almost) safe to use "door 3" here.
  49.  
  50. NoDoor 78
  51.  
  52. # Sector 78 is not really a door, as it stays open.
  53.  
  54. safe 0 97
  55.  
  56. # This is a special effect stating that sector 97 should be made totally
  57. # safe.
  58.  
  59.  
  60.