From 857528b5c37d37e50351a26af6e0c9a2384b0ed6 Mon Sep 17 00:00:00 2001 From: Meridiano Date: Sun, 1 Jun 2025 19:44:31 +0300 Subject: [PATCH 1/2] 1.15.216 IDs (A) GameVM Singleton GameVM BindEverythingToScript --- include/RE/IDs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/RE/IDs.h b/include/RE/IDs.h index 0cd00aec..8a6f2281 100644 --- a/include/RE/IDs.h +++ b/include/RE/IDs.h @@ -909,8 +909,8 @@ namespace RE::ID namespace GameVM { - inline constexpr REL::ID Singleton{ 0 }; // 878371 - inline constexpr REL::ID BindEverythingToScript{ 0 }; // 171438 + inline constexpr REL::ID Singleton{ 937585 }; + inline constexpr REL::ID BindEverythingToScript{ 117899 }; } namespace HideSubtitleEvent::Event From 6b8c5aa5af7a9689c9e124e9c9a1d9cc5ab81aac Mon Sep 17 00:00:00 2001 From: Meridiano Date: Sun, 1 Jun 2025 20:54:59 +0300 Subject: [PATCH 2/2] 1.15.216 IDs (B) UIMessageQueue Singleton UIMessageQueue AddMessage --- include/RE/IDs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/RE/IDs.h b/include/RE/IDs.h index 8a6f2281..408d6134 100644 --- a/include/RE/IDs.h +++ b/include/RE/IDs.h @@ -2389,8 +2389,8 @@ namespace RE::ID namespace UIMessageQueue { - inline constexpr REL::ID Singleton{ 0 }; // 878637 - inline constexpr REL::ID AddMessage{ 0 }; // 187268 + inline constexpr REL::ID Singleton{ 937897 }; + inline constexpr REL::ID AddMessage{ 130659 }; } namespace UnlockedTerminalElementEvent