Skip to content

Commit

Permalink
[CKPE]
Browse files Browse the repository at this point in the history
SSE and FO4:
- Update icons Task Manager for uitheme;
  • Loading branch information
Perchik71 committed Nov 19, 2024
1 parent 77d1025 commit 3ae8b4b
Show file tree
Hide file tree
Showing 21 changed files with 18 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
<ForcedIncludeFiles>Common.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
<AdditionalIncludeDirectories>$(SolutionDir)Creation Kit Platform Extended Core\;$(SolutionDir)Dependencies\mzip\src;$(SolutionDir)Dependencies\mINI\src\mini;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<CompileAsWinRT>false</CompileAsWinRT>
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
<FloatingPointModel>Fast</FloatingPointModel>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down Expand Up @@ -111,6 +113,8 @@
<ForcedIncludeFiles>Common.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
<AdditionalIncludeDirectories>$(SolutionDir)Creation Kit Platform Extended Core\;$(SolutionDir)Dependencies\mzip\src;$(SolutionDir)Dependencies\mINI\src\mini;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<CompileAsWinRT>false</CompileAsWinRT>
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
<FloatingPointModel>Fast</FloatingPointModel>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@ namespace CreationKitPlatformExtended
{
lpRelocator->PatchNop(_RELDATA_RAV(7), 7); // Prevent setting redundant colors in the condition list view NM_CUSTOMDRAW (breaks dark theme)
lpRelocator->Patch(_RELDATA_RAV(8), { 0x74, 0x20 }); // ^
lpRelocator->DetourCall(_RELDATA_RAV(9), (uintptr_t)&Comctl32ImageList_LoadImageA_2);
}
else
// replace ImageList_LoadImage for item type
lpRelocator->DetourCall(_RELDATA_RAV(7), (uintptr_t)&Comctl32ImageList_LoadImageA_2);

return true;
}
Expand All @@ -97,7 +101,6 @@ namespace CreationKitPlatformExtended
lpRelocator->PatchNop(_RELDATA_RAV(2), 0x29);
// replace ImageList_LoadImage for item type
lpRelocator->DetourCall(_RELDATA_RAV(3), (uintptr_t)&Comctl32ImageList_LoadImageA_2);
//350E412
}

return false;
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.
3 changes: 2 additions & 1 deletion Database/FO4/1_10_162_0/UIDarkThemeAdditional.relb
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ extended
5FE401 0 <nope>
5B63E7 0 <nope>
5ECCB0 0 F30F10906803000041B902000000BAE8030000488BCFE8????????
5ED96A 0 <nope>
5ED96A 0 <nope>
114ECD3 0 4533E4BA7F01000044896424??458D4C24??458D4424??488BC844896424??C74424??000000FFFF15????????
Binary file not shown.
3 changes: 2 additions & 1 deletion Database/FO4/1_10_982_3/UIDarkThemeAdditional.relb
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ extended
6A8B3C 0 488BD848C7442448D416000048894C244033C9C74424381E000000C744243032000000C744242803000000C74424201C050000
66CDEA 0 FF15????????488B1D????????4C8D05????????BA04010000488905????????
699F30 0 41B902000000BAE8030000488BCFE8????????488B05????????BA0504000041B801000000
69ABBC 0 E8????????B101E8????????E9????????418B411083F8F00F84????????83F8
69ABBC 0 E8????????B101E8????????E9????????418B411083F8F00F84????????83F8
FC27AF 0 BA7F01000044896C2430488BC844896C2428C7442420000000FF458D4D01458D4510FF15????????
Binary file not shown.
3 changes: 2 additions & 1 deletion Database/SSE/1_5_3/UIDarkThemeAdditional.relb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ UI Dark Theme Additional
143401D
143224D
1582E18
1582E85
1582E85
1ED8221
Binary file not shown.
1 change: 1 addition & 0 deletions Database/SSE/1_5_73/UIDarkThemeAdditional.relb
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ UI Dark Theme Additional
142E5AD
1581D48
1581DB5
1ED7351
Binary file not shown.
3 changes: 2 additions & 1 deletion Database/SSE/1_6_1130/UIDarkThemeAdditional.relb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ UI Dark Theme Additional
13E49CD
13E2C05
15365F8
1536665
1536665
1E8B101
Binary file not shown.
1 change: 1 addition & 0 deletions Database/SSE/1_6_438/UIDarkThemeAdditional.relb
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ UI Dark Theme Additional
138A8A5
14DDBA8
14DDC15
1E29431
Binary file modified Resources/ckpe.ico
Binary file not shown.
Binary file modified Resources/ckpe_ico.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/ckpe_ico.psd
Binary file not shown.
Binary file modified Resources/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Resources/logo.psd
Binary file not shown.

0 comments on commit 3ae8b4b

Please sign in to comment.