Skip to content

Commit 282f907

Browse files
authored
Merge pull request #659 from HolterPhylo/Update19162366
[MRG] Update for steam build id 19162366
2 parents bf40bfa + e303d91 commit 282f907

File tree

3 files changed

+36
-34
lines changed

3 files changed

+36
-34
lines changed

libMBIN/Source/NMS/GameComponents/GcPlanetBuildingData.cs

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace libMBIN.NMS.GameComponents
55
{
6-
[NMS(GUID = 0xB9399C08D325A00E, NameHash = 0xF086FF97)]
6+
[NMS(GUID = 0xBE572A6B5BD62925, NameHash = 0xF086FF97)]
77
public class GcPlanetBuildingData : NMSTemplate
88
{
99
[NMS(Index = 1)]
@@ -12,21 +12,23 @@ public class GcPlanetBuildingData : NMSTemplate
1212
/* 0x10 */ public List<GcBuildingSpawnSlot> BuildingSlots;
1313
[NMS(Index = 2)]
1414
/* 0x20 */ public List<GcBuildingOverrideData> OverrideBuildings;
15+
[NMS(Index = 11)]
16+
/* 0x30 */ public ulong PlanetUA;
1517
[NMS(Index = 4)]
16-
/* 0x30 */ public float PlanetRadius;
18+
/* 0x38 */ public float PlanetRadius;
1719
[NMS(Index = 3)]
18-
/* 0x34 */ public float Spacing;
20+
/* 0x3C */ public float Spacing;
1921
[NMS(Index = 5)]
20-
/* 0x38 */ public float VoronoiPointDivisions;
22+
/* 0x40 */ public float VoronoiPointDivisions;
2123
[NMS(Index = 7)]
22-
/* 0x3C */ public int VoronoiPointSeed;
24+
/* 0x44 */ public int VoronoiPointSeed;
2325
[NMS(Index = 6)]
24-
/* 0x40 */ public int VoronoiSectorSeed;
26+
/* 0x48 */ public int VoronoiSectorSeed;
2527
[NMS(Index = 8)]
26-
/* 0x44 */ public bool InitialBuildingsPlaced;
28+
/* 0x4C */ public bool InitialBuildingsPlaced;
2729
[NMS(Index = 9)]
28-
/* 0x45 */ public bool IsPrime;
30+
/* 0x4D */ public bool IsPrime;
2931
[NMS(Index = 10)]
30-
/* 0x46 */ public bool IsWaterworld;
32+
/* 0x4E */ public bool IsWaterworld;
3133
}
3234
}

libMBIN/Source/NMS/GameComponents/GcPlanetData.cs

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace libMBIN.NMS.GameComponents
66
{
7-
[NMS(GUID = 0xC1389D546F6113B3, NameHash = 0x17A032B6)]
7+
[NMS(GUID = 0x6F811FEA7B144B76, NameHash = 0x17A032B6)]
88
public class GcPlanetData : NMSTemplate
99
{
1010
[NMS(Index = 10)]
@@ -24,55 +24,55 @@ public class GcPlanetData : NMSTemplate
2424
[NMS(Index = 21)]
2525
/* 0x3258 */ public GcPlanetBuildingData BuildingData;
2626
[NMS(Index = 13)]
27-
/* 0x32A0 */ public GcPlanetCloudProperties Clouds;
27+
/* 0x32A8 */ public GcPlanetCloudProperties Clouds;
2828
[NMS(Index = 6)]
29-
/* 0x32E8 */ public NMSString0x10 CommonSubstanceID;
29+
/* 0x32F0 */ public NMSString0x10 CommonSubstanceID;
3030
[NMS(Index = 9)]
31-
/* 0x32F8 */ public List<GcPlanetDataResourceHint> ExtraResourceHints;
31+
/* 0x3300 */ public List<GcPlanetDataResourceHint> ExtraResourceHints;
3232
[NMS(Index = 8)]
33-
/* 0x3308 */ public NMSString0x10 RareSubstanceID;
33+
/* 0x3310 */ public NMSString0x10 RareSubstanceID;
3434
[NMS(Index = 15)]
35-
/* 0x3318 */ public VariableSizeString TerrainFile;
35+
/* 0x3320 */ public VariableSizeString TerrainFile;
3636
[NMS(Index = 18)]
37-
/* 0x3328 */ public List<int> TileTypeIndices;
37+
/* 0x3330 */ public List<int> TileTypeIndices;
3838
[NMS(Index = 7)]
39-
/* 0x3338 */ public NMSString0x10 UncommonSubstanceID;
39+
/* 0x3340 */ public NMSString0x10 UncommonSubstanceID;
4040
[NMS(Index = 3)]
41-
/* 0x3348 */ public GcPlanetHazardData Hazard;
41+
/* 0x3350 */ public GcPlanetHazardData Hazard;
4242
[NMS(Index = 23, Size = 0x4, EnumType = typeof(GcCombatTimerDifficultyOption.CombatTimerDifficultyOptionEnum))]
43-
/* 0x33C0 */ public GcPlanetGroundCombatData[] GroundCombatDataPerDifficulty;
43+
/* 0x33C8 */ public GcPlanetGroundCombatData[] GroundCombatDataPerDifficulty;
4444
[NMS(Index = 14)]
45-
/* 0x3420 */ public GcPlanetWaterData Water;
45+
/* 0x3428 */ public GcPlanetWaterData Water;
4646
[NMS(Index = 5)]
47-
/* 0x3430 */ public GcBuildingDensityLevels BuildingLevel;
47+
/* 0x3438 */ public GcBuildingDensityLevels BuildingLevel;
4848
[NMS(Index = 2)]
49-
/* 0x3434 */ public GcPlanetLife CreatureLife;
49+
/* 0x343C */ public GcPlanetLife CreatureLife;
5050
[NMS(Index = 29)]
51-
/* 0x3438 */ public float FuelMultiplier;
51+
/* 0x3440 */ public float FuelMultiplier;
5252
[NMS(Index = 20)]
53-
/* 0x343C */ public GcAlienRace InhabitingRace;
53+
/* 0x3444 */ public GcAlienRace InhabitingRace;
5454
[NMS(Index = 1)]
55-
/* 0x3440 */ public GcPlanetLife Life;
55+
/* 0x3448 */ public GcPlanetLife Life;
5656
[NMS(Index = 30)]
57-
/* 0x3444 */ public int PlanetIndex;
57+
/* 0x344C */ public int PlanetIndex;
5858
// size: 0x2
5959
public enum ResourceLevelEnum : uint {
6060
Low,
6161
High,
6262
}
6363
[NMS(Index = 4)]
64-
/* 0x3448 */ public ResourceLevelEnum ResourceLevel;
64+
/* 0x3450 */ public ResourceLevelEnum ResourceLevel;
6565
[NMS(Index = 17)]
66-
/* 0x344C */ public int TileTypeSet;
66+
/* 0x3454 */ public int TileTypeSet;
6767
[NMS(Index = 24)]
68-
/* 0x3450 */ public GcPlanetInfo PlanetInfo;
68+
/* 0x3458 */ public GcPlanetInfo PlanetInfo;
6969
[NMS(Index = 0)]
70-
/* 0x3956 */ public NMSString0x80 Name;
70+
/* 0x395E */ public NMSString0x80 Name;
7171
[NMS(Index = 27)]
72-
/* 0x39D6 */ public bool InAbandonedSystem;
72+
/* 0x39DE */ public bool InAbandonedSystem;
7373
[NMS(Index = 26)]
74-
/* 0x39D7 */ public bool InEmptySystem;
74+
/* 0x39DF */ public bool InEmptySystem;
7575
[NMS(Index = 28)]
76-
/* 0x39D8 */ public bool InGasGiantSystem;
76+
/* 0x39E0 */ public bool InGasGiantSystem;
7777
}
7878
}

libMBIN/Source/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static class Version {
2525
// the Prerelease version should be reset to 1
2626
// When the Release version is incremented:
2727
// the Prerelease version should be reset to 0
28-
internal const string VERSION_STRING = "5.74.0.2";
28+
internal const string VERSION_STRING = "5.74.0.3";
2929

3030
/// <summary>Shorthand for AssemblyVersion.Major</summary>
3131
public static int Major => AssemblyVersion.Major;

0 commit comments

Comments
 (0)