home *** CD-ROM | disk | FTP | other *** search
/ Arcade Explosion / ae.mdf / arcexp / descent / levels / utils / dthogexe / hogread.me next >
Text File  |  1995-04-06  |  2KB  |  44 lines

  1.  
  2. 4/16/95
  3.  
  4. SPLITHOG.EXE:  Splits a registered Descent .HOG file into its components.
  5. MAKEHOG.EXE:   Reads mission (.MSN) file levels and creates a HOG file
  6.                from them.
  7.  
  8. Example:  Suppose you really like levels 1,3,5 and 6 of registered Descent
  9.           and you would like to play those levels as a separate game.
  10.           First, run SPLITHOG against DESCENT.HOG to break out the level
  11.           files (.RDL files):
  12.  
  13.                     SPLITHOG DESCENT.HOG <enter>
  14.  
  15.           Next, create a mission file that looks like the following (mission
  16.           files are ASCII text files):
  17.  
  18. name = Test Mission ;any name you want - this shows up in the game list
  19. type = normal       ;can be "normal" or "anarchy".  Omitted means normal
  20. num_levels = 4      ;number of normal levels
  21. level01.rdl         ;level filename 1
  22. level03.rdl         ;level filename 2
  23. level05.rdl         ;level filename 3
  24. level06.rdl         ;level filename 4
  25.  
  26.           Now run MAKEHOG and pass the name of the mission file, as in
  27.  
  28.                     MAKEHOG TEST.MSN <enter>
  29.  
  30.           This will create TEST.HOG, and when you start Descent, TEST will
  31.           appear in the single-player and multiplayer game lists.
  32.  
  33.  
  34. If the type is set to "anarchy," the mission will only appear in the
  35. multiplayer game selection list.  Otherwise, it will appear in the
  36. multiplayer list and the single-player new game list.
  37.  
  38. Source code is provided "as is" with no warranty.  If you need special mods
  39. for some reason, send me an E-Mail and we'll talk about what you want.
  40.  
  41.  
  42. Bob Clarke
  43. 71233,1422
  44.