home *** CD-ROM | disk | FTP | other *** search
/ Demon Gate 666 / DemonGate666.bin / pc / easywad2.cfg < prev    next >
Text File  |  1995-05-08  |  4KB  |  103 lines

  1. # EASYWAD2 Configuration file
  2. #
  3. # This is an example config file, which has to be altered. For a complete
  4. # description on the entry names, see EASYWAD2.DOC. If a character '#' is
  5. # found in a line, then the rest of that line is considered comment. Empty
  6. # lines are allowed. If an entry takes more than one parameter, then these
  7. # parameters may be separated with spaces, TABs or newlines.
  8. # All words may be typed in either upper or lower case (or a mix of those).
  9.  
  10. # The DOOMDIR entry should contain the main DOOM directory. The default is the
  11. # current directory.
  12. #
  13. DOOMDIR C:\DOOM2
  14.  
  15. # The WADDIR entry is followed by all your directory names that contain WAD
  16. # files, each possibly followed by a /S entry to indicate: all subdirectories
  17. # too. The default is the current directory
  18. #
  19. WADDIR D:\WADS2
  20.  
  21. # The WADINFOFILE entry may be used to alter the filename of the WAD info file
  22. # that EASYWAD2 creates. The default is WADS.DSC
  23. #
  24. WADINFOFILE D:\dmgate2.dsc
  25.  
  26. # DOOM uses skill level 3 as default (Hurt me plenty). You can change this by
  27. # using the following switch (level 5 is only available from DOOM v1.2):
  28. #
  29. # SETSKILL <skill-level 1 to 5>
  30.  
  31. # You can also choose that deathmatch should always be selected. This is done
  32. # with an entry (If you have DOOM v1.2, then you get the 'normal' deathmatch,
  33. # if you have DOOM v1.5, then you get deathmatch v2.0)
  34. #
  35. # DEATHMATCH
  36.  
  37. # If you have WAD files that you want to be included every time you play DOOM,
  38. # then consider the option
  39. #
  40. # AUTOINCLUDE <WAD file> ...
  41.  
  42. # Once a WAD info file has been created, you can use the following entry to
  43. # really speed things up (take care; read EASYWAD2.DOC for details):
  44. #
  45. NOSEARCH
  46.  
  47. # You can also change the default playtype. This is done with a line
  48. #
  49. # SETPLAYTYPE <playtype>
  50. # where playtype is one of the fixed words "ALONE", "IPX" or "SERIAL"
  51. # You need DOOM v1.1 to use "IPX" and v1.2 to use "SERIAL"
  52.  
  53. # The following keyword may come in handy if you want to play with the IPX
  54. # compatible link to set the default number of players (2-4):
  55. #
  56. # SETNODES <number of players>
  57.  
  58. # If more groups are playing on the same network cable, then you might want
  59. # to use the following switch to select a socket number for your group
  60. # (0-255):
  61. #
  62. # SETSOCKET <socketnumber>
  63.  
  64. # If "IPXSETUP" just isn't good enough for your IPX compatible link and you
  65. # have a better alternative, use this switch to let EASYWAD2 know.
  66. # If the new driver needs parameters, then quote the whole argument;
  67. #
  68. # IPXDRIVER <new driver filename>
  69.  
  70. # The same can be said if you want to play with a null-modem link, to select
  71. # the default COM port (1-4):
  72. #
  73. # SETCOMPORT <COM port>
  74.  
  75. # You can have a better serial driver than the "SERSETUP" that Id Software
  76. # provided you with :) If this is the case, then use this:
  77. # If the new driver needs parameters, then quote the whole argument, e.g.
  78. # SERDRIVER "RMSSETUP -NODES 3"
  79. #
  80. # SERDRIVER <new driver filename>
  81.  
  82. # All (interesting) other DOOM switches can be passed to DOOM directly. This
  83. # is done by naming them after the keyword ADDSWITCHES.
  84. # Currently implemented are:
  85. # -NOJOY, -NOMOUSE, -NOMUSIC, -NOSFX, -NOSOUND
  86. #
  87. # ADDSWITCHES <switch> ...
  88.  
  89. # You can also want to have the files sorted on your screen. Two alternatives
  90. # are available: "NAME", to sort by name, and "INFO", to sort by info field.
  91. #
  92. # SORTFILES <NAME | INFO>
  93.  
  94. # If you don't like full names in info fields (e.g. "music" in stead of
  95. # "-        m"), then use this switch:
  96. #
  97. # NOFULLNAME
  98.  
  99. # If you use a different SERDRIVER or IPXDRIVER and this driver requires
  100. # pressing some keys before starting, then use the following switch:
  101. #
  102. # NOAUTORETURN
  103.