mirror of
https://github.com/4sval/FModel.git
synced 2026-09-20 07:24:45 -05:00
Delta Force Hawk Ops support
Some checks are pending
FModel QA Builder / build (push) Waiting to run
Some checks are pending
FModel QA Builder / build (push) Waiting to run
This commit is contained in:
Submodule CUE4Parse updated: b840365bac...dbf308efa4
@@ -40,7 +40,8 @@ using CUE4Parse.GameTypes.DBD.Encryption.Aes;
|
||||
using CUE4Parse.GameTypes.DreamStar.Encryption.Aes;
|
||||
using CUE4Parse.GameTypes.PAXDEI.Encryption.Aes;
|
||||
using CUE4Parse.GameTypes.NetEase.MAR.Encryption.Aes;
|
||||
using CUE4Parse.GameTypes.FSR.Encryption.Aes;
|
||||
using CUE4Parse.GameTypes.FSR.Encryption.Aes;
|
||||
using CUE4Parse.GameTypes.DeltaForce.Encryption.Aes;
|
||||
using CUE4Parse.UE4.Objects.Core.Misc;
|
||||
using EpicManifestParser;
|
||||
using FModel.Creator;
|
||||
@@ -182,7 +183,8 @@ public class CUE4ParseViewModel : ViewModel
|
||||
EGame.GAME_DeadByDaylight => DBDAes.DbDDecrypt,
|
||||
EGame.GAME_PaxDei => PaxDeiAes.PaxDeiDecrypt,
|
||||
EGame.GAME_3on3FreeStyleRebound => FreeStyleReboundAes.FSRDecrypt,
|
||||
EGame.GAME_DreamStar => DreamStarAes.DreamStarDecrypt,
|
||||
EGame.GAME_DreamStar => DreamStarAes.DreamStarDecrypt,
|
||||
EGame.GAME_DeltaForceHawkOps => DeltaForceAes.DeltaForceDecrypt,
|
||||
_ => Provider.CustomEncryption
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user