]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
added support for arguire's strange protocols that expand
[xonotic/darkplaces.git] / common.h
index 0eaa2e25c36155cb3fdfb5587ee1b9acb70a3f85..c5bd06003233aff1bc0d79340ae50dcbb6e73b45 100644 (file)
--- a/common.h
+++ b/common.h
@@ -149,6 +149,9 @@ typedef enum protocolversion_e
        PROTOCOL_NEHAHRAMOVIE, // Nehahra movie protocol, a big nasty hack dating back to early days of the Quake Standards Group (but only ever used by neh_gl.exe), this is potentially backwards compatible with quake protocol as long as no extended features are used (but in actuality the neh_gl.exe which wrote this protocol ALWAYS wrote the extended information)
        PROTOCOL_QUAKE, // quake (aka netquake/normalquake/nq) protocol
        PROTOCOL_QUAKEWORLD, // quakeworld protocol
+       PROTOCOL_NEHAHRABJP, // same as QUAKEDP but with 16bit modelindex
+       PROTOCOL_NEHAHRABJP2, // same as NEHAHRABJP but with 16bit soundindex
+       PROTOCOL_NEHAHRABJP3, // same as NEHAHRABJP2 but with some changes
 }
 protocolversion_t;