Skip to content

Commit

Permalink
[CKPE]
Browse files Browse the repository at this point in the history
SF:
- More RE;
- Added patch AllowSaveESM, AllowMasterESP;
  • Loading branch information
Perchik71 committed Nov 16, 2024
1 parent a93629b commit 14cccf4
Show file tree
Hide file tree
Showing 22 changed files with 1,318 additions and 294 deletions.
2 changes: 2 additions & 0 deletions Creation Kit Platform Extended Core/Core/EngineSFPatches.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "Patches/SF/RemoveThreadDpi.h"
#include "Patches/SF/LoadMaterialsAsync.h"
#include "Patches/SF/FixQuoteCmdLineSF.h"
#include "Patches/SF/AllowSaveESMandMasterESPSF.h"

#include "Patches/Windows/SF/DataWindowSF.h"
#include "Patches/Windows/SF/AboutWindowSF.h"
Expand Down Expand Up @@ -50,6 +51,7 @@ namespace CreationKitPlatformExtended
new Patches::RemoveThreadDpiPatch(),
//new Patches::LoadMaterialsAsyncPatch(),
new Patches::FixQuoteCmdLinePatch(),
new Patches::AllowSaveESMandMasterESPPatch(),

new Patches::DataWindow(),
new Patches::AboutWindow(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@
<ClCompile Include="Patches\QuitHandlerPatch.cpp" />
<ClCompile Include="Patches\RenameCreationKitApp.cpp" />
<ClCompile Include="Patches\RenderWindow60FPS.cpp" />
<ClCompile Include="Patches\SF\AllowSaveESMandMasterESPSF.cpp" />
<ClCompile Include="Patches\SF\FixQuoteCmdLineSF.cpp" />
<ClCompile Include="Patches\SF\LoadMaterialsAsync.cpp" />
<ClCompile Include="Patches\SF\OptimizationLoadSF.cpp" />
Expand Down Expand Up @@ -653,6 +654,7 @@
<ClInclude Include="Patches\QuitHandlerPatch.h" />
<ClInclude Include="Patches\RenameCreationKitApp.h" />
<ClInclude Include="Patches\RenderWindow60FPS.h" />
<ClInclude Include="Patches\SF\AllowSaveESMandMasterESPSF.h" />
<ClInclude Include="Patches\SF\FixQuoteCmdLineSF.h" />
<ClInclude Include="Patches\SF\LoadMaterialsAsync.h" />
<ClInclude Include="Patches\SF\OptimizationLoadSF.h" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,9 @@
<ClCompile Include="Patches\SF\FixQuoteCmdLineSF.cpp">
<Filter>Patches\SF</Filter>
</ClCompile>
<ClCompile Include="Patches\SF\AllowSaveESMandMasterESPSF.cpp">
<Filter>Patches\SF</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Filter Include="Version">
Expand Down Expand Up @@ -2158,6 +2161,9 @@
<ClInclude Include="Patches\SF\FixQuoteCmdLineSF.h">
<Filter>Patches\SF</Filter>
</ClInclude>
<ClInclude Include="Patches\SF\AllowSaveESMandMasterESPSF.h">
<Filter>Patches\SF</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Version\resource_version.rc">
Expand Down
Loading

0 comments on commit 14cccf4

Please sign in to comment.