Skip to content

Commit 6b77571

Browse files
committed
Changes for 16928316 and geometry data guid fix
1 parent 05ff316 commit 6b77571

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Tools/auto_extract/templates/default/static_templates/TkGeometryData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace libMBIN.NMS.Toolkit
88
{
9-
[NMS(GUID = 0x32F6AE7B03222A1F, NameHash = 0x819C3220)]
9+
[NMS(GUID = 0x7148DB44E7586C99, NameHash = 0x819C3220)]
1010
public class TkGeometryData : NMSTemplate
1111
{
1212
[NMS(Index = 20)]

libMBIN/Source/NMS/GameComponents/GcModSettings.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33

44
namespace libMBIN.NMS.GameComponents
55
{
6-
[NMS(GUID = 0x3E3D9932AA561B6E, NameHash = 0x952196ED)]
6+
[NMS(GUID = 0x127CF421C750A33D, NameHash = 0x952196ED)]
77
public class GcModSettings : NMSTemplate
88
{
9+
[NMS(Index = 1)]
10+
/* 0x00 */ public List<GcModSettingsInfo> Data;
911
[NMS(Index = 0)]
10-
/* 0x0 */ public List<GcModSettingsInfo> Data;
12+
/* 0x10 */ public bool DisableAllMods;
1113
}
1214
}

libMBIN/Source/NMS/Toolkit/TkGeometryData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace libMBIN.NMS.Toolkit
88
{
9-
[NMS(GUID = 0x32F6AE7B03222A1F, NameHash = 0x819C3220)]
9+
[NMS(GUID = 0x7148DB44E7586C99, NameHash = 0x819C3220)]
1010
public class TkGeometryData : NMSTemplate
1111
{
1212
[NMS(Index = 20)]

0 commit comments

Comments
 (0)