mirror of
https://github.com/4sval/FModel.git
synced 2026-06-20 15:00:12 -05:00
Roco Kingdom data table update, Snowbreak AES reload fix and lua support, Division Resurgence fixes, Subnautica 2 support, Lego 2K Drive support, Game For Peace partial lua support, Mongil Star Dive fixes
Some checks are pending
FModel QA Builder / build (push) Waiting to run
Some checks are pending
FModel QA Builder / build (push) Waiting to run
Co-Authored-By: LongerWarrior <37636768+LongerWarrior@users.noreply.github.com>
This commit is contained in:
parent
06186cbc03
commit
fa12e8ec3b
|
|
@ -1 +1 @@
|
|||
Subproject commit dc70cfbc92436bd8c6308a5139c1baa94bd37799
|
||||
Subproject commit 8bff2f73dd9f826c35a21c57c7dd48b642bd98c4
|
||||
|
|
@ -799,6 +799,7 @@ public class CUE4ParseViewModel : ViewModel
|
|||
|
||||
break;
|
||||
}
|
||||
case "ebd" when Provider.Versions.Game is EGame.GAME_ArcRaiders:
|
||||
case "json":
|
||||
{
|
||||
var data = Provider.SaveAsset(entry);
|
||||
|
|
@ -1028,7 +1029,7 @@ public class CUE4ParseViewModel : ViewModel
|
|||
var nonPath = Provider.Files.Keys.FirstOrDefault(k => k.EndsWith(nonFileName, StringComparison.OrdinalIgnoreCase));
|
||||
|
||||
// I will only get one localization file because they did not translate any languages, lol
|
||||
var locPathKey = entry.Path.Replace("/BinData/", "/BinLocalize/en_US/").Replace("/BinDataCompressed/", "/BinLocalize/en_US/");
|
||||
var locPathKey = entry.Path.Replace("/BinData/", "/BinLocalize/zh_Hans/").Replace("/BinDataCompressed/", "/BinLocalize/zh_Hans/");
|
||||
var locFileFound = Provider.Files.TryGetValue(locPathKey, out var locEntry);
|
||||
|
||||
if (!string.IsNullOrEmpty(nonPath) && Provider.Files.TryGetValue(nonPath, out var nonEntry))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user