home *** CD-ROM | disk | FTP | other *** search
/ Doom 2 Explosion / Doom2Explosion.bin / doom2exp / programs / wsort099 / wsort.cfg < prev    next >
Text File  |  1994-08-08  |  4KB  |  111 lines

  1. ;****************************************************************************
  2. ;
  3. ; THIS FILE MUST LOCATE IN THE SAME DIRECTORY AS WSORT.EXE
  4. ; YOU MUST NOT COMMENT OUT THE FOLLOWING OPTIONS:
  5. ;       1, DOOMDIR
  6. ;       2, DOOMEXE
  7. ;       3, SEREXE
  8. ;       4, IPXEXE
  9. ;
  10. ;****************************************************************************
  11. ;
  12. ;----------------------------------------------------------------------------
  13. ;  The directory where DOOM resides.
  14. ;----------------------------------------------------------------------------
  15. DOOMDIR = C:\DOOM
  16. ;
  17. ;
  18. ;----------------------------------------------------------------------------
  19. ;  The Directory where Pwad Files are stored.
  20. ;  If they are stored at the same directory as doom, comment out this option.
  21. ;----------------------------------------------------------------------------
  22. ;WADSDIR = C:\WADS
  23. ;WADSDIR = WADS
  24. ;
  25. ;
  26. ;----------------------------------------------------------------------------
  27. ;  Filename of DOOM's Executable.
  28. ;----------------------------------------------------------------------------
  29. DOOMEXE = DOOM.EXE
  30. ;
  31. ;
  32. ;----------------------------------------------------------------------------
  33. ;  Filename of Serial/Modem Driver.
  34. ;----------------------------------------------------------------------------
  35. SEREXE     = SERSETUP.EXE
  36. ;
  37. ; Default Phone Number, comment out if not applicable
  38. ;
  39. ;PHONE = 012-345-6789
  40. ;
  41. ;  Extra Parameters for Serial Driver.
  42. ;  Forbidded Switch : -COM#, -ANSWER, -DIAL
  43. ;  Any other switches are welcomed.
  44. ;  Comment out if not applicable.
  45. ;
  46. ;SERALTPARM = -CHAT -MODEM -8250 -IRQ 4 -57600
  47. ;
  48. ;
  49. ;----------------------------------------------------------------------------
  50. ;  Filename of Network Driver.
  51. ;----------------------------------------------------------------------------
  52. IPXEXE     = IPXSETUP.EXE
  53. ;
  54. ; Default Socket for Network Game, comment out if not applicable
  55. ;
  56. ;SOCKET =
  57. ;
  58. ;  Extra Parameters for Network Driver.
  59. ;  Forbidded Switch : -PORT, -NET
  60. ;  Any other switches are welcomed.
  61. ;  Comment out if not applicable.
  62. ;
  63. ;IPXALTPARM =
  64. ;
  65. ;
  66. ;----------------------------------------------------------------------------
  67. ;  Boolean Options (Default)
  68. ;  1, Normal Deathmatch.
  69. ;  2, Deathmatch version 2 ( DOOM version 1.5 + )
  70. ;  3, No Monsters ...
  71. ;  4, Monsters will be resurrected 30 seconds after being wasted.
  72. ;  5, Fast Monster as in Nightmare mode ( DOOM version 1.4 + )
  73. ;----------------------------------------------------------------------------
  74. ;
  75. DEATHMATCH   = Off
  76. DEATH2       = Off
  77. NOMONSTERS   = Off
  78. RESPAWN      = Off
  79. FASTMONSTERS = Off
  80. ;
  81. ;
  82. ;----------------------------------------------------------------------------
  83. ;  Turbo, speed up your character. ( DOOM version 1.4 + )
  84. ;  Ranging from 0-250, the larger the faster.
  85. ;  The default is 0, i.e. No Turbo
  86. ;----------------------------------------------------------------------------
  87. ;TURBO = 0
  88. ;
  89. ;
  90. ;----------------------------------------------------------------------------
  91. ;  Doom version 1.5 + ?
  92. ;  This will cause Wsort to create response file.
  93. ;  Capable of supporting up to 99 Pwad files.
  94. ;----------------------------------------------------------------------------
  95. VERSION15    = Off
  96. ;
  97. ;
  98. ;----------------------------------------------------------------------------
  99. ;  Pwad entry to tag at startup (Max. 5 Entries), further entry will be
  100. ;  ignored.
  101. ;  Note that entries should be seperated by a single comma only
  102. ;----------------------------------------------------------------------------
  103. ;DEFAULTWAD = ALIENSND.WAD,ALIENLEV.WAD,ALINGRFX.WAD
  104. ;
  105. ;
  106. ;----------------------------------------------------------------------------
  107. ;  END OF CONFIGURATION FILE
  108. ;----------------------------------------------------------------------------
  109. ;
  110. ;
  111.