Skip to content

Commit edff5ed

Browse files
authored
Merge pull request #675 from monkeyman192/update/20494447
Update for steam build id 20494447
2 parents 38847fc + bba4ed3 commit edff5ed

File tree

126 files changed

+4539
-4401
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+4539
-4401
lines changed

libMBIN/Source/NMS/GameComponents/GcAdditionalOptionMissionOverride.cs

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

44
namespace libMBIN.NMS.GameComponents
55
{
6-
[NMS(GUID = 0x9CB0CD01E63819B8, NameHash = 0x6A8BFA82)]
6+
[NMS(GUID = 0x86A30C18932D704F, NameHash = 0x6A8BFA82)]
77
public class GcAdditionalOptionMissionOverride : NMSTemplate
88
{
99
[NMS(Index = 3)]

libMBIN/Source/NMS/GameComponents/GcAlienPuzzleEntry.cs

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

44
namespace libMBIN.NMS.GameComponents
55
{
6-
[NMS(GUID = 0xDECB817C0666F402, NameHash = 0x35D4E04)]
6+
[NMS(GUID = 0x1030106A128A83DF, NameHash = 0x35D4E04)]
77
public class GcAlienPuzzleEntry : NMSTemplate
88
{
99
[NMS(Index = 2)]

libMBIN/Source/NMS/GameComponents/GcAlienPuzzleOption.cs

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

44
namespace libMBIN.NMS.GameComponents
55
{
6-
[NMS(GUID = 0x1585334DEAD93A00, NameHash = 0x981A51EE)]
6+
[NMS(GUID = 0xB0FF87C452348F1F, NameHash = 0x981A51EE)]
77
public class GcAlienPuzzleOption : NMSTemplate
88
{
99
[NMS(Index = 22)]

libMBIN/Source/NMS/GameComponents/GcAlienPuzzleTable.cs

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

44
namespace libMBIN.NMS.GameComponents
55
{
6-
[NMS(GUID = 0xAF0D21427387514C, NameHash = 0x3987E9FB)]
6+
[NMS(GUID = 0x39F11E5D98DE5E96, NameHash = 0x3987E9FB)]
77
public class GcAlienPuzzleTable : NMSTemplate
88
{
99
[NMS(Index = 0)]

libMBIN/Source/NMS/GameComponents/GcAudioAreaTriggerComponentData.cs

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

33
namespace libMBIN.NMS.GameComponents
44
{
5-
[NMS(GUID = 0xC7640E02A5726731, NameHash = 0xC0413ECB)]
5+
[NMS(GUID = 0x5342F07DC0998275, NameHash = 0xC0413ECB)]
66
public class GcAudioAreaTriggerComponentData : NMSTemplate
77
{
88
[NMS(Index = 2, MxmlName = "Enter Distance")]

libMBIN/Source/NMS/GameComponents/GcAudioWwiseEvents.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
namespace libMBIN.NMS.GameComponents
22
{
3-
[NMS(GUID = 0x989A23F7259D1B30, NameHash = 0x7A0D33C8)]
3+
[NMS(GUID = 0xD756FF733456C7E, NameHash = 0x7A0D33C8)]
44
public class GcAudioWwiseEvents : NMSTemplate
55
{
6-
// size: 0xACF
6+
// size: 0xAD0
77
public enum AkEventEnum : uint {
88
INVALID_EVENT = 0x0,
99
ABANDONED_DOOR_UNLOCK = 0x264BED2D,
@@ -1973,6 +1973,7 @@ public enum AkEventEnum : uint {
19731973
POI_RELAYBEACON = 0x1B7DE839,
19741974
POI_RELICGATE = 0x63E4FEA6,
19751975
POI_SPACE_EGG = 0x983E577A,
1976+
POI_SPACE_SHOOTING = 0x2C0F5A20,
19761977
POI_SPACECLOCK = 0x38EF2B82,
19771978
POI_SPINNER = 0xF1CA2105,
19781979
POI_WEIRD_METAL = 0xFF2F4C51,

libMBIN/Source/NMS/GameComponents/GcBaseBuildingEntry.cs

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

55
namespace libMBIN.NMS.GameComponents
66
{
7-
[NMS(GUID = 0xBF25F54B5C2EA31F, NameHash = 0x2338AA60)]
7+
[NMS(GUID = 0xA77AC74EC51596BA, NameHash = 0x2338AA60)]
88
public class GcBaseBuildingEntry : NMSTemplate
99
{
1010
[NMS(Index = 52)]

libMBIN/Source/NMS/GameComponents/GcBaseBuildingPart.cs

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

44
namespace libMBIN.NMS.GameComponents
55
{
6-
[NMS(GUID = 0xFF4DC7D2DCA73184, NameHash = 0x6B36906D)]
6+
[NMS(GUID = 0xD81107A9CDEF32F5, NameHash = 0x6B36906D)]
77
public class GcBaseBuildingPart : NMSTemplate
88
{
99
[NMS(Index = 0)]

libMBIN/Source/NMS/GameComponents/GcBaseBuildingPartData.cs

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

44
namespace libMBIN.NMS.GameComponents
55
{
6-
[NMS(GUID = 0xF0E56CE8327A9546, NameHash = 0xB3487ADB)]
6+
[NMS(GUID = 0xF10335143348608B, NameHash = 0xB3487ADB)]
77
public class GcBaseBuildingPartData : NMSTemplate
88
{
99
[NMS(Index = 2)]

libMBIN/Source/NMS/GameComponents/GcBaseBuildingPartStyle.cs

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
namespace libMBIN.NMS.GameComponents
22
{
3-
[NMS(GUID = 0xF1224ECCEEFC77E, NameHash = 0xB2FCF6E3)]
3+
[NMS(GUID = 0x2819BA10CB9D8D8B, NameHash = 0xB2FCF6E3)]
44
public class GcBaseBuildingPartStyle : NMSTemplate
55
{
6-
// size: 0x34
6+
// size: 0x3D
77
public enum StyleEnum : uint {
88
None,
99
Wood,
@@ -57,6 +57,15 @@ public enum StyleEnum : uint {
5757
BIGGS_STR_Q,
5858
BIGGS_STR_R,
5959
BIGGS_STR_S,
60+
BIGGS_STR_T,
61+
BIGGS_STR_U,
62+
BIGGS_STR_V,
63+
BIGGS_STR_W,
64+
BIGGS_STR_X,
65+
BIGGS_STR_Y,
66+
BIGGS_STR_Z,
67+
BIGGS_STR_AA,
68+
BIGGS_STR_AB,
6069
}
6170
[NMS(Index = 0)]
6271
/* 0x0 */ public StyleEnum Style;

0 commit comments

Comments
 (0)