home *** CD-ROM | disk | FTP | other *** search
/ Deathday Collection / dday.bin / edit / die024 / diefe.doc < prev    next >
Text File  |  1994-04-07  |  2KB  |  53 lines

  1. /******************* Doom Image Editor Front End v1.4 ***********************/
  2. -Disclaimer:
  3.      By reading this file DIEFE.DOC and/or installing it, you hereby 
  4.      acknowledge you the reader are wholly responsible in every way 
  5.      shape or form for any effects the user (you) incur.  I have made
  6.      every reasonable effort to insure DIEFE executes correctly.
  7.      DIEFE has been tested on a 386 DX-40 4MEG RAM AMI BIOS, and 
  8.      a 486 DX-33 4MEG RAM AMI BIOS. 
  9.  
  10. -DIEFE is FREEWARE.  
  11.      Use it, distribute it, upload it,
  12.      but don't exploit it.  Don't act like it's yours and make others
  13.      pay a fee (dollars) for you giving it to them.  That is not cool.
  14.      I released this as FREEWARE, and it shall stay that way.  If you 
  15.      think you need to have someone pay for you to sit on your butt
  16.      and copy it to diskette...that's bull.  However, if you need to milk
  17.      .50 cents out of 'em for a diskette, I suppose that makes sense.
  18.  
  19. -Updates for DIEFE v1.1:
  20.      -fixed bug when less than displayed number of files in window.
  21.      -version 1.0 never got released (whew).  Would display a pretty
  22.      -dump of your comspec variable though.
  23.  
  24. -Updates SINCE DIEFE v1.1:
  25.      -fixed bug for hilite bar at end of list.
  26.      -added check for mouse and pass status to die */
  27.  
  28.  
  29. -What it is:
  30.       DIEFE is a front end for DIE v1.2 and above.  It displays your
  31.       image files in a window, allowing you to select them with a highlight
  32.       bar, and loads DIE with the highlited file.
  33.  
  34. -How to use it:
  35.      Put DIEFE.EXE in the same directory as DIE.EXE.  This should also contain
  36.      the images exported in ras DOOM format. You need to use at least v1.2 
  37.      of DIE.  If all my images were extensioned with .DOM,
  38.      I would type:
  39.  
  40.                DIEFE *.dom
  41.  
  42.      This would read in all the .DOM files in the current directory
  43.      into an array.  You are limited to the number of files you can
  44.      read in, but on my machine, it loaded somewhere around 2000
  45.      filenames. -worked fine.  (This is only like 26k of memory.)
  46.  
  47.      Anyway, scroll around with the cursor keys, or page up/down.
  48.      (the filenames are sorted in alphabetical order). Find the
  49.      filename of choice and hit enter.  This will load DIE for you
  50.      with the filename you picked.
  51.  
  52. /****************************************************************************/
  53.