Skip to content

Commit

Permalink
EXTENSION: Add support for FTE_PEXT_CSQC.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvensson committed Nov 13, 2024
1 parent dd5165c commit 455a954
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# define FTE_PEXT_256PACKETENTITIES 0x01000000 // Client can recieve 256 packet entities.
# define FTE_PEXT_CHUNKEDDOWNLOADS 0x20000000 // alternate file download method. Hopefully it'll give
// quadroupled download speed, especially on higher pings.
# define FTE_PEXT_CSQC 0x40000000 //csqc additions
#endif // PROTOCOL_VERSION_FTE

#ifdef PROTOCOL_VERSION_FTE2
Expand Down Expand Up @@ -233,6 +234,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#endif // FTE_PEXT_MODELDBL

#define svc_fte_spawnbaseline2 66
#ifdef FTE_PEXT_CSQC
#define svc_fte_csqcentities 76
#endif
#define svc_qizmovoice 83

#ifdef FTE_PEXT2_VOICECHAT
Expand Down

0 comments on commit 455a954

Please sign in to comment.