Skip to content

Commit 5312717

Browse files
authored
Merge pull request #638 from monkeyman192/update/17356484
Update for steam build id 17356484
2 parents 443bb52 + eee7d5d commit 5312717

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

libMBIN/Source/NMS/GameComponents/GcBuildingDefinitionData.cs

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
namespace libMBIN.NMS.GameComponents
55
{
6-
[NMS(GUID = 0xDBCE72F402346218, NameHash = 0x15C14AC1)]
6+
[NMS(GUID = 0x1978387435F26873, NameHash = 0x15C14AC1)]
77
public class GcBuildingDefinitionData : NMSTemplate
88
{
9-
[NMS(Index = 7)]
9+
[NMS(Index = 8)]
1010
/* 0x00 */ public NMSString0x20A TextureNameHint;
1111
[NMS(Index = 1)]
1212
/* 0x20 */ public NMSString0x10 ClusterLayout;
@@ -16,23 +16,25 @@ public class GcBuildingDefinitionData : NMSTemplate
1616
/* 0x50 */ public TkNoiseFlattenOptions FlattenType;
1717
[NMS(Index = 2)]
1818
/* 0x58 */ public float ClusterSpacing;
19-
[NMS(Index = 11)]
19+
[NMS(Index = 12)]
2020
/* 0x5C */ public float MaxHeight;
21-
[NMS(Index = 10)]
21+
[NMS(Index = 11)]
2222
/* 0x60 */ public float MinHeight;
23-
[NMS(Index = 6)]
23+
[NMS(Index = 7)]
2424
/* 0x64 */ public int NumModelsToGenerate;
2525
[NMS(Index = 5)]
2626
/* 0x68 */ public int NumOverridesToGenerate;
27-
[NMS(Index = 8, MxmlName = "OverrideRadius ")]
28-
/* 0x6C */ public float OverrideRadius;
29-
[NMS(Index = 12)]
30-
/* 0x70 */ public GcPlanetaryBuildingRestrictions PlanetRestrictions;
31-
[NMS(Index = 4)]
32-
/* 0x72 */ public bool EnabledWhenPlanetHasNoNPCs;
33-
[NMS(Index = 9)]
34-
/* 0x73 */ public bool GivesShelter;
27+
[NMS(Index = 6)]
28+
/* 0x6C */ public int NumOverridesToGenerateWaterworlds;
29+
[NMS(Index = 9, MxmlName = "OverrideRadius ")]
30+
/* 0x70 */ public float OverrideRadius;
3531
[NMS(Index = 13)]
36-
/* 0x74 */ public bool IgnoreParticlesInAABB;
32+
/* 0x74 */ public GcPlanetaryBuildingRestrictions PlanetRestrictions;
33+
[NMS(Index = 4)]
34+
/* 0x76 */ public bool EnabledWhenPlanetHasNoNPCs;
35+
[NMS(Index = 10)]
36+
/* 0x77 */ public bool GivesShelter;
37+
[NMS(Index = 14)]
38+
/* 0x78 */ public bool IgnoreParticlesInAABB;
3739
}
3840
}

libMBIN/Source/NMS/GameComponents/GcBuildingDefinitionTable.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
namespace libMBIN.NMS.GameComponents
55
{
6-
[NMS(GUID = 0x52CF1F638A22782B, NameHash = 0xFD3342FE)]
6+
[NMS(GUID = 0x927D773A9DA3A8D3, NameHash = 0xFD3342FE)]
77
public class GcBuildingDefinitionTable : NMSTemplate
88
{
99
[NMS(Index = 0, Size = 0x9, EnumType = typeof(GcAlienRace.AlienRaceEnum))]
1010
/* 0x0000 */ public GcBuildingFilenameList[] BuildingFiles;
1111
[NMS(Index = 1, Size = 0x37, EnumType = typeof(GcBuildingClassification.BuildingClassEnum))]
1212
/* 0xB9A0 */ public GcBuildingDefinitionData[] BuildingPlacement;
1313
[NMS(Index = 2)]
14-
/* 0xD368 */ public List<GcBuildingClusterLayout> ClusterLayouts;
14+
/* 0xD520 */ public List<GcBuildingClusterLayout> ClusterLayouts;
1515
}
1616
}

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.55.0.1";
28+
internal const string VERSION_STRING = "5.56.0.1";
2929

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

0 commit comments

Comments
 (0)