From 0b8ece2d6af797f19746d15eff7bda60ad0da1e8 Mon Sep 17 00:00:00 2001 From: Alexey Date: Sat, 7 Dec 2024 06:16:07 +0300 Subject: [PATCH] [CKPE] - Fixed unicode save --- .../Version/build_version.txt | Bin 12 -> 12 bytes .../Version/resource_version2.h | Bin 2004 -> 2004 bytes Dependencies/Voltek | 2 +- README.md | 2 +- Stuffs/SSE/CreationKitPlatformExtended.ini | 2 +- 5 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Creation Kit Platform Extended Core/Version/build_version.txt b/Creation Kit Platform Extended Core/Version/build_version.txt index 6acba5109e4b656353e8535f3adc92e7ea968e65..7c12561d95cb6c994a66186899a01013964348e2 100644 GIT binary patch literal 12 RcmezW&yv9a2zeQ}7yuj$0lOtHAHp{T=UlOtHAHp{T=Uhttps://www.gnu.org/licenses/gpl-3.0.html.
Copyright © 2023-2024 aka perchik71. All rights reserved.
-File `Stuffs\FO4\CreationKitPlatformExtended_FO4_Resources.pak` contains files are proprietary and not licensed.
+File `Stuffs\FO4\CreationKitPlatformExtended_FO4_Resources.pak` contains files are proprietary and not licensed, also files `d3dcompiler\*.*`.
Dependencies are under their respective licenses. diff --git a/Stuffs/SSE/CreationKitPlatformExtended.ini b/Stuffs/SSE/CreationKitPlatformExtended.ini index f98a413..5e2beb0 100644 --- a/Stuffs/SSE/CreationKitPlatformExtended.ini +++ b/Stuffs/SSE/CreationKitPlatformExtended.ini @@ -12,7 +12,7 @@ bEnableStateParentWorkaround=false ; [Experimental] Workaround for "Select Enab bIgnoreGroundHeightTest=false ; [Experimental] Removes the error message when during navmesh generation in a Worldspace with "No Landscape" flag. Do NOT use this for anything else. bINICache=true ; Abandoning outdated "profile" functions, using the cache, for fast reading and saving options. -bD3D11Patch=false ; Makes it possible to initialize both 11.0 and 11.2 version DirectX. So and fixed Nvidia NSight checks. Need Win8.1 and newer. +bD3D11Patch=true ; Makes it possible to initialize both 11.0 and 11.2 version DirectX. So and fixed Nvidia NSight checks. Need Win8.1 and newer. bGenerateCrashdumps=true ; Generate a dump in the game folder when the CK crashes. bUnicode=false ; Translates UTF8 to ANSI when opening the plugin and back when saving. bRenderWindow60FPS=true ; Force render window to always draw at 60 frames per second instead of 16.