home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / easyw110.zip / EASYWAD.DOC < prev    next >
Text File  |  1994-09-15  |  19KB  |  435 lines

  1. DOOM EasyWAD v1.10 by M. van der Heide of ThunderWare Research Center
  2. Release date: September 16, 1994
  3.  
  4. This program was made for all those DOOMers with loadsa WAD files. It 
  5. produces a nice WAD selection interface, which should put an end to losing
  6. track of all these files. (At least I get more frustrated from finding that
  7. particular WAD file and typing all that things on the command line than from
  8. playing DOOM itself!).
  9. An important feature is that it doesn't take any of your precious memory away.
  10.  
  11.  
  12.  
  13. DISCLAIMER:
  14.  
  15.   This program has been tested on several systems causing no problems
  16.   whatsoever. If you want to use this program, though, you do so at your
  17.   own risk. This means that it is extremely unlikely to damage your system,
  18.   but if the unthoughtful event DOES happen, then you will be on your own.
  19.   ThunderWare Research Center can and will accept no claims whatsoever.
  20.  
  21.  
  22.  
  23. HERE'S WHAT TO DO:
  24.  
  25.   You may unpack this program in any directory you like.
  26.   You will first have to edit your configuration file: "EASYWAD.CFG".
  27.   Separation between words is very simple: use a space, a tab or a newline.
  28.   Empty lines are ignored; comment can be inserted by preceding it with a '#'
  29.   character.
  30.   The following keywords are available:
  31.  
  32.   - DOOMDIR      should be followed by the directory name of the DOOM program
  33.                  files. The default is the current directory;
  34.   - DOOMVERSION  is followed by your DOOM version number (currently 1.0, 1.1,
  35.                  1.2, 1.4, 1.5, 1.6 and 1.666 are available)
  36.                  This directly determines the available options. The default
  37.                  version number is 1.0;
  38.   - WADDIR       After this come all your directories that contain WAD files.
  39.                  Any directory can be included, when needed preceded by a
  40.                  drive:. The maximum number of directories is 400. A
  41.                  directory "." means the current directory on that drive.
  42.                  After any directory name may come an entry "-S" (or "/S"),
  43.                  which means: handle all its subdirectories as well. If no
  44.                  "WADDIR" is found, then the DOOM directory is used;
  45.   - WADINFOFILE  is followed by a filename. The purpose of this filename is
  46.                  explaned later in this document. If it is not found, then the
  47.                  used filename will be "WADS.DSC" in the current directory;
  48.   - SETSKILL     is used to change the default difficulty level. It is 
  49.                  followed by the skill level (1 = Pathetic, 5 = Megacool);
  50.   - NOSEARCH     may be included to speed things up. The exact purpose is
  51.                  explaned in the "THE WADINFOFILE" section;
  52.   - DEATHMATCH   just selects deathmatch as default.
  53.                  If you have DOOM v1.2, then this is the 'normal' deathmatch,
  54.                  if you have DOOM v1.5, then this is deathmatch v2.0;
  55.   - AUTOINCLUDE  is used to auto-select files that you always want to have 
  56.                  added. The maximum is 5 files. Any (partial) path should
  57.                  also be found in the "WADDIR" series;
  58.   - SETPLAYTYPE  must be followed by one of the fixed words
  59.                  "ALONE", for one player;
  60.                  "IPX", for IPX compatible multiplayer;
  61.                  "NULL", for null-modem dualplayer;
  62.   - SETCOMPORT   takes one parameter: the COM port number (1-4), which is used
  63.                  when you choose to play with a null-modem link;
  64.   - SETNODES     takes one parameter: the number of players (2-4), which is
  65.                  used when you choose to play with an IPX compatible link;
  66.   - ADDSWITCHES  After the keyword should all the other DOOM switches be
  67.                  given, that are not handled from within EASYWAD. Currently
  68.                  available switches are:
  69.                  (1.2+) -NOJOY, -NOMOUSE, -NOMUSIC, -NOSFX, -NOSOUND;
  70.                  Those switches are passed directly to DOOM;
  71.   - SORTFILES    must be followed by one of the fixed words
  72.                  "NAME", to sort all WAD files by name;
  73.                  "INFO", to sort all WAD files by their info field.
  74.  
  75.   Note that you need the right DOOM version for the right switch. For example
  76.   DEATHMATCH can not be choosen if you have DOOM v1.0 or v1.1, as this option
  77.   was not yet implemented by that time.
  78.  
  79.  
  80.  
  81. LET'S GET STARTED:
  82.  
  83.   Start the wadmenu with the command "EW".
  84.   You will seen a screen with the following items:
  85.  
  86.   - The episodes;
  87.   - The skills;
  88.   - The playtypes;
  89.   - The starting level;
  90.   - A DEATHMATCH item;
  91.   - A DEATHMATCH v2.0 item;
  92.   - A No monsters item;
  93.   - A Respawn monsters item;
  94.   - A Fast monsters item;
  95.   - Loadsa WAD files with an info field!;
  96.   - 2 pagers ("<<<" and ">>>");
  97.   - A [ START DOOM! ] item;
  98.   - A [ AUTO SELECT ] item;
  99.   - A [READ PREVIOUS] item;
  100.   - A mouse pointer if a mouse was found :)
  101.  
  102.   All items that are available only in higher DOOM versions than the one you
  103.   specified in your configuration file are 'ghosted' (printed in dark grey).
  104.   When you move the mouse, each line can be highlited. Use the left mouse
  105.   button to select each field. You can select as many WAD files as you like.
  106.   Just click again on a WAD file to de-select it. If you have more than 54
  107.   WAD files, then use the pagers to see the next/previous page.
  108.   You can quit directly by pressing the right mouse button or the [ESC] key.
  109.   Notice that the files you typed in the configuration file after the keyword
  110.   "AUTOINCLUDE" are already selected.
  111.  
  112.   [ START DOOM! ]  When you're done clicking, punch the left mouse button on
  113.                    this field and play the selected DOOM part. What happened
  114.                    is that the program made a batch file "START.BAT", which is
  115.                    automatically started. This is useful (Yep, really!). If
  116.                    you finished playing, but want to play the same thing again,
  117.                    just type "START"  at the command line in stead of "EW".
  118.   [READ PREVIOUS]  does the opposite. It reads the file "START.BAT" back and
  119.                    sets all values accordingly. All files are automatically
  120.                    selected.
  121.   [ AUTO SELECT ]  automatically selects the correct episode and level to
  122.                    start, according to the selected WAD files. This option
  123.                    does not start the game, you still have to hit [START].
  124.  
  125.   Keyboard equivalents:
  126.  
  127.   'E'          Change (E)pisode;
  128.   'L'          Change (L)evel;
  129.   'S'          Change (S)kill;
  130.   'T'          Change play(T)ype;
  131.                if playtype is 'IPX compatible':
  132.                  'N' Change (N)umber of players;
  133.                if playtype is 'Null-modem link':
  134.                  'C' Change (C)OM port number;
  135.   'D'          Toggle (D)eathmatch;
  136.   'V'          Toggle deathmatch (V)2.0. Notice that you cannot select both
  137.                the deathmatch items;
  138.   'M'          Toggle No (M)onsters item;
  139.   'P'          Toggle Res(P)awn monsters item;
  140.   'F'          Toggle (F)ast monsters item. Notice that 'No monsters' cannot
  141.                be used in conjunction with respawn or fast monsters;
  142.   'A'          Activate [AUTO] item;
  143.   'R'          Activate [READ PREVIOUS] item;
  144.   [ENTER]      Start game;
  145.   [PAGE DOWN]  Next page of WAD files;
  146.   [PAGE UP]    Previous page of WAD files;
  147.   [ESC]        Abort EASYWAD.
  148.  
  149.   if no mouse was found, then select WAD files with the keys
  150.  
  151.   [CURS UP]    (Wraps to bottom)
  152.   [CURS DOWN]  (Wraps to top)
  153.   [CURS LEFT]  (Wraps to far right)
  154.   [CURS RIGHT] (Wraps to far left)
  155.   [SPACE]      (Un)select pointed WAD file
  156.  
  157.   You can also delete WAD files. This is done by pointing to one and then
  158.   pressing [DEL]. A requester will pop up to confirm the deletion. Press
  159.   'Y' to confirm, any other key to cancel.
  160.  
  161.  
  162.  
  163. THE INFOFIELD:
  164.  
  165.   After a WAD file name comes the infofield. The first part is the episodes
  166.   and levels that are patched by this file; for example:
  167.   E1M1 means: first episode (E1), first level (M1). The convention is:
  168.  
  169.   Ex-    means: the entire episode x, including the secret level;
  170.   ExMy-z means: Episode x, levels y through z;
  171.   ExMy,z means: Episode x, levels y and z;
  172.  
  173.   After this come the other patched parts:
  174.  
  175.   "c" = new (C)olors (palette change);
  176.   "d" = new (D)emos;
  177.   "s" = new (S)ound effects;
  178.   "m" = new (M)usic;
  179.   "p" = new s(P)rites;
  180.   "g" = new (G)raphics.
  181.  
  182.   If a WAD file patches only one part, then the complete name is printed. For
  183.   example, a file that only contains new music will have a field "music", etc.
  184.  
  185.  
  186.  
  187. THE WADINFOFILE:
  188.  
  189.   This file contains all the above information. Each file is seperated into
  190.   four fields: drivenumber directory filename info
  191.   The info field contains the exact info as on the screen. This field can be
  192.   edited with any ASCII editor. If it exceeds 16 characters, then the rest is
  193.   cut off. You could add a mark for how much you like this WAD, or a sign that
  194.   says 'especially cool on DEATHMATCH', or anything else; just no longer than
  195.   16 characters.
  196.   The file is created when it did not exist at startup, or when you run
  197.   "EW -R" (or "EASYWAD -R", after which you should run "START" yourself :)
  198.   Unfortunately this does also overwrite your own additional info.
  199.  
  200.   The option "NOSEARCH" should be used with some caution. Usually, EASYWAD
  201.   will search all given WADDIR directories for WAD files (and write a
  202.   WADINFOFILE if needed). "NOSEARCH" forces the program to NOT search the
  203.   directories, but to use the WADINFOFILE directly to obtain all WAD file
  204.   statistics. This REALLY speeds up things when using LOADS of WAD files or
  205.   WAD files on cd-rom. The problem comes if you add or delete a WAD file (or
  206.   even a WAD directory). As no directories are scanned, the program will be
  207.   unable to notice the changes, and still display the 'old' list. So, if you
  208.   use this option and change ANYTHING in your filesystem, including deletion
  209.   from within EASYWAD, be sure to use "EW -R" (or "EASYWAD -R") to update
  210.   the WADINFOFILE!
  211.  
  212.  
  213.  
  214. USING A DIFFERENT CONFIGURATION FILE:
  215.  
  216.   The default configuration file is "EASYWAD.CFG". You can use a different
  217.   file by adding the command line parameter +<new_config_file>. This option
  218.   is particularly useful if you have WAD files on a CD-ROM. You could make a
  219.   configuration file, say "CDWADS.CFG", which contains the following lines
  220.   (assuming that your CD-ROM drive is called E:)
  221.  
  222.   DOOMVERSION <your_DOOM_version>
  223.   DOOMDIR <your_main_DOOM_directory>
  224.   WADDIR E:\ /S                        # All subdirs from the root
  225.   WADINFOFILE CDWADS.DSC               # Should be different than the normal
  226.   NOSEARCH                             # The CD-ROM never changes contents
  227.   SORTFILES INFO                       # Sort all files by their info field
  228.  
  229.   If you want to access these file, than start with "EW +CDROM.CFG"
  230.  
  231.  
  232.  
  233. NOTE TO THOSE WHO ARE UPGRADING FROM VERSION 1.02:
  234.  
  235.   People who are upgrading from version or 1.02 are requested to start
  236.   EASYWAD the first time with "EW -R" (or "EASYWAD -R"), as the WADINFOFILE
  237.   has undergone several major changes.
  238.  
  239.  
  240.  
  241. LIMITS:
  242.  
  243.   The program can handle a maximum of 1000 WAD files. 54 files are printed in
  244.   a page on the selection screen. Just click on a 'pager' and the next page is
  245.   displayed. The maximum number of directories is 400.
  246.  
  247.  
  248.  
  249. CONSIDERATIONS:
  250.  
  251.   Remember that all the things you selected are put on one command line
  252.   (in "START.BAT") One line should not exceed 128 characters, for COMMAND.COM
  253.   (your command prompter) to be able to read it completely. (This problem has
  254.   been solved in version 1.5 of DOOM).
  255.   The message: keep your path(name)s as short as possible! A good trick is:
  256.   If you have wadfiles on a different drive, then first change the current
  257.   directory of that drive to the WADs directory and use an entry "drive:." as a
  258.   "WADDIR" entry.
  259.   For example: the DOOM drive is C: and you also have extra WAD files on D: in
  260.   the directory "\DOOM\WADS".
  261.   Then you should edit "EW.BAT" to start with the command "CD D:\DOOM\WADS"
  262.   and edit "EASYWAD.CFG" to hold "WADDIR D:."
  263.  
  264.   Notice that you do not have to 'Press return to continue' when you start
  265.   DOOM with a selected WAD file.
  266.  
  267.  
  268. Good luck!
  269.  
  270. If you use this program, please drop a note (you like it, you hate it, you
  271. would like things changed) at the following email address:
  272.  
  273. martijn@.htsa.hva.nl
  274.  
  275.  
  276.  
  277. COPYRIGHTS:
  278.  
  279.   This program has NO copyrights whatsoever.
  280.   If it causes any problems ... yeah, right!
  281.   This absolutely freeware program may be edited and distributed at taste.
  282.   The only thing that I ask is to distribute the complete package.
  283.  
  284.  
  285.  
  286. CREDITS GO TO:
  287.  
  288.   - The makers of DOOM (Id Software). They changed my life completely.
  289.   - The makers of DMSPEC12.TXT (Matt Fell & Hank Leukart). This is where I
  290.     found the info on the structure of a WAD file;
  291.   - The makers of DEU (Doom Editor Utility, by Brendon Wyber & Raphael Quinet)
  292.     for their commented source. I use a few of their namings in my source.
  293.     (defines THING_..., fieldnames in structures).
  294.  
  295.  
  296.  
  297. ADDITIONAL CREDITS GO TO:
  298.  
  299.   - J.J. Kwast of ThunderWare Research Center. He gave me the constructive
  300.     criticism I needed when he wasn't DEU-ing.
  301.   - B. Castricum for 'play-testing' and giving additional comments.
  302.   - Everyone else who gave reactions.
  303.   - All those people out there that are constantly creating new WAD files.
  304.  
  305.  
  306.  
  307. CHANGES AFTER VERSION 1.06 (release September 12, 1994)
  308.  
  309.   - Rearranged screen layout to be able to build the following:
  310.   - Added 'No monsters', 'Respawn monsters' and 'fast monsters' items;
  311.   - Added 'DEATHMATCH! v2.0' item;
  312.   - Added key equivalents for the above;
  313.   - Changed videoroutines; Now unavailable options are 'ghosted' in stead of
  314.     'not printed'. This looks better;
  315.   - Changed old routines for speed;
  316.   - Erased 'ADDSWITCHES' items '-NOMONSTERS', '-RESPAWN' and '-ALTDEATH', as
  317.     these are now handled from within EASYWAD;
  318.   - Fixed some version errors.
  319.   - Added [DEL] key to delete WAD files.
  320.  
  321.  
  322.  
  323. CHANGES AFTER VERSION 1.05 (release September 9, 1994):
  324.  
  325.   - Changed switch "-WART" in "-WARP", as WART is no longer valid in version
  326.     1.666 of DOOM. Sorry for the delay;
  327.   - Hi-lighting problem remained in file selection part. Fixed;
  328.   - Found some (minor) version errors. Fixed;
  329.   - Added some more comment in the source file.
  330.   
  331.  
  332.  
  333. CHANGES AFTER VERSION 1.03 (release September 5, 1994):
  334.  
  335.   - Added "ADDSWITCHES" to allow direct passing of un-covered DOOM switches;
  336.   - Added "SORTFILES" to allow for file sorting before displaying;
  337.   - Added several DOOM version checks;
  338.   - Changed all display and field-handling routines. Fields are no longer
  339.     printed if the DOOM version is too low;
  340.   - Added WAD-file directory identifiers "INFOPACK" and "PLATFORM", which I
  341.     found in a lot of WADfiles. They were previously treated as New Graphics
  342.     (Those identifiers are NOT from Id SoftWare!)
  343.   - Shorted some code, as I got the funny message 'Out of near heap space'
  344.     while compiling ...
  345.  
  346.  
  347.  
  348. CHANGES AFTER VERSION 1.02 (release August 25, 1994):
  349.  
  350.   - Changed program location: EASYWAD is no longer forced to be in your DOOM
  351.     directory;
  352.   - Added "DOOMDIR" in configfile to allow for this change;
  353.   - Added new scanning routine for the configfile to allow comment lines;
  354.   - Added keyboard equivalents for all selection types. This also means that
  355.     a mouse is longer needed;
  356.   - Removed the bug from EW.BAT that created 'Syntax error';
  357.   - Added support for higher versions of DOOM. The most important change is
  358.     that you can now select more WAD files, as since version 1.5 of DOOM you
  359.     are allowed to make a file from the command line options;
  360.   - Added "DOOMVERSION" in configfile to allow for this change;
  361.   - Erased "Modem setup" from playtype field on screen, as this would take
  362.     far too much administration. sorry :)
  363.   - Added "SETPLAYTYPE" in configfile to change the default playtype;
  364.   - Added "SETNODES" in configfile to set the default number of players in a
  365.     multiplayer IPX game;
  366.   - Added "SETCOMPORT" in configfile to set the default COM port when using
  367.     the null-modem link game;
  368.   - Added "Number of players"/"COM port" on screen;
  369.   - When you moved the mouse too quikly, some hi-lighted items kept being
  370.     hi-lighted. Fixed;
  371.   - Completely changed layout of this DOC file.
  372.  
  373.  
  374.  
  375. CHANGES AFTER VERSION 1.01 (release August 4, 1994):
  376.  
  377.   - Added [AUTO] field;
  378.   - Added ability to scan for possible shorter paths to WAD files;
  379.   - Added "AUTOINCLUDE" in configfile;
  380.   - Added "NOSEARCH" in configfile;
  381.   - Added routines, defines and structures to be able to read info on a WAD
  382.     file directly from the file itself;
  383.   - Changed maximum of WADfiles on screen from 100 to 60 to allow for a longer
  384.     info fields (from 10 to 16 chars);
  385.   - Added item "-S" in "WADDIR" field to allow for handling subdirectories;
  386.   - Added switch "-R" on the command line to Rescan all "WADDIR" items;
  387.   - Added switch "+file" on the command line to allow for different config
  388.     files;
  389.   - Changed "EW.BAT" for the new switches;
  390.   - Added keyboard check for 'escape': abort;
  391.   - Partial rewrite of the code, to gain some speed;
  392.   - Added some checks to prevent the code from hanging the system :)
  393.  
  394.  
  395.  
  396. CHANGES AFTER VERSION 1.00 (internal release July 17, 1994):
  397.  
  398.   - A few bugfixes :)
  399.   - Added [READ PREVIOUS] field;
  400.   - Added [START] field;
  401.     - Start game is now done by clicking [START] i.s.o. the right mouse button;
  402.     - Changed meaning of right mouse button to: abort;
  403.   - Added "SETSKILL" in configfile;
  404.   - Added "DEATHMATCH" in configfile;
  405.   - Changed location of 'program name' on screen to the top;
  406.  
  407.  
  408.  
  409. CONTENTS OF THE EASYWAD PACKAGE
  410.  
  411. This package should contain the following files:
  412.  
  413.   EASYWAD.DOC - Guess what? You're reading it!
  414.   EASYWAD.EXE - The main thing
  415.   EASYWAD.CFG - An example configuration file
  416.   EW.BAT      - The usual entrance :)
  417.   EASYWAD.C   - The source code of this utility
  418.  
  419. If any part is missing, please contact me at the above address to receive the
  420. full copy.
  421.  
  422.  
  423.  
  424. WHAT YOU NEED:
  425.  
  426.   The same stuff as for DOOM:
  427.  
  428.   - A PC (minumum is a '386 for DOOM and a '286 for this proggie);
  429.   - A VGA screen;
  430.  
  431.   Extra:
  432.  
  433.   - An initialized mouse (recommended);
  434.   - A few spare sectors on your harddisk.
  435.