For version 0.0.6 of
playdemo, I use a demo
file analyzer I found here:
http://skuller-vidnoe.narod.ru/downloads/dm_68.zip.
The above program analyzes a demo file and outputs
some information about it (including in-game messages).
dm_68 is from 2003 and doesn't compile on modern GCCs
anymore, so I patched it a bit.
You can find the patched version in the
attachment of
this posting. It also contains a Windows console version
in the bin directory as well as a Linux 64-bit version in
the source directory.
Build instructions:
- tar xfj dm_68-pl1.tar.bz2
- cd dm_68-pl1/source
- make clean all
- copy resulting binary 'dm_68' to a directory that's
in your $PATH.
No ChangeLog etc. since the patch is too trivial.
.