Skip to content

Commit

Permalink
3on3FreestyleRebound support
Browse files Browse the repository at this point in the history
  • Loading branch information
LongerWarrior committed May 13, 2024
1 parent b2e7de5 commit c1c8adf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions FModel/ViewModels/CUE4ParseViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
using CUE4Parse.GameTypes.DBD.Encryption.Aes;
using CUE4Parse.GameTypes.PAXDEI.Encryption.Aes;
using CUE4Parse.GameTypes.NetEase.MAR.Encryption.Aes;
using CUE4Parse.GameTypes.FSR.Encryption.Aes;
using EpicManifestParser;
using FModel.Creator;
using FModel.Extensions;
Expand Down Expand Up @@ -184,6 +185,7 @@ public CUE4ParseViewModel()
EGame.GAME_Undawn => ToaaAes.ToaaDecrypt,
EGame.GAME_DeadByDaylight => DBDAes.DbDDecrypt,
EGame.GAME_PaxDei => PaxDeiAes.PaxDeiDecrypt,
EGame.GAME_3on3FreeStyleRebound => FreeStyleReboundAes.FSRDecrypt,
_ => Provider.CustomEncryption
};

Expand Down Expand Up @@ -663,6 +665,7 @@ public void Extract(CancellationToken cancellationToken, string fullPath, bool a
case "csv":
case "pem":
case "tps":
case "lua":
case "js":
case "po":
case "h":
Expand Down

0 comments on commit c1c8adf

Please sign in to comment.