From 98bfdc690d353df54d33782c766cad9a74c4eda3 Mon Sep 17 00:00:00 2001 From: Masusder <59669685+Masusder@users.noreply.github.com> Date: Sun, 13 Sep 2026 21:03:01 +0200 Subject: [PATCH] Arc Raiders/PUBG Mobile 4.6/Splitgate 2/InZOI updates, Delta Force VT fix, Fixed PSK exports, Added support for new Roco Kingdom: World encryption, Criware fixes, Option to clear empty game directories, APKs can now be loaded directly, Fixed laggy game version filtering, Added update notification, Audio middleware assets are now grouped Co-Authored-By: LongerWarrior <37636768+LongerWarrior@users.noreply.github.com> Co-Authored-By: Luke <17146677+lukefz@users.noreply.github.com> Co-Authored-By: Abishek <73873078+abishek82828@users.noreply.github.com> --- CUE4Parse | 2 +- FModel/Enums.cs | 8 + FModel/MainWindow.xaml | 27 +++ .../ApiEndpoints/FModelApiEndpoint.cs | 1 + FModel/ViewModels/ApplicationViewModel.cs | 9 +- FModel/ViewModels/AudioPlayerViewModel.cs | 6 +- FModel/ViewModels/CUE4ParseViewModel.cs | 8 +- FModel/ViewModels/Commands/LoadCommand.cs | 2 +- FModel/ViewModels/GameFileViewModel.cs | 58 ++++++- FModel/ViewModels/GameSelectorViewModel.cs | 35 +++- FModel/Views/DirectorySelector.xaml | 8 +- FModel/Views/DirectorySelector.xaml.cs | 38 +++++ FModel/Views/Resources/Colors.xaml | 5 + .../Explorer/ListExplorer/FileRow.xaml | 2 + .../Explorer/TiledExplorer/FileButton.xaml | 2 + .../Resources/Controls/FilterableComboBox.cs | 157 +++++++++++++----- .../Converters/FileToGeometryConverter.cs | 16 +- FModel/Views/Resources/Icons.xaml | 6 + FModel/Views/Resources/Resources.xaml | 10 ++ 19 files changed, 339 insertions(+), 61 deletions(-) diff --git a/CUE4Parse b/CUE4Parse index 89ef88f6..33529e8f 160000 --- a/CUE4Parse +++ b/CUE4Parse @@ -1 +1 @@ -Subproject commit 89ef88f6a3cf9437e599838e68b990e341a329d3 +Subproject commit 33529e8f7e9d764aa05877db1b6c3e9b0b7f7122 diff --git a/FModel/Enums.cs b/FModel/Enums.cs index c172cdd3..6d599d95 100644 --- a/FModel/Enums.cs +++ b/FModel/Enums.cs @@ -171,6 +171,14 @@ public enum EAssetCategory : uint GothamKnights = GameSpecific + 7, } +public enum EAssetFamily +{ + None, + Criware, + Wwise, + FMod, +} + public enum EUnluacMode { Decompile, diff --git a/FModel/MainWindow.xaml b/FModel/MainWindow.xaml index 6c63f0d7..53048aa6 100644 --- a/FModel/MainWindow.xaml +++ b/FModel/MainWindow.xaml @@ -807,6 +807,33 @@ HorizontalAlignment="Right" VerticalAlignment="Stretch" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Stretch"> + + +