home *** CD-ROM | disk | FTP | other *** search
/ Toolkit for DOOM / DOOMTOOL.ISO / misc / lmplay.txt < prev    next >
Text File  |  1994-08-23  |  1KB  |  28 lines

  1. LMPlay version 1.0 docs.
  2.  
  3. LMPlay: Freeware written by Tarik Hadid <hadid@teleport.com>
  4.  
  5.     LMPlay is a quick program I wrote to modify an .lmp to change the view it 
  6. was recorded from. LMPlay is meant to be used either interactively or by 
  7. command line for a batch file.
  8.     The idea is from a posting to alt.games.doom on usenet about how to do
  9. this. This program allows the .lmp to be modified without a hex editor. It
  10. simply automates the process of viewing .lmp's.
  11.     Using this program is easy simply type 'LMP filename.lmp' to go to an
  12. "interactive" screen. The current viewpoint is shown on the bottom and
  13. you change it by hitting "g", "i", "b", or "r" to change the current view
  14. to that of the green, indigo, brown, or red player respectively. When you
  15. are finished just hit <ENTER><y> to accept the new value and confirm the 
  16. changes. Hitting <ESC> will cancel without modifying the file.
  17.     To use command line mode just type 'LMP filename.lmp [view]'. For the
  18. view use "g", "i", "b", or "r" as above but enter it on the command line
  19. instead. The program will not output to the screen when used this way
  20. unless there is an error finding the file or if the commands were entered
  21. incorrectly, this is to make the program useful for batch files.
  22.  
  23. Notes:
  24. This program is freeware and I don't care what you do with it.
  25. It was written in C and compiled with Turbo C++ 3.0.
  26.  
  27.  
  28.