Skip to content

Commit

Permalink
[CKPE]
Browse files Browse the repository at this point in the history
FO4:
- Crash Inventory patch intalling only via CLI -ExportFaceGenData;
  • Loading branch information
Perchik71 committed Jan 15, 2025
1 parent 61c4ecb commit b0b2bf4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down Expand Up @@ -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());
}
}
}
}
Expand Down
Binary file modified Creation Kit Platform Extended Core/Version/build_version.txt
Binary file not shown.
Binary file modified Creation Kit Platform Extended Core/Version/resource_version2.h
Binary file not shown.

0 comments on commit b0b2bf4

Please sign in to comment.