diff --git a/Creation Kit Platform Extended Core/Core/EngineFO4Patches.cpp b/Creation Kit Platform Extended Core/Core/EngineFO4Patches.cpp index 259b040..4f9240c 100644 --- a/Creation Kit Platform Extended Core/Core/EngineFO4Patches.cpp +++ b/Creation Kit Platform Extended Core/Core/EngineFO4Patches.cpp @@ -115,7 +115,6 @@ namespace CreationKitPlatformExtended new Patches::BSResourceTextureDBREPatch(), new Patches::FixLandspaceVNMLPatch(), new Patches::ChooseSoundFilePatch(), - //new Patches::CrashInventoryPatch(), new Patches::RunNetworkDisablePatch(), new Patches::CrashConditionItemGetCrimePatch(), new Patches::DontMatchFormsPatch(), @@ -149,6 +148,12 @@ namespace CreationKitPlatformExtended PatchesManager->Append(new Patches::PreCombinedPatch()); } + else if (!_stricmp(Cmd.c_str(), "-ExportFaceGenData")) + { + _CONSOLE("The facegen operation has been launched"); + + PatchesManager->Append(new Patches::CrashInventoryPatch()); + } } } } diff --git a/Creation Kit Platform Extended Core/Version/build_version.txt b/Creation Kit Platform Extended Core/Version/build_version.txt index d51e5e4..d534616 100644 Binary files a/Creation Kit Platform Extended Core/Version/build_version.txt and b/Creation Kit Platform Extended Core/Version/build_version.txt differ diff --git a/Creation Kit Platform Extended Core/Version/resource_version2.h b/Creation Kit Platform Extended Core/Version/resource_version2.h index 9504b79..fc2c52e 100644 Binary files a/Creation Kit Platform Extended Core/Version/resource_version2.h and b/Creation Kit Platform Extended Core/Version/resource_version2.h differ