From 27dbe2aebfa52371a39b61d7d0acecca1037d31c Mon Sep 17 00:00:00 2001 From: Tim Leonard Date: Sat, 23 Mar 2024 12:55:48 +0000 Subject: [PATCH] Disable old version of ds2 in loader. --- Source/Loader/Config/BuildConfig.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Loader/Config/BuildConfig.cs b/Source/Loader/Config/BuildConfig.cs index b09db296..20357505 100644 --- a/Source/Loader/Config/BuildConfig.cs +++ b/Source/Loader/Config/BuildConfig.cs @@ -89,6 +89,8 @@ public static class BuildConfig // ------------------------------------------------------------------------------------------- // Dark Souls II // ------------------------------------------------------------------------------------------- + /* + // Don't support the old version of ds2 as we don't have any RCE mitigations for it at the moment. { ExeUtils.MakeSimpleExeHash("1,0,2,0", 31605096), new DarkSoulsLoadConfig @@ -101,6 +103,7 @@ public static class BuildConfig SteamAppId = 335300 } }, + */ { ExeUtils.MakeSimpleExeHash("1,0,3,0", 28200992), new DarkSoulsLoadConfig