home *** CD-ROM | disk | FTP | other *** search
/ Doom 2 Explosion / Doom2Explosion.bin / doom2exp / programs / doomex / doomex.txt < prev    next >
Text File  |  1993-12-14  |  3KB  |  74 lines

  1.  
  2.                                 DoomEx
  3.  
  4. What it does:
  5.   DoomEx is a program that allows you to extract single data files from the one
  6. large data file that comes with DOOM (for the unregistered game this is DOOM1.WAD)
  7. This WAD-file may be considered an archive like a ZIP archive (more likely a
  8. TAR archive as it is not compressed).
  9.  
  10.   Usage : DoomEx [-mMinLength] [-l] <FileName[.ext]> [WildName [...]]
  11.  
  12.     FileName    is the name of the Doom-datafile (e.g.: DOOM1.WAD)
  13.     MinLength   is the minimum length for files to be extracted
  14.     WildName(s) are wildcard-specs for the files in the archive
  15.     '-l'        will list instead of extract.
  16.  
  17.   If you do not specify an extension for the WAD-file '.WAD' is assumed.
  18.  
  19.   The MinLength-parameter can be used to prevent a bunch of small files to be
  20. extracted. For example if you use '-m10000' only files of 10000 Bytes or larger
  21. will be extracted, default is 0.
  22.   WildName is used to extract only the files you want following DOS-wildcard
  23. conventions ('*' matches any number of chars, '?' matches one char). Be aware
  24. that in the archive there are only stored 8 chars for name and no extension.
  25. Multiply WildNames are allowed. If no do not specify a WildName, '*' is assumed.
  26.   The '-l' parameter will only list those files that match 'MinLength' and the
  27. WildNames and will not extract them.
  28.  
  29. Example:
  30.   'DoomEx DOOM1 dsp*' will extract all files beginning with 'dsp' from 
  31. 'DOOM1.WAD' to the current directory (These are some Sound-FX).
  32.  
  33. Limitations:
  34.   DOOM1.WAD contains several files of the same name, when extracting they will
  35. overwrite each other leaving you only with the file extract last. I could fix
  36. it but I do not really care.
  37.  
  38. Notes about the game:
  39.   To all ULTRASOUND users: DOOM cannot use IRQ's 9 or above, so if you have your
  40. UltraSnd IRQ set to 11 as it is default you will NOT GET ANY FX (Music still
  41. fine). To solve this you do not need to reconfigure your card completely or
  42. even open your computer, as the Ultrasound allows IRQ's and DMA's to changed
  43. at any time. I suggest you create a batch file about like this:
  44.                       > <
  45.   SET ULTRASND=220,7,7,7,5
  46.   c:\ultrasnd\ultrinit ^        ;Tell the card about the changes
  47.   doom.exe %1 %2 %3 %4           ;Guess what that means
  48.   SET ULTRASND=220,7,7,11,5        ;Restore your old config
  49.   c:\ultrasnd\ultrinit 
  50.  
  51.     Only the marked number needs to be changed from your old ULTRASND 
  52.   configuration and only if you have set it to 11, 12, or 15. Leave the rest as
  53.   it was before. To make sure you do not have a conflict with other cards in 
  54.   your system run before changing anything SETGUS.
  55. WARNING: I am not responsible if this crashes your computer or something else !
  56.  
  57.   BTW : If you start the game with 'DOOM -devparm' you will be able to make
  58.     screenshots using 'F1'.
  59.  
  60. Copyright:
  61.   DoomEx is freeware, DOOM is not. Although the demo-levels may be copied
  62. freely the game MUST NOT be modified nor must parts of it (sound, graphics) be
  63. used for your own purposes.
  64.  
  65. Contact me:
  66.   If you want to know how to display the graphics you ripped or display some
  67. weapon-anim you DO NOT need to contact me because I do not know either.
  68.   However if you want to contact me for some other reason (whatever that may
  69. be) feel free but do not expect an answer before mid-january as I do not have
  70. InterNet access during christmas time.
  71.  
  72.   des@fsztmap04.tu-graz.ac.at
  73.  
  74.