Skip to content

Commit 7a4f5cf

Browse files
committed
Update for steam build id 25254115
1 parent abeaf21 commit 7a4f5cf

90 files changed

Lines changed: 229 additions & 220 deletions

File tree

Some content is hidden

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

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 = 0x327397905C5F9488, NameHash = 0x6A8BFA82)]
6+
[NMS(GUID = 0x147A5AFA6234836C, 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 = 0xFE5639292CE12EE4, NameHash = 0x35D4E04)]
6+
[NMS(GUID = 0x64FA488B35E2D8D4, 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 = 0x40E37728A09E8452, NameHash = 0x981A51EE)]
6+
[NMS(GUID = 0x7899E0BF00E06BEF, 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 = 0xDEA7D6CFD02472C0, NameHash = 0x3987E9FB)]
6+
[NMS(GUID = 0x8663429EE77474EA, 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 = 0x33C0E566A2DCC788, NameHash = 0xC0413ECB)]
5+
[NMS(GUID = 0xB3F75D888100CF9A, NameHash = 0xC0413ECB)]
66
public class GcAudioAreaTriggerComponentData : NMSTemplate
77
{
88
[NMS(Index = 2, MxmlName = "Enter Distance")]

libMBIN/Source/NMS/GameComponents/GcAudioWwiseEvents.cs

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
namespace libMBIN.NMS.GameComponents
22
{
3-
[NMS(GUID = 0x22D98097929218FD, NameHash = 0x7A0D33C8)]
3+
[NMS(GUID = 0xBCC085C5D5BE85C6, NameHash = 0x7A0D33C8)]
44
public class GcAudioWwiseEvents : NMSTemplate
55
{
6-
// size: 0xBB9
6+
// size: 0xBC0
77
public enum AkEventEnum : uint {
88
INVALID_EVENT = 0x0,
99
ABANDONED_DOOR_UNLOCK = 0x264BED2D,
@@ -2090,6 +2090,15 @@ public enum AkEventEnum : uint {
20902090
POD_BURST = 0x9731DC65,
20912091
POD_SHAKE = 0xD1F704ED,
20922092
POI_ASTEROID_BEACON = 0x5E085E18,
2093+
POI_ASTEROID_VARIANT_03 = 0xBC359C49,
2094+
POI_ASTEROID_VARIANT_04 = 0xBC359C4E,
2095+
POI_ASTEROID_VARIANT_07 = 0xBC359C4D,
2096+
POI_ASTEROID_VARIANT_09 = 0xBC359C43,
2097+
POI_ASTEROID_VARIANT_10 = 0xBD359E3D,
2098+
POI_ASTEROIDICE_VARIANT_03 = 0x5BAFA3F8,
2099+
POI_ASTEROIDICE_VARIANT_04 = 0x5BAFA3FF,
2100+
POI_ASTEROIDICE_VARIANT_08 = 0x5BAFA3F3,
2101+
POI_ASTEROIDICE_VARIANT_09 = 0x5BAFA3F2,
20932102
POI_ASTEROIDS = 0x60D1A2D0,
20942103
POI_ASTEROIDS_ICE = 0x1424B228,
20952104
POI_ATLAS_BEACON_01 = 0x20E5FCAC,
@@ -2843,9 +2852,7 @@ public enum AkEventEnum : uint {
28432852
VO_EXPEDITION_DIARY_23 = 0x94B46E84,
28442853
VO_EXPEDITION_DIARY_24 = 0x94B46E83,
28452854
VO_EXPEDITION_DIARY_25 = 0x94B46E82,
2846-
VO_EXPEDITION_DIARY_25_NX = 0x6BBA55F7,
28472855
VO_EXPEDITION_DIARY_26 = 0x94B46E81,
2848-
VO_EXPEDITION_DIARY_26_PS = 0xE6941FCF,
28492856
VO_EXPEDITION_DIARY_27 = 0x94B46E80,
28502857
VO_EXPEDITION_DIARY_28 = 0x94B46E8F,
28512858
VO_EXPEDITION_DIARY_29 = 0x94B46E8E,

libMBIN/Source/NMS/GameComponents/GcCombatEffectData.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 = 0xAF256241BD00116F, NameHash = 0xAB307BDA)]
5+
[NMS(GUID = 0x20FD6DAA270542A4, NameHash = 0xAB307BDA)]
66
public class GcCombatEffectData : NMSTemplate
77
{
88
[NMS(Index = 0)]

libMBIN/Source/NMS/GameComponents/GcCombatEffectsTable.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 = 0x8C11B9066756E3B7, NameHash = 0xD7C08B15)]
5+
[NMS(GUID = 0xEB360E75DC401C31, NameHash = 0xD7C08B15)]
66
public class GcCombatEffectsTable : NMSTemplate
77
{
88
[NMS(Index = 0, Size = 0x6, EnumType = typeof(GcCombatEffectType.CombatEffectTypeEnum))]

libMBIN/Source/NMS/GameComponents/GcConsumableItem.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 = 0xC27FF703EA476EA5, NameHash = 0xE0C6D820)]
6+
[NMS(GUID = 0x11F7B4B25EA6CE48, NameHash = 0xE0C6D820)]
77
public class GcConsumableItem : NMSTemplate
88
{
99
[NMS(Index = 11)]

libMBIN/Source/NMS/GameComponents/GcConsumableItemTable.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 = 0x54CB1771D93930E7, NameHash = 0x7D54F1EF)]
6+
[NMS(GUID = 0x2CA6E6580DC2538B, NameHash = 0x7D54F1EF)]
77
public class GcConsumableItemTable : NMSTemplate
88
{
99
[NMS(Index = 0)]

0 commit comments

Comments
 (0)