Skip to content

jchoffmann/q2dc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

q2dc

Quake2 demo converter

Changes Quake2 demos recorded with R1CHs Enhanced Quake2 Client to make them editable with keygrip2.

More precisely, it converts *.dm2 files recorded with network protocol 35 to files compatible with the old protocol 34.

Usage

q2dc [-f] -o output.dm2 input.dm2

(use '-f' to fix MAX_MSGLEN error)

Caveats

  • 'msglen > MAX_MSGLEN': you might see this error when you open a r1q2 demo with an alternative client (nocheat, original quake). Try running it with '-f' to fix this (this breaks big blocks in smaller chunks).

  • Demos containing the 'new' packet type 'Compressed Packet' cannot be converted yet (according to R1ch this doesn't happen very often)

Why

Just a fun way to practice a bit of C programming.

Links

About

Quake2 demo converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published