Skip to content

Commit f6007c2

Browse files
committed
Update for steam build id 17286670
1 parent dbc5267 commit f6007c2

16 files changed

+262
-247
lines changed

libMBIN/Source/NMS/GameComponents/GcDestructableComponentData.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 = 0x3786C6A187936C27, NameHash = 0xFC70ABE3)]
7+
[NMS(GUID = 0x736C051B1E5187B3, NameHash = 0xFC70ABE3)]
88
public class GcDestructableComponentData : NMSTemplate
99
{
1010
[NMS(Index = 31, Size = 0x3, EnumType = typeof(GcRarity.RarityEnum))]

libMBIN/Source/NMS/GameComponents/GcGenericMissionSequence.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 = 0xE0D3CBC490E48AF6, NameHash = 0x7FD50C85)]
7+
[NMS(GUID = 0x3D2B98ABA8CC85E3, NameHash = 0x7FD50C85)]
88
public class GcGenericMissionSequence : NMSTemplate
99
{
1010
[NMS(Index = 24)]
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
namespace libMBIN.NMS.GameComponents
22
{
3-
[NMS(GUID = 0xABA81E6AF4F4DEA1, NameHash = 0xD86CF6EA)]
3+
[NMS(GUID = 0x939BB1F09370CB2B, NameHash = 0xD86CF6EA)]
44
public class GcMissionConditionCanRenameDiscovery : NMSTemplate
55
{
6+
[NMS(Index = 0)]
7+
/* 0x0 */ public bool ValueToReturnWhileSearchActive;
68
}
79
}

libMBIN/Source/NMS/GameComponents/GcMissionConditionStatLevel.cs

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,30 @@
22

33
namespace libMBIN.NMS.GameComponents
44
{
5-
[NMS(GUID = 0xF5241BD44B6627B2, NameHash = 0xFBADBD2)]
5+
[NMS(GUID = 0x232C28E1E4FDF816, NameHash = 0xFBADBD2)]
66
public class GcMissionConditionStatLevel : NMSTemplate
77
{
88
[NMS(Index = 7)]
99
/* 0x00 */ public NMSString0x10 CompareStat;
10+
[NMS(Index = 10)]
11+
/* 0x10 */ public NMSString0x10 FormatItemNameIntoText;
1012
[NMS(Index = 0)]
11-
/* 0x10 */ public NMSString0x10 Stat;
13+
/* 0x20 */ public NMSString0x10 Stat;
1214
[NMS(Index = 1)]
13-
/* 0x20 */ public NMSString0x10 StatGroup;
15+
/* 0x30 */ public NMSString0x10 StatGroup;
1416
[NMS(Index = 8)]
15-
/* 0x30 */ public int DisplayMilestoneNumber;
17+
/* 0x40 */ public int DisplayMilestoneNumber;
1618
[NMS(Index = 2)]
17-
/* 0x34 */ public int Level;
19+
/* 0x44 */ public int Level;
1820
[NMS(Index = 3)]
19-
/* 0x38 */ public int LevelledStatRank;
21+
/* 0x48 */ public int LevelledStatRank;
2022
[NMS(Index = 9)]
21-
/* 0x3C */ public TkEqualityEnum Test;
23+
/* 0x4C */ public TkEqualityEnum Test;
2224
[NMS(Index = 5)]
23-
/* 0x40 */ public bool ForceIgnoreLevelledStat;
25+
/* 0x50 */ public bool ForceIgnoreLevelledStat;
2426
[NMS(Index = 6)]
25-
/* 0x41 */ public bool MulAmountBySeasonTier;
27+
/* 0x51 */ public bool MulAmountBySeasonTier;
2628
[NMS(Index = 4)]
27-
/* 0x42 */ public bool TakeLevelFromSeasonData;
29+
/* 0x52 */ public bool TakeLevelFromSeasonData;
2830
}
2931
}

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

libMBIN/Source/NMS/GameComponents/GcPlayerCommonStateData.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 = 0x4E2BF7822A5EF19C, NameHash = 0xC7D918F3)]
6+
[NMS(GUID = 0x4A21B3B24D86A472, NameHash = 0xC7D918F3)]
77
public class GcPlayerCommonStateData : NMSTemplate
88
{
99
[NMS(Index = 5)]

libMBIN/Source/NMS/GameComponents/GcScanEventData.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 = 0xEC28FD565252D1FD, NameHash = 0x37EE71BB)]
7+
[NMS(GUID = 0xA9034A06B133F687, NameHash = 0x37EE71BB)]
88
public class GcScanEventData : NMSTemplate
99
{
1010
[NMS(Index = 41)]

libMBIN/Source/NMS/GameComponents/GcScanEventSolarSystemLookup.cs

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace libMBIN.NMS.GameComponents
44
{
5-
[NMS(GUID = 0xD3F1335EAE3D36B3, NameHash = 0x9CE4FFF3)]
5+
[NMS(GUID = 0x2C65FA5CE638A49C, NameHash = 0x9CE4FFF3)]
66
public class GcScanEventSolarSystemLookup : NMSTemplate
77
{
88
[NMS(Index = 36)]
@@ -13,7 +13,7 @@ public class GcScanEventSolarSystemLookup : NMSTemplate
1313
/* 0x30 */ public NMSString0x10 SystemNeedsResourceHint;
1414
[NMS(Index = 7)]
1515
/* 0x40 */ public GcPlanetTradingData TradingData;
16-
[NMS(Index = 45)]
16+
[NMS(Index = 46)]
1717
/* 0x48 */ public int MinPlanets;
1818
[NMS(Index = 27)]
1919
/* 0x4C */ public GcBiomeType NeedsBiomeType;
@@ -69,33 +69,35 @@ public class GcScanEventSolarSystemLookup : NMSTemplate
6969
/* 0x7A */ public bool NeverAllowExtremeSentinelPlanet;
7070
[NMS(Index = 22)]
7171
/* 0x7B */ public bool NeverAllowExtremeWeatherPlanet;
72+
[NMS(Index = 45)]
73+
/* 0x7C */ public bool NeverAllowGasGiantSystem;
7274
[NMS(Index = 12)]
73-
/* 0x7C */ public bool RequireUndiscovered;
75+
/* 0x7D */ public bool RequireUndiscovered;
7476
[NMS(Index = 32)]
75-
/* 0x7D */ public bool SuitableForCreatureDiscovery;
77+
/* 0x7E */ public bool SuitableForCreatureDiscovery;
7678
[NMS(Index = 35)]
77-
/* 0x7E */ public bool SuitableForCreatureTaming;
79+
/* 0x7F */ public bool SuitableForCreatureTaming;
7880
[NMS(Index = 34)]
79-
/* 0x7F */ public bool SuitableForRobotCreatureDiscovery;
81+
/* 0x80 */ public bool SuitableForRobotCreatureDiscovery;
8082
[NMS(Index = 33)]
81-
/* 0x80 */ public bool SuitableForWeirdCreatureDiscovery;
83+
/* 0x81 */ public bool SuitableForWeirdCreatureDiscovery;
8284
[NMS(Index = 42)]
83-
/* 0x81 */ public bool SystemNeedsCorruptSentinelPlanet;
85+
/* 0x82 */ public bool SystemNeedsCorruptSentinelPlanet;
8486
[NMS(Index = 43)]
85-
/* 0x82 */ public bool SystemNeedsExtremeStormPlanet;
87+
/* 0x83 */ public bool SystemNeedsExtremeStormPlanet;
8688
[NMS(Index = 44)]
87-
/* 0x83 */ public bool SystemNeedsGasGiant;
89+
/* 0x84 */ public bool SystemNeedsGasGiant;
8890
[NMS(Index = 41)]
89-
/* 0x84 */ public bool SystemNeedsInfestedPlanet;
91+
/* 0x85 */ public bool SystemNeedsInfestedPlanet;
9092
[NMS(Index = 39)]
91-
/* 0x85 */ public bool SystemNeedsWater;
93+
/* 0x86 */ public bool SystemNeedsWater;
9294
[NMS(Index = 40)]
93-
/* 0x86 */ public bool SystemNeedsWeirdPlanet;
95+
/* 0x87 */ public bool SystemNeedsWeirdPlanet;
9496
[NMS(Index = 0)]
95-
/* 0x87 */ public bool UseStarType;
97+
/* 0x88 */ public bool UseStarType;
9698
[NMS(Index = 2)]
97-
/* 0x88 */ public bool UseTrading;
99+
/* 0x89 */ public bool UseTrading;
98100
[NMS(Index = 1)]
99-
/* 0x89 */ public bool UseWealth;
101+
/* 0x8A */ public bool UseWealth;
100102
}
101103
}

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

libMBIN/Source/NMS/GameComponents/GcSeasonalGameModeData.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 = 0xCCF28A230265D581, NameHash = 0xC2909BE6)]
7+
[NMS(GUID = 0x1DEF18D503CD2A6D, NameHash = 0xC2909BE6)]
88
public class GcSeasonalGameModeData : NMSTemplate
99
{
1010
[NMS(Index = 72, Size = 0x12)]

0 commit comments

Comments
 (0)