Skip to content

Commit

Permalink
Reinstate dm_83 playback support if no extension given
Browse files Browse the repository at this point in the history
VET 2.60b allegedly still allows them so we can too I guess. You could in theory also use ETe now to up-convert to 84 using the record while playing back feature.
  • Loading branch information
ensiform committed Dec 4, 2023
1 parent 9343c20 commit 141dabc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/qcommon/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If you have questions concerning this license or the applicable additional terms

#include "../client/keys.h"

const int demo_protocols[] = { OLD_PROTOCOL_VERSION, NEW_PROTOCOL_VERSION, 0 };
const int demo_protocols[] = { VERY_OLD_PROTOCOL_VERSION, OLD_PROTOCOL_VERSION, NEW_PROTOCOL_VERSION, 0 };

#define USE_MULTI_SEGMENT // allocate additional zone segments on demand

Expand Down
1 change: 1 addition & 0 deletions src/qcommon/qcommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ You or the server may be running older versions of the game. Press the auto-upda
// 2.4 - protocol 80
// 1.33 - protocol 59
// 1.4 - protocol 60
#define VERY_OLD_PROTOCOL_VERSION 83
#define OLD_PROTOCOL_VERSION 84

// new protocol with UDP spoofing protection:
Expand Down

0 comments on commit 141dabc

Please sign in to comment.