Skip to content

Commit

Permalink
[CKPE]
Browse files Browse the repository at this point in the history
SSE:
- 1378.1 Fixed signature BSPointerHandle
  • Loading branch information
Perchik71 committed Nov 25, 2024
1 parent 2e68a4c commit b46efb5
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ namespace CreationKitPlatformExtended

bool AddChangeRefPatch::HasDependencies() const
{
return false;
return true;
}

Array<String> AddChangeRefPatch::GetDependencies() const
{
return {};
return { "Replace BSPointerHandle And Manager" };
}

bool AddChangeRefPatch::QueryFromPlatform(EDITOR_EXECUTABLE_TYPE eEditorCurrentVersion,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ namespace CreationKitPlatformExtended

bool CrashInventoryIteratorsPatch::HasDependencies() const
{
return false;
return true;
}

Array<String> CrashInventoryIteratorsPatch::GetDependencies() const
{
return {};
return { "Replace BSPointerHandle And Manager" };
}

bool CrashInventoryIteratorsPatch::QueryFromPlatform(EDITOR_EXECUTABLE_TYPE eEditorCurrentVersion,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ namespace CreationKitPlatformExtended

bool FixIntersectionTrianglePatch::HasDependencies() const
{
return false;
return true;
}

Array<String> FixIntersectionTrianglePatch::GetDependencies() const
{
return {};
return { "Replace BSPointerHandle And Manager" };
}

bool FixIntersectionTrianglePatch::QueryFromPlatform(EDITOR_EXECUTABLE_TYPE eEditorCurrentVersion,
Expand Down
4 changes: 2 additions & 2 deletions Creation Kit Platform Extended Core/Patches/ThreadPatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ namespace CreationKitPlatformExtended
PatchIAT(HKSetThreadPriority, "kernel32.dll", "SetThreadPriority");
PatchIAT(HKSetThreadAffinityMask, "kernel32.dll", "SetThreadAffinityMask");

PatchIAT(HKSleep, "kernel32.dll", "Sleep");
PatchIAT(HKSleepEx, "kernel32.dll", "SleepEx");
//PatchIAT(HKSleep, "kernel32.dll", "Sleep");
//PatchIAT(HKSleepEx, "kernel32.dll", "SleepEx");

auto hCurrentProcess = GetCurrentProcess();
if (hCurrentProcess)
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.
Binary file not shown.
4 changes: 2 additions & 2 deletions Database/SSE/1_6_1378_1/ReplaceBSPointerHandleAndManager.relb
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ extended
1241F60 36 48894C2408488B4424088B002500000004C3
12AEE80 128 8954241048894C24084883EC28488B4C2430E8????????488B4424308B40080FBAE80A488B4C24308941088B44243825FFFF1F00C1E00B488B4C24308B49080B
12423C0 34 48894C2408488B4424088B4008C1E80BC3
13FBB50 0 41B80000000133D2488D0D????????E8????????-E
13FBB50 0 4883EC38C705????????0000000041B80000000133D2488D0D????????E8????????C744242000000000EB??8B442420FFC089442420817C242000001000
17542C0 0 4883EC4848C7442438FEFFFFFF488D15????????488D4C2430E8????????
1753F10 0 4881EC9800000048C7842480000000FEFFFFFF488D15????????488D4C2478E8????????
12AD7E0 128 488954241048894C24084883EC48488D4C2424E8????????48837C2458000F84????????488B4424584883C030488BC8E8????????0FB6C085C00F84????????
12AD160 128 488954241048894C24084883EC6848C7442450FEFFFFFF488D4C2428E8????????48837C2478000F84????????488B542478488D4C2440E8????????488BD048
123EA40 0 488B4C2450E8????????0FB6C085C00F85????????488D15????????488D4C2430E8????????-12
12AD502 0 488B4C2450E8????????0FB6C085C00F85????????488D15????????488D4C2430E8????????-12
12AD4F0 0 488B4C2450E8????????0FB6C085C00F85????????488D15????????488D4C2430E8????????-12
1241260 128 488954241048894C24084883EC58488B4C2460E8????????0FB6C085C00F85????????488B4C2460E8????????89442424488B4C2460E8????????894424288B
12ADB30 128 488954241048894C24084883EC58488B4C2460E8????????0FB6C085C00F85????????488B4C2460E8????????89442424488B4C2460E8????????894424288B
14A9130 128 48894C24084883EC48C644242001488B4C2450E8????????0FB6C085C074??C644242000488B4C2450E8????????89442424488B4C2450E8????????8944242C

0 comments on commit b46efb5

Please sign in to comment.