mirror of
https://github.com/4sval/FModel.git
synced 2026-06-20 15:00:12 -05:00
bump for PaxDei support
This commit is contained in:
parent
0b1c4bd4c9
commit
330ab0a5b2
|
|
@ -1 +1 @@
|
|||
Subproject commit 1acd39e63cb81a34b022deca630bf30c6b8d1036
|
||||
Subproject commit a8cb8411d5a1c95a94a41e41047f3efcaeda4ccf
|
||||
|
|
@ -42,6 +42,7 @@ using CUE4Parse_Conversion.Sounds;
|
|||
|
||||
using CUE4Parse.GameTypes.UDWN.Encryption.Aes;
|
||||
using CUE4Parse.GameTypes.DBD.Encryption.Aes;
|
||||
using CUE4Parse.GameTypes.PAXDEI.Encryption.Aes;
|
||||
using EpicManifestParser;
|
||||
|
||||
using FModel.Creator;
|
||||
|
|
@ -191,6 +192,7 @@ public class CUE4ParseViewModel : ViewModel
|
|||
{
|
||||
EGame.GAME_Undawn => ToaaAes.ToaaDecrypt,
|
||||
EGame.GAME_DeadbyDaylight => DbDAes.DbDDecrypt,
|
||||
EGame.GAME_PaxDei => PaxDeiAes.PaxDeiDecrypt,
|
||||
_ => Provider.CustomEncryption
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user