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