Skip to content

Commit c0d3d08

Browse files
authored
Merge pull request #583 from HolterPhylo/UpdateFor13456635
[MRG] Update for 13456635
2 parents f1afb83 + 6231e17 commit c0d3d08

File tree

69 files changed

+72
-70
lines changed

Some content is hidden

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

69 files changed

+72
-70
lines changed

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 = 0xE44C57D5D2EF5F26, NameHash = 0xDE1F17CE7E01A8C2)]
6+
[NMS(GUID = 0x6A9D8932A6EA67FB, NameHash = 0xDE1F17CE7E01A8C2)]
77
public class GcAlienPuzzleEntry : NMSTemplate
88
{
99
/* 0x000 */ public int ProgressionIndex;

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 = 0x6E7ADBE3D267823, NameHash = 0x3FE862FE8570BE69)]
6+
[NMS(GUID = 0x1717F90923CCB268, NameHash = 0x3FE862FE8570BE69)]
77
public class GcAlienPuzzleOption : NMSTemplate
88
{
99
/* 0x00 */ public NMSString0x20A Name;

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 = 0x5A0CE15BB94FC262, NameHash = 0x5F6B19969ECDDFE)]
6+
[NMS(GUID = 0xD1DF6ABFBF98361B, NameHash = 0x5F6B19969ECDDFE)]
77
public class GcAlienPuzzleTable : NMSTemplate
88
{
99
/* 0x0 */ public List<GcAlienPuzzleEntry> Table;

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 = 0x40F083738B45014, NameHash = 0xD1618D63DA15668C)]
5+
[NMS(GUID = 0xC65E9C90C7A229EC, NameHash = 0xD1618D63DA15668C)]
66
public class GcAudioAreaTriggerComponentData : NMSTemplate
77
{
88
/* 0x0 */ public GcAudioWwiseEvents EventEnter;

libMBIN/Source/NMS/GameComponents/GcAudioWwiseEvents.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
namespace libMBIN.NMS.GameComponents
22
{
3-
[NMS(GUID = 0xF6D62DC781474A4F, NameHash = 0x8B94093DC3901046)]
3+
[NMS(GUID = 0xA6E921206349BF01, NameHash = 0x8B94093DC3901046)]
44
public class GcAudioWwiseEvents : NMSTemplate
55
{
6-
// size: 0xA01
6+
// size: 0xA03
77
public enum AkEventEnum : uint {
88
INVALID_EVENT = 0x0,
99
ABANDONED_DOOR_UNLOCK = 0x264BED2D,
@@ -82,6 +82,8 @@ public enum AkEventEnum : uint {
8282
ATLAS_GALAXYBEAM = 0xC5B56B54,
8383
ATLAS_GALAXYSTART_MULTIPLE = 0xA3DFC892,
8484
ATLAS_GALAXYSTART_SINGLE = 0x1D6B1966,
85+
ATLAS_INTERFACE_GALAXY_SPIN = 0xC1D86B30,
86+
ATLAS_INTERFACE_TRIGGER = 0xFCA6F003,
8587
ATLAS_ORB_FLARE = 0xA3217125,
8688
ATLAS_ORB_ILLUMINATE = 0x1736FCDD,
8789
ATLAS_PLINTH_RISE = 0x8464FB10,

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 = 0xB197B0DAEBCB9F3E, NameHash = 0x6D475929020A9A4D)]
5+
[NMS(GUID = 0xB7751B976A2C6219, NameHash = 0x6D475929020A9A4D)]
66
public class GcCombatEffectData : NMSTemplate
77
{
88
/* 0x00 */ public NMSString0x10 DamageId;

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 = 0x5ABD7317C241A7D6, NameHash = 0x733D7A989F8B9969)]
5+
[NMS(GUID = 0x5E791BC19B44D016, NameHash = 0x733D7A989F8B9969)]
66
public class GcCombatEffectsTable : NMSTemplate
77
{
88
[NMS(Size = 0x4, EnumType = typeof(GcCombatEffectType.CombatEffectTypeEnum))]

libMBIN/Source/NMS/GameComponents/GcConsumableItem.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 = 0x9BB88BC9A5E0C47A, NameHash = 0xDA5F4DFE0527A693)]
5+
[NMS(GUID = 0x96521FFF137DF603, NameHash = 0xDA5F4DFE0527A693)]
66
public class GcConsumableItem : NMSTemplate
77
{
88
/* 0x000 */ public NMSString0x10 ID;

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 = 0xB1B716FD412DBDB4, NameHash = 0xA9AA29AB69917BF0)]
6+
[NMS(GUID = 0xD5311BFB50580717, NameHash = 0xA9AA29AB69917BF0)]
77
public class GcConsumableItemTable : NMSTemplate
88
{
99
/* 0x0 */ public List<GcConsumableItem> Table;

libMBIN/Source/NMS/GameComponents/GcCreatureCrystalMovementData.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 = 0x147DDDD1F7BE314B, NameHash = 0x46EB806ED8904120)]
6+
[NMS(GUID = 0x8D9EAD3CDB657559, NameHash = 0x46EB806ED8904120)]
77
public class GcCreatureCrystalMovementData : NMSTemplate
88
{
99
/* 0x0 */ public List<GcCreatureCrystalMovementDataParams> Params;

0 commit comments

Comments
 (0)