home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the DOOM Programming Gurus / Tricks_of_the_Doom_Programming_Gurus.iso / bonus / utils / easywad / easywad.cfg < prev    next >
Encoding:
Text File  |  1994-09-26  |  4.0 KB  |  110 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 <main DOOM directory>
  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. # WADDIR <WAD directory> </S> ...
  27.  
  28. # The WADINFOFILE entry may be used to alter the filename of the WAD info file
  29. # that EASYWAD creates. The default is WADS.DSC
  30. #
  31. # WADINFOFILE <filename>
  32.  
  33. # DOOM uses skill level 3 as default (Hurt me plenty). You can change this by
  34. # using the following switch (level 5 is only available from DOOM v1.2):
  35. #
  36. # SETSKILL <skill-level 1 to 5>
  37.  
  38. # You can also choose that deathmatch should always be selected. This is done
  39. # with an entry (If you have DOOM v1.2, then you get the 'normal' deathmatch,
  40. # if you have DOOM v1.5, then you get deathmatch v2.0)
  41. #
  42. # DEATHMATCH
  43.  
  44. # If you have WAD files that you want to be included every time you play DOOM,
  45. # then consider the option
  46. #
  47. # AUTOINCLUDE <WAD file> ...
  48.  
  49. # Once a WAD info file has been created, you can use the following entry to
  50. # really speed things up (take care; read EASYWAD.DOC for details):
  51. #
  52. # NOSEARCH
  53.  
  54. # You can also change the default playtype. This is done with a line
  55. #
  56. # SETPLAYTYPE <playtype>
  57. # where playtype is one of the fixed words "ALONE", "IPX" or "SERIAL"
  58. # You need DOOM v1.1 to use "IPX" and v1.2 to use "SERIAL"
  59.  
  60. # The following keyword may come in handy if you want to play with the IPX
  61. # compatible link to set the default number of players (2-4) (v1.1 needed):
  62. #
  63. # SETNODES <number of players>
  64.  
  65. # If more groups are playing on the same network cable, then you might want
  66. # to use the following switch to select a socket number for your group
  67. # (0-255) (v1.1 needed):
  68. #
  69. # SETSOCKET <socketnumber>
  70.  
  71. # If "IPXSETUP" just isn't good enough for your IPX compatible link and you
  72. # have a better alternative, use this switch to let EASYWAD know (v1.1
  73. # needed) If the new driver needs parameters, then quote the whole argument;
  74. #
  75. # IPXDRIVER <new driver filename>
  76.  
  77. # The same can be said if you want to play with a null-modem link, to select
  78. # the default COM port (1-4) (v1.2 needed):
  79. #
  80. # SETCOMPORT <COM port>
  81.  
  82. # You can have a better serial driver than the "SERSETUP" that Id Software
  83. # provided you with :) If this is the case, then use this (v1.2 needed):
  84. # If the new driver needs parameters, then quote the whole argument, e.g.
  85. # SERDRIVER "RMSSETUP -NODES 3"
  86. #
  87. # SERDRIVER <new driver filename>
  88.  
  89. # All (interesting) other DOOM switches can be passed to DOOM directly. This
  90. # is done by naming them after the keyword ADDSWITCHES.
  91. # Currently implemented are:
  92. # (v1.2 needed) -NOJOY, -NOMOUSE, -NOMUSIC, -NOSFX, -NOSOUND
  93. #
  94. # ADDSWITCHES <switch> ...
  95.  
  96. # You can also want to have the files sorted on your screen. Two alternatives
  97. # are available: "NAME", to sort by name, and "INFO", to sort by info field.
  98. #
  99. # SORTFILES <NAME | INFO>
  100.  
  101. # If you don't like full names in info fields (e.g. "music" in stead of
  102. # "-        m"), then use this switch:
  103. #
  104. # NOFULLNAME
  105.  
  106. # If you use a different SERDRIVER or IPXDRIVER and this driver requires
  107. # pressing some keys before starting, then use the following switch:
  108. #
  109. # NOAUTORETURN
  110.