vgio icon indicating copy to clipboard operation
vgio copied to clipboard

Quake 2 Vanilla Formats

Open joshuaskelly opened this issue 6 years ago • 2 comments

Summary

Add support for the files that shipped with vanilla Quake 2.

Tasks

  • [x] Bsp Format
  • [x] Dm2 Format
  • [x] Md2 Format
  • [x] Pak Format
  • [x] Sp2 Format
  • [x] Wal Format
  • [ ] Network Protocol

joshuaskelly avatar Jul 19 '18 05:07 joshuaskelly

Currently in the research phase on this issue.

Quake 2 File Format Header https://github.com/id-Software/Quake-2/blob/372afde46e7defc9dd2d719a1732b8ace1fa096e/qcommon/qfiles.h

Quake 2 Network Protocol Header https://github.com/id-Software/Quake-2/blob/372afde46e7defc9dd2d719a1732b8ace1fa096e/qcommon/qcommon.h

joshuaskelly avatar Jul 19 '18 05:07 joshuaskelly

Went ahead and merged current work into master. The protocol (and demo that depends on it) still need to be finished.

joshuaskelly avatar Feb 17 '19 05:02 joshuaskelly