We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0b289 commit 7b7343bCopy full SHA for 7b7343b
1 file changed
src/Checksum.cpp
@@ -238,7 +238,11 @@ static std::thread g_sumthreads[NUM_FILE_SUM_THREADS];
238
static std::map<std::string, uint32_t> g_filesums[NUM_FILE_SUM_THREADS];
239
240
static const uint32_t g_vpkWhitelist[] = {
241
- // Portal 2
+ // 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)
246
4107509135, // /portal2/pak01_dir.vpk
247
2990582453, // /portal2_german/pak01_dir.vpk
248
2395721311, // /portal2_french/pak01_dir.vpk
0 commit comments