home *** CD-ROM | disk | FTP | other *** search
/ Doom 2 Explosion / Doom2Explosion.bin / doom2exp / programs / wsort100 / wsort.cfg < prev    next >
Text File  |  1994-08-21  |  4KB  |  118 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. ;  Alternate parameters for DOOM, just in case there are some which aren't
  34. ;  supported by wsort.
  35. ;----------------------------------------------------------------------------
  36. ;DOOMALTPARM = -Mips2 -3
  37. ;
  38. ;
  39. ;----------------------------------------------------------------------------
  40. ;  Filename of Serial/Modem Driver.
  41. ;----------------------------------------------------------------------------
  42. SEREXE     = SERSETUP.EXE
  43. ;
  44. ; Default Phone Number, comment out if not applicable
  45. ;
  46. ;PHONE = 012-345-6789
  47. ;
  48. ;  Extra Parameters for Serial Driver.
  49. ;  Forbidded Switch : -COM#, -ANSWER, -DIAL
  50. ;  Any other switches are welcomed.
  51. ;  Comment out if not applicable.
  52. ;
  53. ;SERALTPARM = -CHAT -MODEM -8250 -IRQ 4 -57600
  54. ;
  55. ;
  56. ;----------------------------------------------------------------------------
  57. ;  Filename of Network Driver.
  58. ;----------------------------------------------------------------------------
  59. IPXEXE     = IPXSETUP.EXE
  60. ;
  61. ; Default Socket for Network Game, comment out if not applicable
  62. ;
  63. ;SOCKET = 0x60
  64. ;
  65. ;  Extra Parameters for Network Driver.
  66. ;  Forbidded Switch : -PORT, -NET
  67. ;  Any other switches are welcomed.
  68. ;  Comment out if not applicable.
  69. ;
  70. ;IPXALTPARM = -Skip
  71. ;
  72. ;
  73. ;----------------------------------------------------------------------------
  74. ;  Boolean Options (Default)
  75. ;  1, Normal Deathmatch.
  76. ;  2, Deathmatch version 2 ( DOOM version 1.5 + )
  77. ;  3, No Monsters ...
  78. ;  4, Monsters will be resurrected 30 seconds after being wasted.
  79. ;  5, Fast Monster as in Nightmare mode ( DOOM version 1.4 + )
  80. ;----------------------------------------------------------------------------
  81. ;
  82. DEATHMATCH   = Off
  83. DEATH2       = Off
  84. NOMONSTERS   = Off
  85. RESPAWN      = Off
  86. FASTMONSTERS = Off
  87. ;
  88. ;
  89. ;----------------------------------------------------------------------------
  90. ;  Turbo, speed up your character. ( DOOM version 1.4 + )
  91. ;  Ranging from 0-250, the larger the faster.
  92. ;  The default is 0, i.e. No Turbo
  93. ;----------------------------------------------------------------------------
  94. ;TURBO = 0
  95. ;
  96. ;
  97. ;----------------------------------------------------------------------------
  98. ;  Doom version 1.5 + ?
  99. ;  This will cause Wsort to create response file.
  100. ;  Capable of supporting up to 99 Pwad files.
  101. ;----------------------------------------------------------------------------
  102. VERSION15    = Off
  103. ;
  104. ;
  105. ;----------------------------------------------------------------------------
  106. ;  Pwad entry to tag at startup (Max. 5 Entries), further entry will be
  107. ;  ignored.
  108. ;  Note that entries should be seperated by a single comma only
  109. ;----------------------------------------------------------------------------
  110. ;DEFAULTWAD = ALIENSND.WAD,ALINGRFX.WAD
  111. ;
  112. ;
  113. ;----------------------------------------------------------------------------
  114. ;  END OF CONFIGURATION FILE
  115. ;----------------------------------------------------------------------------
  116. ;
  117. ;
  118.