mirror of
https://github.com/4sval/FModel.git
synced 2026-09-21 07:54:39 -05:00
Split Fiction and Brickadia support
Some checks failed
FModel QA Builder / build (push) Has been cancelled
Some checks failed
FModel QA Builder / build (push) Has been cancelled
This commit is contained in:
Submodule CUE4Parse updated: 45fe0eb129...74405d72a8
@@ -578,7 +578,8 @@ public class CUE4ParseViewModel : ViewModel
|
||||
case "manifest":
|
||||
case "uplugin":
|
||||
case "archive":
|
||||
case "vmodule":
|
||||
case "vmodule":
|
||||
case "uparam": // Steel Hunters
|
||||
case "verse":
|
||||
case "html":
|
||||
case "json":
|
||||
@@ -713,6 +714,16 @@ public class CUE4ParseViewModel : ViewModel
|
||||
|
||||
break;
|
||||
}
|
||||
case "upipelinecache":
|
||||
{
|
||||
var archive = entry.CreateReader();
|
||||
var ar = new FPipelineCacheFile(archive);
|
||||
TabControl.SelectedTab.SetDocumentText(JsonConvert.SerializeObject(ar, Formatting.Indented), saveProperties, updateUi);
|
||||
|
||||
break;
|
||||
}
|
||||
case "res": // just skip
|
||||
break;
|
||||
default:
|
||||
{
|
||||
FLogger.Append(ELog.Warning, () =>
|
||||
|
||||
Reference in New Issue
Block a user