From 0ef2fbebf42fbc738e2d32f5f281ae5ba0f2b3cf Mon Sep 17 00:00:00 2001 From: FalloutCascadia <54562300+FalloutCascadia@users.noreply.github.com> Date: Sun, 5 May 2024 18:00:21 +0200 Subject: [PATCH 01/13] Update BSExtraData.h New ID for 'SetBendableSplineInfo'. --- CommonLibF4/include/RE/Bethesda/BSExtraData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonLibF4/include/RE/Bethesda/BSExtraData.h b/CommonLibF4/include/RE/Bethesda/BSExtraData.h index d9a6a61e..5ac4fe81 100644 --- a/CommonLibF4/include/RE/Bethesda/BSExtraData.h +++ b/CommonLibF4/include/RE/Bethesda/BSExtraData.h @@ -867,7 +867,7 @@ namespace RE bool SetBendableSplineInfo(float* a_thickness, float* a_slack, NiPoint3* a_halfExtents = nullptr, bool* a_detachedEnd = nullptr) { using func_t = decltype(&ExtraDataList::SetBendableSplineInfo); - REL::Relocation func{ REL::ID(894306) }; + REL::Relocation func{ REL::ID(2190623) }; return func(this, a_thickness, a_slack, a_halfExtents, a_detachedEnd); } From bbd0ab296a9c06d507f2a2d11f12a312917b5deb Mon Sep 17 00:00:00 2001 From: FalloutCascadia <54562300+FalloutCascadia@users.noreply.github.com> Date: Sun, 5 May 2024 18:09:58 +0200 Subject: [PATCH 02/13] Update BSExtraData.h Update 'SetDisplayNameFromInstanceData' REL ID. --- CommonLibF4/include/RE/Bethesda/BSExtraData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonLibF4/include/RE/Bethesda/BSExtraData.h b/CommonLibF4/include/RE/Bethesda/BSExtraData.h index 5ac4fe81..705de6a4 100644 --- a/CommonLibF4/include/RE/Bethesda/BSExtraData.h +++ b/CommonLibF4/include/RE/Bethesda/BSExtraData.h @@ -874,7 +874,7 @@ namespace RE void SetDisplayNameFromInstanceData(BGSObjectInstanceExtra* a_instExtra, TESBoundObject* a_object, const BSTSmartPointer& a_data) { using func_t = decltype(&ExtraDataList::SetDisplayNameFromInstanceData); - REL::Relocation func{ REL::ID(457340) }; + REL::Relocation func{ REL::ID(2190179) }; return func(this, a_instExtra, a_object, a_data); } From 654a9bf4fc69e3ac192f6c544113cb1e71ace181 Mon Sep 17 00:00:00 2001 From: FalloutCascadia <54562300+FalloutCascadia@users.noreply.github.com> Date: Sun, 5 May 2024 18:28:16 +0200 Subject: [PATCH 03/13] Update BSExtraData.h Update ID for 'SetOverrrideName'. --- CommonLibF4/include/RE/Bethesda/BSExtraData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonLibF4/include/RE/Bethesda/BSExtraData.h b/CommonLibF4/include/RE/Bethesda/BSExtraData.h index 705de6a4..baa50e72 100644 --- a/CommonLibF4/include/RE/Bethesda/BSExtraData.h +++ b/CommonLibF4/include/RE/Bethesda/BSExtraData.h @@ -881,7 +881,7 @@ namespace RE void SetOverrideName(const char* a_name) { using func_t = decltype(&ExtraDataList::SetOverrideName); - REL::Relocation func{ REL::ID(222303) }; + REL::Relocation func{ REL::ID(2190167) }; return func(this, a_name); } From 6fb60023c27c117e6ce6776ed1279f06125aed40 Mon Sep 17 00:00:00 2001 From: FalloutCascadia <54562300+FalloutCascadia@users.noreply.github.com> Date: Sun, 5 May 2024 19:02:52 +0200 Subject: [PATCH 04/13] Update BSExtraData.h --- CommonLibF4/include/RE/Bethesda/BSExtraData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonLibF4/include/RE/Bethesda/BSExtraData.h b/CommonLibF4/include/RE/Bethesda/BSExtraData.h index baa50e72..6e544fa8 100644 --- a/CommonLibF4/include/RE/Bethesda/BSExtraData.h +++ b/CommonLibF4/include/RE/Bethesda/BSExtraData.h @@ -895,7 +895,7 @@ namespace RE void SetHealthPercent(float a_healthPerc) { using func_t = decltype(&ExtraDataList::SetHealthPercent); - REL::Relocation func{ REL::ID(1208294) }; + REL::Relocation func{ REL::ID(2190124) }; return func(this, a_healthPerc); } From bd8a05d5f16422de2d3a693ad5e299abb05abc62 Mon Sep 17 00:00:00 2001 From: FalloutCascadia <54562300+FalloutCascadia@users.noreply.github.com> Date: Sun, 5 May 2024 19:05:37 +0200 Subject: [PATCH 05/13] Update BSExtraData.h --- CommonLibF4/include/RE/Bethesda/BSExtraData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonLibF4/include/RE/Bethesda/BSExtraData.h b/CommonLibF4/include/RE/Bethesda/BSExtraData.h index 6e544fa8..62203aae 100644 --- a/CommonLibF4/include/RE/Bethesda/BSExtraData.h +++ b/CommonLibF4/include/RE/Bethesda/BSExtraData.h @@ -902,7 +902,7 @@ namespace RE bool ClearFavorite() { using func_t = decltype(&ExtraDataList::ClearFavorite); - REL::Relocation func{ REL::ID(254434) }; + REL::Relocation func{ REL::ID(2190191) }; return func(this); } From 7f8db3003b62703b4fb0b01f3e130cf38f815215 Mon Sep 17 00:00:00 2001 From: FalloutCascadia <54562300+FalloutCascadia@users.noreply.github.com> Date: Sun, 5 May 2024 19:08:15 +0200 Subject: [PATCH 06/13] Update BSExtraData.h --- CommonLibF4/include/RE/Bethesda/BSExtraData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonLibF4/include/RE/Bethesda/BSExtraData.h b/CommonLibF4/include/RE/Bethesda/BSExtraData.h index 62203aae..214a5f6a 100644 --- a/CommonLibF4/include/RE/Bethesda/BSExtraData.h +++ b/CommonLibF4/include/RE/Bethesda/BSExtraData.h @@ -909,7 +909,7 @@ namespace RE bool IsFavorite() { using func_t = decltype(&ExtraDataList::IsFavorite); - REL::Relocation func{ REL::ID(786568) }; + REL::Relocation func{ REL::ID(2190189) }; return func(this); } From fef8bb94bf5230a70e7d719545a5e123f0e94db8 Mon Sep 17 00:00:00 2001 From: FalloutCascadia <54562300+FalloutCascadia@users.noreply.github.com> Date: Sun, 5 May 2024 20:05:51 +0200 Subject: [PATCH 07/13] Update BSExtraData.h --- CommonLibF4/include/RE/Bethesda/BSExtraData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonLibF4/include/RE/Bethesda/BSExtraData.h b/CommonLibF4/include/RE/Bethesda/BSExtraData.h index 214a5f6a..2b83e8fd 100644 --- a/CommonLibF4/include/RE/Bethesda/BSExtraData.h +++ b/CommonLibF4/include/RE/Bethesda/BSExtraData.h @@ -817,7 +817,7 @@ namespace RE stl::observer CreateInstanceData(TESBoundObject* a_object, bool a_generateName) { using func_t = decltype(&ExtraDataList::CreateInstanceData); - REL::Relocation func{ REL::ID(1280130) }; + REL::Relocation func{ REL::ID(2190185) }; return func(this, a_object, a_generateName); } From 2d18952d236c7d912a13ce843229badbb7bacda8 Mon Sep 17 00:00:00 2001 From: FalloutCascadia <54562300+FalloutCascadia@users.noreply.github.com> Date: Sun, 5 May 2024 20:25:33 +0200 Subject: [PATCH 08/13] Update BSExtraData.h --- CommonLibF4/include/RE/Bethesda/BSExtraData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonLibF4/include/RE/Bethesda/BSExtraData.h b/CommonLibF4/include/RE/Bethesda/BSExtraData.h index 2b83e8fd..989ef1e2 100644 --- a/CommonLibF4/include/RE/Bethesda/BSExtraData.h +++ b/CommonLibF4/include/RE/Bethesda/BSExtraData.h @@ -464,7 +464,7 @@ namespace RE std::uint32_t RemoveMod(const BGSMod::Attachment::Mod* a_mod, std::uint8_t a_attachIndex) { using func_t = decltype(&BGSObjectInstanceExtra::RemoveMod); - REL::Relocation func{ REL::ID(1136607) }; + REL::Relocation func{ REL::ID(2189027) }; return func(this, a_mod, a_attachIndex); } From 996e0f41feae8c673d44d47e95403c1d650054ef Mon Sep 17 00:00:00 2001 From: FalloutCascadia <54562300+FalloutCascadia@users.noreply.github.com> Date: Sun, 5 May 2024 20:32:46 +0200 Subject: [PATCH 09/13] Update BSExtraData.h --- CommonLibF4/include/RE/Bethesda/BSExtraData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonLibF4/include/RE/Bethesda/BSExtraData.h b/CommonLibF4/include/RE/Bethesda/BSExtraData.h index 989ef1e2..997f7e98 100644 --- a/CommonLibF4/include/RE/Bethesda/BSExtraData.h +++ b/CommonLibF4/include/RE/Bethesda/BSExtraData.h @@ -457,7 +457,7 @@ namespace RE std::uint32_t RemoveInvalidMods(const BGSAttachParentArray* a_baseObjectParents) { using func_t = decltype(&BGSObjectInstanceExtra::RemoveInvalidMods); - REL::Relocation func{ REL::ID(1548060) }; + REL::Relocation func{ REL::ID(2189028) }; return func(this, a_baseObjectParents); } From f88dd116dcfbbdbae1b09c6a06e373007f419a21 Mon Sep 17 00:00:00 2001 From: FalloutCascadia <54562300+FalloutCascadia@users.noreply.github.com> Date: Sun, 5 May 2024 20:37:33 +0200 Subject: [PATCH 10/13] Update BSExtraData.h --- CommonLibF4/include/RE/Bethesda/BSExtraData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonLibF4/include/RE/Bethesda/BSExtraData.h b/CommonLibF4/include/RE/Bethesda/BSExtraData.h index 997f7e98..36f2c85b 100644 --- a/CommonLibF4/include/RE/Bethesda/BSExtraData.h +++ b/CommonLibF4/include/RE/Bethesda/BSExtraData.h @@ -446,7 +446,7 @@ namespace RE void AddMod(const BGSMod::Attachment::Mod& a_newMod, std::uint8_t a_attachIndex, std::uint8_t a_rank, bool a_removeInvalidMods) { using func_t = decltype(&BGSObjectInstanceExtra::AddMod); - REL::Relocation func{ REL::ID(1191757) }; + REL::Relocation func{ REL::ID(2189025) }; return func(this, a_newMod, a_attachIndex, a_rank, a_removeInvalidMods); } From 38cb3525889726fae3c7b40186f854063e3be695 Mon Sep 17 00:00:00 2001 From: FalloutCascadia <54562300+FalloutCascadia@users.noreply.github.com> Date: Sun, 5 May 2024 20:45:55 +0200 Subject: [PATCH 11/13] Update BSExtraData.h --- CommonLibF4/include/RE/Bethesda/BSExtraData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonLibF4/include/RE/Bethesda/BSExtraData.h b/CommonLibF4/include/RE/Bethesda/BSExtraData.h index 36f2c85b..d3e3ff3f 100644 --- a/CommonLibF4/include/RE/Bethesda/BSExtraData.h +++ b/CommonLibF4/include/RE/Bethesda/BSExtraData.h @@ -439,7 +439,7 @@ namespace RE bool HasMod(const BGSMod::Attachment::Mod& a_mod) { using func_t = decltype(&BGSObjectInstanceExtra::HasMod); - REL::Relocation func{ REL::ID(963890) }; + REL::Relocation func{ REL::ID(2189026) }; return func(this, a_mod); } From 962b9a4180b66cda52dc246bb91db32f07f4adea Mon Sep 17 00:00:00 2001 From: FalloutCascadia <54562300+FalloutCascadia@users.noreply.github.com> Date: Sun, 5 May 2024 21:01:16 +0200 Subject: [PATCH 12/13] Update BSExtraData.h --- CommonLibF4/include/RE/Bethesda/BSExtraData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonLibF4/include/RE/Bethesda/BSExtraData.h b/CommonLibF4/include/RE/Bethesda/BSExtraData.h index d3e3ff3f..932a9247 100644 --- a/CommonLibF4/include/RE/Bethesda/BSExtraData.h +++ b/CommonLibF4/include/RE/Bethesda/BSExtraData.h @@ -432,7 +432,7 @@ namespace RE static bool AttachModToReference(TESObjectREFR& a_ref, BGSMod::Attachment::Mod& a_mod, std::uint8_t a_attachIndex, std::uint8_t a_rank) { using func_t = decltype(&BGSObjectInstanceExtra::AttachModToReference); - REL::Relocation func{ REL::ID(3303) }; + REL::Relocation func{ REL::ID(2189033) }; return func(a_ref, a_mod, a_attachIndex, a_rank); } From e77e01fcf47d2bf968022f7347a8521f7eb50503 Mon Sep 17 00:00:00 2001 From: FalloutCascadia <54562300+FalloutCascadia@users.noreply.github.com> Date: Sun, 5 May 2024 21:09:18 +0200 Subject: [PATCH 13/13] Update BSExtraData.h --- CommonLibF4/include/RE/Bethesda/BSExtraData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonLibF4/include/RE/Bethesda/BSExtraData.h b/CommonLibF4/include/RE/Bethesda/BSExtraData.h index 932a9247..876bcb72 100644 --- a/CommonLibF4/include/RE/Bethesda/BSExtraData.h +++ b/CommonLibF4/include/RE/Bethesda/BSExtraData.h @@ -836,7 +836,7 @@ namespace RE [[nodiscard]] BGSMod::Attachment::Mod* GetLegendaryMod() { using func_t = decltype(&ExtraDataList::GetLegendaryMod); - REL::Relocation func{ REL::ID(178075) }; + REL::Relocation func{ REL::ID(2190180) }; return func(this); }