This is LMPC 2.8.0 LMPC is the LMP Control Center. LMPC helps you to handle LMP files. Look in lmpc.doc for an extensive documentation. Features: --------- * supports old (version <1.4) and new DOOM, HERETIC and DOOM ][ * get information about one or more LMP files * change the version of an existing LMP files * change the player number who recorded the multi-player LMP file * add some seconds of waiting at the end (good for COMPET-N files) * remove the PAUSE parts * decompiles (a part of) a LMP file to a Lmp Source (LS) file (ASCII text) * compiles one or more LS files to a LMP file * full source code included * binaries for MS-DOS and LINUX (a.out) included Files: ------ ./Makefile the global Makefile ./README you read it ./INSTALL install hints ./src/Makefile the compiling Makefile ./src/getopt.c getopt source ./src/getopt.h getopt and getopt_long header ./src/getopt1.c getopt_long source ./src/lmpc.c main source ./src/tools.c some misc. functions ./src/tools.h ./src/ulmp.c special LMP functions ./src/ulmp.h ./bin/go32.exe DOS extender for lmpc.exe ./bin/lmpc LINUX binary (GCC 2.5.8) ./bin/lmpc.exe MS-DOS binary (GCC 2.5.8 + GO32CRS) ./bin/stub.exe stub.exe + coff-binary = DOS-binary ./doc/lmpc.html main documentation (HTML) ./doc/lmpc.doc main documentation (ASCII) ./doc/ls.html LS format description (HTML) ./doc/ls.doc LS format description (ASCII) The getopt files are part of the GNU C library. I use it only for creating MS-DOS executables (DJGPP doesn't include getopt/getopt_long). go32.exe and stub.exe are part of DJ Delorie's DJGPP package version 1.12. Uwe Girlich 5 October, 1995 girlich@aix520.informatik.uni-leipzig.de