home *** CD-ROM | disk | FTP | other *** search
/ modiromppu / modiromppu.iso / PROGRAMS / ORGPACKS / DMP.ZIP / DMPC.CFG < prev    next >
Text File  |  1996-05-30  |  3KB  |  103 lines

  1. TEMP=C:\TEMP
  2. ;Where to extract files to before playing, defaults to current.
  3.  
  4. RIPPER_DEVICE=SoundBlaster
  5. ;Speaker, DAC, Tandy, SoundBlaster, PAS or GUS.  Defaults to Speaker.
  6. RIPPER_PORT=$220
  7. RIPPER_IRQ=5
  8. ;IRQ value still not being used.
  9. RIPPER_DMA=1
  10. RIPPER_DIR=E:\SAM
  11. ;Path where you want samples to be saved.
  12.  
  13. START_PATH=E:\MODS
  14. ;DMPC will read this directory first, unless you use command-line override.
  15.  
  16. ALWAYS_REREAD=False
  17. ;When TRUE, DMPC re-reads the directory every time you change player.
  18.  
  19. READ_ARCHIVES=True
  20. ;When FALSE, DMPC will not search archives for music files.
  21.  
  22. USE_DESCRIPTION=True
  23. ;Defaults to FALSE, when TRUE, DMPC will read DMPC.DSC for descriptions.
  24.  
  25. DMPC_DIR=False
  26. ; When TRUE, DMPC will scan all the directries from DMPC.DIR for music
  27. ; files at startup.  Only current will be scanned when FALSE, defaults to TRUE.
  28.  
  29. USE_LOGFILE=False
  30. ; When TRUE, DMPC will read all it's information from DMPC.LOG intead of doing
  31. ; a manual read.  Defaults to FALSE.
  32.  
  33. USE_ZOO=FALSE
  34. USE_HYPER=FALSE
  35. USE_SQZ=FALSE
  36. USE_LIMIT=FALSE
  37. USE_HA=FALSE
  38. USE_PAK=FALSE
  39. USE_RAR=FALSE
  40. ;Default to TRUE, won't scan archives of that type if FALSE
  41.  
  42. ;Set these paths for faster startup.
  43. ZIP_PATH=E:\PATH\ZIP.EXE
  44. ;Only needed for deleting files from ZIPs
  45. UNZIP_PATH=E:\PATH\UNZIP.EXE
  46. ARJ_PATH=C:\UTILS\ARJ.EXE
  47. LHA_PATH=C:\UTILS\LHA.EXE
  48. LIMIT_PATH=C:\UTILS\LIMIT.EXE
  49. SQZ_PATH=C:\UTILS\SQZ.EXE
  50. HA_PATH=C:\UTILS\HA.EXE
  51. HYPER_PATH=C:\UTILS\HYPER.EXE
  52. HPACK_PATH=C:\UTILS\HPACK.EXE
  53. UC2_PATH=C:\UC2\UC.EXE
  54. ZOO_PATH=C:\UTILS\ZOO.EXE
  55. PAK_PATH=C:\UTILS\PAK.EXE
  56. ;I assume use of ZOO v2.10 and NoGate's PAK.
  57.  
  58. ;You can have up to 30 player configs
  59.  
  60. [Dual Module Player]
  61.  
  62. OPTIONS=-p220 -d5 -i5 -q -16 -l -c1 -s44 %S
  63. ;The %S is optional unless you need the music file name before or in the options
  64. ;eg. OPTIONS=/i /m:%S /s:22000   would become /i /m:ETERNITY.MOD /s:22000
  65. ;Use %P instead of %S to specify the full pathname of the music file, or %K to
  66. ;substitute the name of the music file without its extension. (eg. ETERNITY)
  67.  
  68. LISTFILE=TRUE
  69. ;DMP supports listfiles of the @DMPC.LST type, @DMPC.LST will be passed to the
  70. ;player at the end of the options line unless %P or %S is specified.
  71.  
  72. FILEMASK = MATS36NF
  73. ;MOD, AMF, MTM, STM, S3M, 669, NST, FAR (user configurable, see DMPC.FMT)
  74.  
  75. Player=E:\DO\DMP\DMP.EXE
  76. ;Specify full path for faster startup.
  77.  
  78.  
  79. [Galaxy Music Player]
  80. OPTIONS=/oSB /m22
  81. FILEMASK=MS36N
  82. Player=C:\utils\glx.exe
  83.  
  84.  
  85. [Modplay 2.19b]
  86. OPTIONS=-ls
  87. FILEMASK=MSN
  88. PLAYER=C:\UTILS\MP.COM
  89.  
  90.  
  91. [Protected Module Player]
  92. OPTIONS=/p220 /i5 /d1 /q /l /c1
  93. LISTFILE=TRUE
  94. FILEMASK=MSA36N
  95. PLAYER=C:\UTILS\PMP.EXE
  96.  
  97.  
  98. [WAV/SND Player]
  99. FILEMASK=WVD
  100. OPTIONS=%S SB$220 /BATCH
  101. PLAYER=SPLAY.EXE
  102. ;SoundPlayer is also written by me, look for SPLAY100.ZIP
  103.