From 5790adfb76780dd9cef3dfdb19a07b2301451a51 Mon Sep 17 00:00:00 2001 From: LongerWarrior Date: Wed, 25 Mar 2026 22:01:13 +0200 Subject: [PATCH] Roco Kingdom World support --- CUE4Parse | 2 +- FModel/ViewModels/CUE4ParseViewModel.cs | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CUE4Parse b/CUE4Parse index 267d479e..3f15311a 160000 --- a/CUE4Parse +++ b/CUE4Parse @@ -1 +1 @@ -Subproject commit 267d479e721b424e2e913ec195c596b660aa1d09 +Subproject commit 3f15311a7fdcff82707bc52b201838e9e13fb892 diff --git a/FModel/ViewModels/CUE4ParseViewModel.cs b/FModel/ViewModels/CUE4ParseViewModel.cs index 3fa86b0f..e415ad62 100644 --- a/FModel/ViewModels/CUE4ParseViewModel.cs +++ b/FModel/ViewModels/CUE4ParseViewModel.cs @@ -735,6 +735,8 @@ public class CUE4ParseViewModel : ViewModel case "po": case "md": case "h": + case "non" when Provider.Versions.Game is EGame.GAME_RocoKingdomWorld: + case "cam" when Provider.Versions.Game is EGame.GAME_RocoKingdomWorld: // Uncharted Waters Origin case "crn": case "uwt":