Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for 15663204 #619

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0xBFA08CAFF95D227D, NameHash = 0xD4ED2AD7)]
[NMS(GUID = 0x1D0071FCC0940C8B, NameHash = 0xD4ED2AD7)]
public class GcExperienceSpawnTable : NMSTemplate
{
[NMS(Index = 18)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0xB69D92CF6E0EF806, NameHash = 0x5EB6EE4B)]
[NMS(GUID = 0x20299C0BDB822D8C, NameHash = 0x5EB6EE4B)]
public class GcInventoryLayoutGenerationData : NMSTemplate
{
[NMS(Index = 0, Size = 0x29, EnumType = typeof(GcInventoryLayoutSizeType.SizeTypeEnum))]
[NMS(Index = 0, Size = 0x2A, EnumType = typeof(GcInventoryLayoutSizeType.SizeTypeEnum))]
/* 0x0 */ public GcInventoryLayoutGenerationDataEntry[] GenerationDataPerSizeType;
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0xDF6D3D99AC1DDA5A, NameHash = 0x33060745)]
[NMS(GUID = 0x1B33422173AFC92, NameHash = 0x33060745)]
public class GcInventoryLayoutSizeType : NMSTemplate
{
// size: 0x29
// size: 0x2A
public enum SizeTypeEnum : uint {
SciSmall,
SciMedium,
Expand Down Expand Up @@ -46,6 +46,7 @@ public enum SizeTypeEnum : uint {
MaintObject,
RocketLocker,
FishBaitBox,
FishingPlatform,
}
[NMS(Index = 0)]
/* 0x0 */ public SizeTypeEnum SizeType;
Expand Down
14 changes: 7 additions & 7 deletions libMBIN/Source/NMS/GameComponents/GcInventoryTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0xDB425BA370E05B8D, NameHash = 0x107C2CC0)]
[NMS(GUID = 0x11F7005021984766, NameHash = 0x107C2CC0)]
public class GcInventoryTable : NMSTemplate
{
[NMS(Index = 7, Size = 0xA, EnumType = typeof(GcSpaceshipClasses.ShipClassEnum))]
Expand All @@ -19,16 +19,16 @@ public class GcInventoryTable : NMSTemplate
[NMS(Index = 1)]
/* 0x0560 */ public GcInventoryLayoutGenerationData GenerationData;
[NMS(Index = 10, Size = 0xA, EnumType = typeof(GcSpaceshipClasses.ShipClassEnum))]
/* 0x12D4 */ public GcShipInventoryMaxUpgradeCapacity[] ShipInventoryMaxUpgradeSize;
/* 0x1328 */ public GcShipInventoryMaxUpgradeCapacity[] ShipInventoryMaxUpgradeSize;
[NMS(Index = 2)]
/* 0x14B4 */ public GcInventoryCostData ShipCostData;
/* 0x1508 */ public GcInventoryCostData ShipCostData;
[NMS(Index = 3, Size = 0xA, EnumType = typeof(GcWeaponClasses.WeaponStatClassEnum))]
/* 0x1644 */ public GcInventoryCostDataEntry[] WeaponCostData;
/* 0x1698 */ public GcInventoryCostDataEntry[] WeaponCostData;
[NMS(Index = 5, Size = 0x4, EnumType = typeof(GcWealthClass.WealthClassEnum))]
/* 0x17D4 */ public GcInventoryClassProbabilities[] ClassProbabilityData;
/* 0x1828 */ public GcInventoryClassProbabilities[] ClassProbabilityData;
[NMS(Index = 4)]
/* 0x1814 */ public GcInventoryCostDataEntry VehicleCostData;
/* 0x1868 */ public GcInventoryCostDataEntry VehicleCostData;
[NMS(Index = 11)]
/* 0x183C */ public GcWeaponInventoryMaxUpgradeCapacity WeaponInventoryMaxUpgradeSize;
/* 0x1890 */ public GcWeaponInventoryMaxUpgradeCapacity WeaponInventoryMaxUpgradeSize;
}
}
2 changes: 1 addition & 1 deletion libMBIN/Source/NMS/GameComponents/GcInventoryTableEntry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0x26CEC19AA7E3AC5B, NameHash = 0xEDB11DA4)]
[NMS(GUID = 0xFBC9C6E19BD69FB6, NameHash = 0xEDB11DA4)]
public class GcInventoryTableEntry : NMSTemplate
{
[NMS(Index = 0)]
Expand Down
2 changes: 1 addition & 1 deletion libMBIN/Source/NMS/GameComponents/GcMarkerComponentData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0x2E1A5C639ACFC8B, NameHash = 0x7714ED08)]
[NMS(GUID = 0x683915DA7AC592B1, NameHash = 0x7714ED08)]
public class GcMarkerComponentData : NMSTemplate
{
[NMS(Index = 4)]
Expand Down
6 changes: 4 additions & 2 deletions libMBIN/Source/NMS/GameComponents/GcRealityGameIcons.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0xADA14C6F04360B71, NameHash = 0xC8C2FA1E)]
[NMS(GUID = 0x860F222D8C0C8546, NameHash = 0xC8C2FA1E)]
public class GcRealityGameIcons : NMSTemplate
{
// size: 0x59
// size: 0x5B
public enum GameIconsEnum : uint {
Stamina,
NoStamina,
Expand Down Expand Up @@ -65,6 +65,8 @@ public enum GameIconsEnum : uint {
TransferMech,
TransferFreighter,
TransferBase,
TransferCooker,
TransferSkiff,
HazardIndicatorHot,
HazardIndicatorCold,
HazardIndicatorRadiation,
Expand Down
44 changes: 22 additions & 22 deletions libMBIN/Source/NMS/GameComponents/GcRealityIconTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,50 +4,50 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0x8D86794414610DAA, NameHash = 0xA547E834)]
[NMS(GUID = 0x12297AEE8AD27A77, NameHash = 0xA547E834)]
public class GcRealityIconTable : NMSTemplate
{
[NMS(Index = 15, Size = 0x59, EnumType = typeof(GcRealityGameIcons.GameIconsEnum))]
[NMS(Index = 15, Size = 0x5B, EnumType = typeof(GcRealityGameIcons.GameIconsEnum))]
/* 0x0000 */ public TkTextureResource[] GameIcons;
[NMS(Index = 5, Size = 0x11, EnumType = typeof(GcDiscoveryType.DiscoveryTypeEnum))]
/* 0x0858 */ public TkTextureResource[] BinocularDiscoveryIcons;
/* 0x0888 */ public TkTextureResource[] BinocularDiscoveryIcons;
[NMS(Index = 4, Size = 0xA, EnumType = typeof(GcMissionFaction.MissionFactionEnum))]
/* 0x09F0 */ public TkTextureResource[] MissionFactionIcons;
/* 0x0A20 */ public TkTextureResource[] MissionFactionIcons;
[NMS(Index = 3, Size = 0xA, EnumType = typeof(GcProductCategory.ProductCategoryEnum))]
/* 0x0AE0 */ public TkTextureResource[] ProductCategoryIcons;
/* 0x0B10 */ public TkTextureResource[] ProductCategoryIcons;
[NMS(Index = 8, Size = 0x9, EnumType = typeof(GcAlienRace.AlienRaceEnum))]
/* 0x0BD0 */ public TkTextureResource[] DiscoveryPageRaceIcons;
/* 0x0C00 */ public TkTextureResource[] DiscoveryPageRaceIcons;
[NMS(Index = 2, Size = 0x9, EnumType = typeof(GcRealitySubstanceCategory.SubstanceCategoryEnum))]
/* 0x0CA8 */ public TkTextureResource[] SubstanceCategoryIcons;
/* 0x0CD8 */ public TkTextureResource[] SubstanceCategoryIcons;
[NMS(Index = 17, Size = 0x7, EnumType = typeof(GcDifficultyPresetType.DifficultyPresetTypeEnum))]
/* 0x0D80 */ public TkTextureResource[] DifficultyPresetIcons;
/* 0x0DB0 */ public TkTextureResource[] DifficultyPresetIcons;
[NMS(Index = 6, Size = 0x7, EnumType = typeof(GcTradingClass.TradingClassEnum))]
/* 0x0E28 */ public TkTextureResource[] DiscoveryPageTradingIcons;
/* 0x0E58 */ public TkTextureResource[] DiscoveryPageTradingIcons;
[NMS(Index = 0, Size = 0x6, EnumType = typeof(GcPlayerHazardType.HazardEnum))]
/* 0x0ED0 */ public TkTextureResource[] HazardIcons;
/* 0x0F00 */ public TkTextureResource[] HazardIcons;
[NMS(Index = 1, Size = 0x6, EnumType = typeof(GcPlayerHazardType.HazardEnum))]
/* 0x0F60 */ public TkTextureResource[] HazardIconsHUD;
/* 0x0F90 */ public TkTextureResource[] HazardIconsHUD;
[NMS(Index = 20, Size = 0x5, EnumType = typeof(GcInventoryFilterOptions.InventoryFilterEnum))]
/* 0x0FF0 */ public TkTextureResource[] InventoryFilterIcons;
/* 0x1020 */ public TkTextureResource[] InventoryFilterIcons;
[NMS(Index = 19, Size = 0x5, EnumType = typeof(GcOptionsUIHeaderIcons.OptionsUIHeaderIconTypeEnum))]
/* 0x1068 */ public TkTextureResource[] OptionsUIHeaderIcons;
/* 0x1098 */ public TkTextureResource[] OptionsUIHeaderIcons;
[NMS(Index = 18, Size = 0x4, EnumType = typeof(GcDifficultyOptionGroups.DifficultyOptionGroupEnum))]
/* 0x10E0 */ public TkTextureResource[] DifficultyUIOptionIcons;
/* 0x1110 */ public TkTextureResource[] DifficultyUIOptionIcons;
[NMS(Index = 7, Size = 0x4, EnumType = typeof(GcPlayerConflictData.ConflictLevelEnum))]
/* 0x1140 */ public TkTextureResource[] DiscoveryPageConflictIcons;
/* 0x1170 */ public TkTextureResource[] DiscoveryPageConflictIcons;
[NMS(Index = 16)]
/* 0x11A0 */ public HashMap<GcRealityIcon> MissionDetailIcons;
/* 0x11D0 */ public HashMap<GcRealityIcon> MissionDetailIcons;
[NMS(Index = 10)]
/* 0x11D0 */ public TkTextureResource DiscoveryPageConflictUnknown;
/* 0x1200 */ public TkTextureResource DiscoveryPageConflictUnknown;
[NMS(Index = 11)]
/* 0x11E8 */ public TkTextureResource DiscoveryPageRaceUnknown;
/* 0x1218 */ public TkTextureResource DiscoveryPageRaceUnknown;
[NMS(Index = 9)]
/* 0x1200 */ public TkTextureResource DiscoveryPageTradingUnknown;
/* 0x1230 */ public TkTextureResource DiscoveryPageTradingUnknown;
[NMS(Index = 13)]
/* 0x1218 */ public List<GcPlanetResourceIconLookup> PlanetResourceIconLookups;
/* 0x1248 */ public List<GcPlanetResourceIconLookup> PlanetResourceIconLookups;
[NMS(Index = 14)]
/* 0x1228 */ public List<TkTextureResource> RepairTechIcons;
/* 0x1258 */ public List<TkTextureResource> RepairTechIcons;
[NMS(Index = 12)]
/* 0x1238 */ public List<GcPlanetResourceIconLookup> TerrainIconLookups;
/* 0x1268 */ public List<GcPlanetResourceIconLookup> TerrainIconLookups;
}
}
Loading