home *** CD-ROM | disk | FTP | other *** search
/ 1,001 Nights of Doom / 1001NightsOfDoom1995wickedSensations.iso / misc / lmputil.zip / LMPUTIL.DOC next >
Text File  |  1994-12-03  |  3KB  |  84 lines

  1.                         Doom LMP Utility System
  2.                         Version 1.4, Dec 2 1994
  3.                       Copyright 1994, Raymond Chi
  4.                           All Rights Reserved
  5.  
  6.      LmpUtil is a utility program that allows you to display and modify
  7. Doom / Doom II LMP files (recorded games). It will display detailed
  8. information about the LMP since most LMPs on the internet doesn't have
  9. an accompanying text file.
  10.     You can, for example, use LmpUtil to change the recording player in
  11. a multi-player demo, so that music, sound effect, and frags shows the
  12. changed player. F12 during the play will not completely switch you to the
  13. other player because the status bar still shows your status, not the player
  14. you switched to.
  15.     You can also use LmpUtil to set the LMP version anywhere from 1.4 to
  16. 1.9, so you don't have to install a different version of Doom just to view
  17. the LMPs. (Works 80% of the time, except when maps are rebuild)
  18.     You also can use LmpUtil to convert 1.2 LMPs to the newer LMP format,
  19. 1.4 - 1.7a. However, with the improved mouse recording in later versions
  20. of Doom, many 1.2 LMPs recorded with the mouse get out of sync quickly.
  21. Keyboard recorded games, on the other hand, works quite well under 1.666.
  22. This allowed me to view many of my good old 1.2 LMPs!
  23.  
  24. Here's some sample output of the program :
  25.  
  26. d:\best\doom>lmputil jayalanw.lmp
  27. LMP Version   : 1.6
  28. Skill Level   : 2, Hey, not too rough
  29. Episode       : 1
  30. Map           : 5
  31. Play Mode     : DeathMatch 2.0
  32. -respawn      : No
  33. -fast         : No
  34. -nomonsters   : Yes
  35. Recorded by   : Indigo
  36. Active Player : Green, Indigo
  37. Game Tick     : 106443
  38. Duration      : 00:50:41
  39.  
  40. Here's a output for a 1.2 Lmp :
  41.  
  42. d:\best\doom>lmputil dodge.lmp
  43. LMP Version   :
  44. Skill Level   : 4, Ultra-Violence
  45. Episode       : 2
  46. Map           : 9
  47. Play Mode     :
  48. -respawn      :
  49. -fast         :
  50. -nomonsters   :
  51. Recorded by   :
  52. Active Player : Green
  53. Game Tick     : 6635
  54. Duration      : 00:03:10
  55.  
  56. And here's a output when /c and /v are both used :
  57.  
  58. d:\best\doom>lmputil nachos.lmp /v 1.7 /c
  59. LMP Version   : 1.6 -> 1.7
  60. Skill Level   : 2, Hey, not too rough
  61. Episode       : 1
  62. Map           : 1
  63. Play Mode     : Original DeathMatch
  64. -respawn      : No
  65. -fast         : No
  66. -nomonsters   : Yes
  67. Recorded by   : Brown -> Red
  68. Active Player : Green, Indigo, Brown, Red
  69. Game Tick     : 89820
  70. Duration      : 00:42:47
  71.  
  72. To convert a 1.2 LMP to 1.6 LMP, simply type
  73.  
  74. lmputil /t source.lmp target.lmp
  75.  
  76. Of course, credit must go to id software and Uwe Girlich for the
  77. unofficial Doom LMP spec.
  78.  
  79. Since this is the very first program I release into the public, I would
  80. appreciate any feedbacks you have about the program.
  81.  
  82. Raymond Chi
  83. chiry@po.eecs.berkeley.edu
  84.