From 6b7757162648517bb95d1a0abfb6ee905bac4075 Mon Sep 17 00:00:00 2001 From: monkeyman192 Date: Wed, 8 Jan 2025 10:00:36 +1100 Subject: [PATCH] Changes for 16928316 and geometry data guid fix --- .../templates/default/static_templates/TkGeometryData.cs | 2 +- libMBIN/Source/NMS/GameComponents/GcModSettings.cs | 6 ++++-- libMBIN/Source/NMS/Toolkit/TkGeometryData.cs | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Tools/auto_extract/templates/default/static_templates/TkGeometryData.cs b/Tools/auto_extract/templates/default/static_templates/TkGeometryData.cs index 1feeeb40f..96a737402 100644 --- a/Tools/auto_extract/templates/default/static_templates/TkGeometryData.cs +++ b/Tools/auto_extract/templates/default/static_templates/TkGeometryData.cs @@ -6,7 +6,7 @@ namespace libMBIN.NMS.Toolkit { - [NMS(GUID = 0x32F6AE7B03222A1F, NameHash = 0x819C3220)] + [NMS(GUID = 0x7148DB44E7586C99, NameHash = 0x819C3220)] public class TkGeometryData : NMSTemplate { [NMS(Index = 20)] diff --git a/libMBIN/Source/NMS/GameComponents/GcModSettings.cs b/libMBIN/Source/NMS/GameComponents/GcModSettings.cs index d441aedd9..8c8177c29 100644 --- a/libMBIN/Source/NMS/GameComponents/GcModSettings.cs +++ b/libMBIN/Source/NMS/GameComponents/GcModSettings.cs @@ -3,10 +3,12 @@ namespace libMBIN.NMS.GameComponents { - [NMS(GUID = 0x3E3D9932AA561B6E, NameHash = 0x952196ED)] + [NMS(GUID = 0x127CF421C750A33D, NameHash = 0x952196ED)] public class GcModSettings : NMSTemplate { + [NMS(Index = 1)] + /* 0x00 */ public List Data; [NMS(Index = 0)] - /* 0x0 */ public List Data; + /* 0x10 */ public bool DisableAllMods; } } diff --git a/libMBIN/Source/NMS/Toolkit/TkGeometryData.cs b/libMBIN/Source/NMS/Toolkit/TkGeometryData.cs index 0c4d00046..c7a8e17ef 100644 --- a/libMBIN/Source/NMS/Toolkit/TkGeometryData.cs +++ b/libMBIN/Source/NMS/Toolkit/TkGeometryData.cs @@ -6,7 +6,7 @@ namespace libMBIN.NMS.Toolkit { - [NMS(GUID = 0x32F6AE7B03222A1F, NameHash = 0x819C3220)] + [NMS(GUID = 0x7148DB44E7586C99, NameHash = 0x819C3220)] public class TkGeometryData : NMSTemplate { [NMS(Index = 20)]