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

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