mirror of
https://github.com/4sval/FModel.git
synced 2026-09-22 00:14:38 -05:00
bump for PaxDei support
This commit is contained in:
Submodule CUE4Parse updated: 1acd39e63c...a8cb8411d5
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user