Port to Skyrim SE 1.7.99 (Address Library format 5) - #4
Open
drLemis wants to merge 1 commit into
Open
Conversation
drLemis
force-pushed
the
se-1.7.99-port
branch
2 times, most recently
from
August 28, 2026 23:04
a1585e7 to
8adde1b
Compare
Build CommonLibSSE-NG from source (alandtse/CommonLibVR ng branch v6.7.0) which has full 1.7.99 support, since the vcpkg-colorglass registry only ships v3.7.0 (predates 1.7.99). Changes: - CMakeLists.txt: Build CommonLibNG from source via add_subdirectory - vcpkg.json: Replace commonlibsse-ng with CommonLib's transitive deps - vcpkg-configuration.json: Add default vcpkg registry for new deps - ExternalModules.hpp: SKSE::WinAPI namespace removed in CommonLib 6.7.0, replaced with direct Win32 API calls (HMODULE, GetModuleHandleW, MessageBoxA) - LogInfo.hpp: std::vformat + std::make_format_args broken in MSVC 14.44 C++23 mode, replaced with fmt::format(fmt::runtime(...)) No logic changes. Pure dependency/API compatibility update.
drLemis
force-pushed
the
se-1.7.99-port
branch
from
August 28, 2026 23:04
8adde1b to
632e0cd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Skyrim SE 1.7.99 Port
This PR updates FormList Manipulator to work with Skyrim SE 1.7.99 (released August 20, 2026), which introduced Address Library format 5 and broke many SKSE plugins.
What changed
Build CommonLibSSE-NG from source (alandtse/CommonLibVR ng branch v6.7.0) instead of using the vcpkg-colorglass registry package (v3.7.0, which predates 1.7.99).
Source code changes (2 files, ~20 lines):
Build system changes (3 files):
Testing
Credits
Original mod by MaskedRPGFan (MIT License)
Port using CommonLibVR ng branch by alandtse