Skip to content

Commit

Permalink
Add code for ER regulation key back
Browse files Browse the repository at this point in the history
Oops
  • Loading branch information
googleben committed Mar 21, 2022
1 parent 6c25f85 commit 9813c0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BinderTool/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,9 @@ private static byte[] GetRegulationKey(GameVersion version)
case GameVersion.DarkSouls3:
key = DecryptionKeys.RegulationFileKeyDs3;
break;
case GameVersion.EldenRing:
key = DecryptionKeys.RegulationFileKeyEr;
break;
default:
key = new byte[16];
break;
Expand Down

0 comments on commit 9813c0a

Please sign in to comment.