Skip to content

Commit 7b7343b

Browse files
betsrunerThisAMJ
authored andcommitted
Updated vpk whitelist for version 10090
1 parent 3d0b289 commit 7b7343b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/Checksum.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,11 @@ static std::thread g_sumthreads[NUM_FILE_SUM_THREADS];
238238
static std::map<std::string, uint32_t> g_filesums[NUM_FILE_SUM_THREADS];
239239

240240
static const uint32_t g_vpkWhitelist[] = {
241-
// Portal 2
241+
// Portal 2 (10090)
242+
1937334792, // portal2/pak01_dir.vpk
243+
525202717, // portal2_dlc1/pak01_dir.vpk
244+
1882863719, // portal2_dlc2/pak01_dir.vpk
245+
// Portal 2 (9568)
242246
4107509135, // /portal2/pak01_dir.vpk
243247
2990582453, // /portal2_german/pak01_dir.vpk
244248
2395721311, // /portal2_french/pak01_dir.vpk

0 commit comments

Comments
 (0)