home *** CD-ROM | disk | FTP | other *** search
/ Doom Magazine 1 / Doom_magazine_01.bin / utils / doomenu / doomenu.doc < prev    next >
Text File  |  1994-06-12  |  7KB  |  139 lines

  1.                          Doom Network Menu System
  2.                          Version 6.0, Jun 12 1994
  3.                        Copyright 1994, Jason Sandlin
  4.                             All Rights Reserved
  5.  
  6.                MAKE SURE YOU ARE USING DOOM V1.2 or HIGHER!!!
  7.  
  8. **** What is DooMenu:
  9.  
  10.      DooMenu will search thru WAD files for the correct map/episode for easy
  11. play!  It will now even load multi-pwads! It will also allow IPX network,
  12. modem, and null-modem play, or stand alone play quickly and easily thru a
  13. menu which is far better than the one packaged with Doom.  DooMenu allows you
  14. to choose coorperative, or deathmatch with respawn or no monsters on or off,
  15. it can load a save game, or use an external WAD file.  It will ask you for
  16. the skill, episode, episode map, number to dial, and weather to disable call
  17. waiting.  It can store up to 9 different default friends for speed dialing.
  18. It is very quick and does a lot more than the Doom setup does.  The Doom
  19. setup does not support -nomonsters, -devparm -wart epi lev, -respawn, -file,
  20. or call waiting.  DooMenu does this and more.
  21.  
  22. **** Explain How DooMenu use external WAD files?
  23.  
  24.      DooMenu looks in the doom directory for all wad files besides the main
  25. doom wad file.  If any are found it adds the option to load an external wad
  26. file at the episode prompt.  Once you select this you are given a list of all
  27. wad file in the dir.  Use the arrow keys and highlight the one you want and
  28. then it will use that wad file in to play.  Make sure the person your playing
  29. with also has loaded the same wad file.  Once you have selected the wads you
  30. want, if you tell it to doomenu automatically looks in the wad file to find
  31. the first level the external wad edited, and then automatically warp to that
  32. level.  DooMenu will also record the number of times each of wad you have has
  33. been played, so it will be easy to spot wads you haven't tried yet.  This
  34. will be stored in DOOMENU.WDI.  If you find that you can't get wads to work
  35. and have read the docs fully, leave me a comment and maybe it's not you.
  36.  
  37. **** Does DooMenu support different SERSETUP's not made by ID?
  38.  
  39.      Yes.  It will send the commands as normal to sersetup.exe, so just
  40. name your new sersetup to sersetup.exe.  If you need to add an command
  41. line option to sersetup everytime, for example you need to send -14400
  42. then just type 'DOOMENU -14400'.  You can pass up to 9 commands thru doomenu
  43. to the new sersetup.
  44.  
  45. **** Sometimes I get a warning message about my command line being long?
  46.  
  47.      I am telling this to tell you about a MAJOR problem you will almost
  48. definatly ecounter if you use DOOMENU or any other DOOMENU clone.  What is
  49. this problem?  I'll tell you.  There are major bugs in passing more than 155
  50. character command lines to doom or sersetup, like doomenu can.  With the
  51. ability to load more than one external wad file its easy to go far beyond 155
  52. characters.  I think DOS v6.0+ (5?) and 4DOS can support command lines more
  53. than 155 characters, but it seems that DOOM is not reconizing them.  Anyways
  54. I am just warning you that there will be error if you try to do TOO much.
  55. DooMenu will beep at you and display a warning message if this occurs so if
  56. that never happens you will be fine.  I have NO idea how to get around this,
  57. the only real way is for doom to read a file instead of looking at command
  58. line parameters, but i doubt ID will do that just so a few people can add
  59. external wads.  If you never have any problems, GOOD otherwise it is not my
  60. fault you can't get it to work.  As usual you can email if you wish to
  61. discuss any problems you find.
  62.     
  63. **** How to Start:
  64.  
  65.   1)  Edit the doomenu.bat.
  66.       a) Add your network type to the 'SET DOOMTYPE=' line.
  67.       b) Add your com port to the 'SET DOOMCOM=' line.
  68.       c) Add your ipx port to the 'SET DOOMIPX=' line.
  69.       d) Add your call waiting status to the 'SET DOOMCALL=' line.
  70.       e) Add your external wads directory to the 'SET DOOMWADS=' line.
  71.       f) Add any phone numbers you call often to it on the 'SET CALLER1='
  72.          and 'SET NUMBER1=' lines.
  73.     
  74. *NOTE* Edit doomenu.bat for a full explaination of all parameters.
  75.        If you do not have IPX port or com port leave it blank. 
  76.  
  77. Example DOOMENU.BAT:
  78.  
  79.      set doomtype=1
  80.      set doomcom=2
  81.      set doomipx=
  82.      set doomcall=2
  83.      set doomwads=c:\doom\wads
  84.      set caller1=Joe Doe
  85.      set number1=555-5555
  86.      set caller2=Mary Bob        
  87.      set number2=1-900-555-5555        
  88.      set caller3=        
  89.      set number3=        
  90.      set caller4=        
  91.      set number4=        
  92.   (ect...)
  93.  
  94. This will set use the telephone modem, set the default comport to 2, add
  95. *70 to all numbers dialed and assign names and numbers to only 2
  96. slots.  This is quite acceptable.  When DooMenu loads up it will ask
  97. you to dial Mary Bob, or Joe Doe, or a another number.  Select Mary
  98. Bob and it will call 1-900-555-5555.
  99.  
  100. The DOOMTYPE can be 3 numbers.  1 if you want to always use the telephone
  101. modem, 2 if you want to always use nul-modem, 3 if you want to always
  102. use IPX network.
  103.  
  104. The DOOMCALL can be 2 numbers. 1 if you want never add *70, 2 if you
  105. want to ALWAYS add *70, or leave it blank if you want to choose every
  106. time.  
  107.  
  108. After you have configured doomenu.bat, all you need to do is to type DOOMENU 
  109. and it will load up and ask you a series of questions.  Answer them and
  110. eventully it will load up sersetup.exe and start calling or answering.
  111.  
  112. **** How do pay tribute to this great shareware author?
  113.  
  114. The very least you can do if you have internet access is just to
  115. leave me a message expessing your opinion of DooMenu.
  116.  
  117. If you want, please feel free to send $0.01 up to $2 billion to 
  118.  
  119.    Jason Sandlin
  120.    35 Woodland Drive
  121.    Downingtown, Pa 19335-1720
  122.   
  123. By registering you can receive, if you wish, the source code (written in
  124. Turbo Pascal v7.0) to the latest copy of DooMenu (internet access req.) 
  125. Thanks for your support.  
  126.  
  127. Internet E-Mail Address: 000082937@ucis.vill.edu 
  128. Don't bother emailing me after 1/95, the account will probably not be 
  129. active.
  130.  
  131. If you find any errors or have any suggestions get in touch.  
  132.  
  133. **** Do you have any thing else to say?
  134.  
  135.      I would like to thank everyone on internet for helping me with
  136. ideas on how to improve DOOMENU, and of course for the few that registered
  137. with it with me.  I am amazed at internet's ability for mass information, 
  138. and how that it only gets bigger.  I'd also like to thank ID, alt.games.doom,
  139. and the sysop of infant2.sphs.indiana.edu for obvious reasons.