mirror of
https://github.com/4sval/FModel.git
synced 2026-09-18 22:44:26 -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:
Submodule CUE4Parse updated: dc70cfbc92...8bff2f73dd
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user