Skip to content

Commit

Permalink
Disable old version of ds2 in loader.
Browse files Browse the repository at this point in the history
  • Loading branch information
TLeonardUK committed Mar 23, 2024
1 parent f2657af commit 27dbe2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Loader/Config/BuildConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -101,6 +103,7 @@ public static class BuildConfig
SteamAppId = 335300
}
},
*/
{
ExeUtils.MakeSimpleExeHash("1,0,3,0", 28200992),
new DarkSoulsLoadConfig
Expand Down

0 comments on commit 27dbe2a

Please sign in to comment.