Skip to content

Commit

Permalink
DbD custom encryption handling
Browse files Browse the repository at this point in the history
  • Loading branch information
LongerWarrior committed May 3, 2024
1 parent 2df2424 commit 9a9eb02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions FModel/ViewModels/CUE4ParseViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
using CUE4Parse_Conversion.Sounds;

using CUE4Parse.GameTypes.UDWN.Encryption.Aes;
using CUE4Parse.GameTypes.DBD.Encryption.Aes;
using EpicManifestParser;

using FModel.Creator;
Expand Down Expand Up @@ -187,6 +188,7 @@ public CUE4ParseViewModel()
Provider.CustomEncryption = Provider.Versions.Game switch
{
EGame.GAME_Undawn => ToaaAes.ToaaDecrypt,
EGame.GAME_DeadbyDaylight => DbDAes.DbDDecrypt,
_ => Provider.CustomEncryption
};

Expand Down

0 comments on commit 9a9eb02

Please sign in to comment.