diff --git a/libMBIN/Source/NMS/GameComponents/GcMissionSequenceGetToScanEvent.cs b/libMBIN/Source/NMS/GameComponents/GcMissionSequenceGetToScanEvent.cs index 0c469b02b..1365266db 100644 --- a/libMBIN/Source/NMS/GameComponents/GcMissionSequenceGetToScanEvent.cs +++ b/libMBIN/Source/NMS/GameComponents/GcMissionSequenceGetToScanEvent.cs @@ -2,22 +2,22 @@ namespace libMBIN.NMS.GameComponents { - [NMS(GUID = 0x510897D81FBE174C, NameHash = 0x3D1218BD)] + [NMS(GUID = 0xA5E7F62486910C23, NameHash = 0x3D1218BD)] public class GcMissionSequenceGetToScanEvent : NMSTemplate { - [NMS(Index = 4)] + [NMS(Index = 5)] /* 0x000 */ public NMSString0x20A Event; - [NMS(Index = 3)] + [NMS(Index = 4)] /* 0x020 */ public NMSString0x20A NexusMessage; - [NMS(Index = 17)] + [NMS(Index = 18)] /* 0x040 */ public NMSString0x20A SurveyHint; - [NMS(Index = 15)] - /* 0x060 */ public NMSString0x20A SurveyInactiveHint; [NMS(Index = 16)] + /* 0x060 */ public NMSString0x20A SurveyInactiveHint; + [NMS(Index = 17)] /* 0x080 */ public NMSString0x20A SurveySwapHint; - [NMS(Index = 18)] - /* 0x0A0 */ public NMSString0x20A SurveyVehicleHint; [NMS(Index = 19)] + /* 0x0A0 */ public NMSString0x20A SurveyVehicleHint; + [NMS(Index = 20)] /* 0x0C0 */ public VariableSizeString DebugText; [NMS(Index = 1)] /* 0x0D0 */ public VariableSizeString GalaxyMapMessage; @@ -25,25 +25,27 @@ public class GcMissionSequenceGetToScanEvent : NMSTemplate /* 0x0E0 */ public VariableSizeString GalaxyMapMessageNotSpace; [NMS(Index = 0)] /* 0x0F0 */ public VariableSizeString Message; - [NMS(Index = 11)] - /* 0x100 */ public VariableSizeString TimeoutOSD; - [NMS(Index = 5)] - /* 0x110 */ public float Distance; - [NMS(Index = 9)] - /* 0x114 */ public float Timeout; [NMS(Index = 12)] - /* 0x118 */ public GcScanEventGPSHint UseGPSInText; - [NMS(Index = 14)] - /* 0x11C */ public bool AlwaysAllowInShip; - [NMS(Index = 13)] - /* 0x11D */ public bool CanFormatObjectives; - [NMS(Index = 10)] - /* 0x11E */ public bool DistanceTimeout; + /* 0x100 */ public VariableSizeString TimeoutOSD; + [NMS(Index = 3)] + /* 0x110 */ public VariableSizeString UseTeleporterMessage; [NMS(Index = 6)] - /* 0x11F */ public bool EndEventWhenReached; - [NMS(Index = 8)] - /* 0x120 */ public bool RequireInsideToEnd; + /* 0x120 */ public float Distance; + [NMS(Index = 10)] + /* 0x124 */ public float Timeout; + [NMS(Index = 13)] + /* 0x128 */ public GcScanEventGPSHint UseGPSInText; + [NMS(Index = 15)] + /* 0x12C */ public bool AlwaysAllowInShip; + [NMS(Index = 14)] + /* 0x12D */ public bool CanFormatObjectives; + [NMS(Index = 11)] + /* 0x12E */ public bool DistanceTimeout; [NMS(Index = 7)] - /* 0x121 */ public bool WaterworldEndEventWhenPlanetReached; + /* 0x12F */ public bool EndEventWhenReached; + [NMS(Index = 9)] + /* 0x130 */ public bool RequireInsideToEnd; + [NMS(Index = 8)] + /* 0x131 */ public bool WaterworldEndEventWhenPlanetReached; } } diff --git a/libMBIN/Source/NMS/GameComponents/GcScannableComponentData.cs b/libMBIN/Source/NMS/GameComponents/GcScannableComponentData.cs index c6a3af9fe..5dff92a21 100644 --- a/libMBIN/Source/NMS/GameComponents/GcScannableComponentData.cs +++ b/libMBIN/Source/NMS/GameComponents/GcScannableComponentData.cs @@ -3,7 +3,7 @@ namespace libMBIN.NMS.GameComponents { - [NMS(GUID = 0x90B819F607AE7368, NameHash = 0x4E404FB0)] + [NMS(GUID = 0x1EE9203770C1368F, NameHash = 0x4E404FB0)] public class GcScannableComponentData : NMSTemplate { [NMS(Index = 16)] @@ -49,17 +49,19 @@ public enum ScannableTypeEnum : uint { /* 0x77 */ public bool DisableIfBuildingPart; [NMS(Index = 8)] /* 0x78 */ public bool DisableIfInBase; + [NMS(Index = 23)] + /* 0x79 */ public bool ForceCompassMarkerOnForScannerIcon; [NMS(Index = 17)] - /* 0x79 */ public bool GetIconAndNameFromSettlementBuilding; + /* 0x7A */ public bool GetIconAndNameFromSettlementBuilding; [NMS(Index = 13)] - /* 0x7A */ public bool IsPlacedMarker; + /* 0x7B */ public bool IsPlacedMarker; [NMS(Index = 19)] - /* 0x7B */ public bool MarkerActiveWithNodeInactive; + /* 0x7C */ public bool MarkerActiveWithNodeInactive; [NMS(Index = 14)] - /* 0x7C */ public bool ShowInFreighterBranchRoom; + /* 0x7D */ public bool ShowInFreighterBranchRoom; [NMS(Index = 15)] - /* 0x7D */ public bool TellPlayerIfFreighterObjectUsed; + /* 0x7E */ public bool TellPlayerIfFreighterObjectUsed; [NMS(Index = 9)] - /* 0x7E */ public bool UseModelNode; + /* 0x7F */ public bool UseModelNode; } } diff --git a/libMBIN/Source/NMS/Globals/GcUIGlobals.cs b/libMBIN/Source/NMS/Globals/GcUIGlobals.cs index 55d05bff1..7bc6e97b7 100644 --- a/libMBIN/Source/NMS/Globals/GcUIGlobals.cs +++ b/libMBIN/Source/NMS/Globals/GcUIGlobals.cs @@ -4,432 +4,432 @@ namespace libMBIN.NMS.Globals { - [NMS(GUID = 0x975520D13414D069, NameHash = 0xD1FA1B1C)] + [NMS(GUID = 0x7BED310C15FCC9E3, NameHash = 0xD1FA1B1C)] public class GcUIGlobals : NMSTemplate { - [NMS(Index = 1092)] + [NMS(Index = 1095)] /* 0x0000 */ public GcModelViewCollection ModelViews; - [NMS(Index = 1091, Size = 0xB, EnumType = typeof(GcSpaceshipClasses.ShipClassEnum))] + [NMS(Index = 1094, Size = 0xB, EnumType = typeof(GcSpaceshipClasses.ShipClassEnum))] /* 0x2260 */ public TkModelRendererData[] ShipThumbnailRenderSettings; - [NMS(Index = 1090)] + [NMS(Index = 1093)] /* 0x29F0 */ public TkModelRendererData HoverShipThumbnailModelView; - [NMS(Index = 1088)] + [NMS(Index = 1091)] /* 0x2AA0 */ public TkModelRendererData LargeMultitoolThumbnailModelView; - [NMS(Index = 1087)] + [NMS(Index = 1090)] /* 0x2B50 */ public TkModelRendererData MultitoolThumbnailModelView; - [NMS(Index = 1086)] + [NMS(Index = 1089)] /* 0x2C00 */ public TkModelRendererData PetThumbnailModelView; - [NMS(Index = 466)] + [NMS(Index = 467)] /* 0x2CB0 */ public TkModelRendererData RepairBackpackCamera; - [NMS(Index = 464)] + [NMS(Index = 465)] /* 0x2D60 */ public TkModelRendererData RepairCamera; - [NMS(Index = 467)] - /* 0x2E10 */ public TkModelRendererData RepairShipCameraInWorld; [NMS(Index = 468)] - /* 0x2EC0 */ public TkModelRendererData RepairShipCameraModelView; + /* 0x2E10 */ public TkModelRendererData RepairShipCameraInWorld; [NMS(Index = 469)] + /* 0x2EC0 */ public TkModelRendererData RepairShipCameraModelView; + [NMS(Index = 470)] /* 0x2F70 */ public TkModelRendererData RepairShipCameraVR; - [NMS(Index = 465)] + [NMS(Index = 466)] /* 0x3020 */ public TkModelRendererData RepairWeaponCamera; - [NMS(Index = 1089)] + [NMS(Index = 1092)] /* 0x30D0 */ public TkModelRendererData SpookShipThumbnailModelView; - [NMS(Index = 1422)] + [NMS(Index = 1425)] /* 0x3180 */ public TkNGuiTreeViewTemplate FileBrowserTreeViewTemplate; - [NMS(Index = 1421)] + [NMS(Index = 1424)] /* 0x3200 */ public TkNGuiTreeViewTemplate SceneInfoTreeViewTemplate; - [NMS(Index = 1423)] + [NMS(Index = 1426)] /* 0x3280 */ public TkNGuiTreeViewTemplate SkeletonToolsTreeViewTemplate; - [NMS(Index = 572)] + [NMS(Index = 573)] /* 0x3300 */ public GcScanEffectData DebugEditorPreviewEffect; - [NMS(Index = 658)] + [NMS(Index = 659)] /* 0x3350 */ public GcScanEffectData FreighterSummonScanEffect; - [NMS(Index = 332)] + [NMS(Index = 333)] /* 0x33A0 */ public GcHUDEffectRewardData OSDEpicItemRewardEffect; - [NMS(Index = 331)] + [NMS(Index = 332)] /* 0x33F0 */ public GcHUDEffectRewardData OSDRareItemRewardEffect; - [NMS(Index = 873, Size = 0x5, EnumType = typeof(GcGalaxyStarTypes.GalaxyStarTypeEnum))] - /* 0x3440 */ public Colour[] SystemHooverLEDColours; [NMS(Index = 874, Size = 0x5, EnumType = typeof(GcGalaxyStarTypes.GalaxyStarTypeEnum))] + /* 0x3440 */ public Colour[] SystemHooverLEDColours; + [NMS(Index = 875, Size = 0x5, EnumType = typeof(GcGalaxyStarTypes.GalaxyStarTypeEnum))] /* 0x3490 */ public Colour[] SystemHooverStatusBarColours; - [NMS(Index = 559)] + [NMS(Index = 560)] /* 0x34E0 */ public GcScanEffectData TargetDisplayScanEffect; - [NMS(Index = 1280)] + [NMS(Index = 1283)] /* 0x3530 */ public GcSpaceMapObjectData SpaceMapAtlasData; - [NMS(Index = 1281)] + [NMS(Index = 1284)] /* 0x3560 */ public GcSpaceMapObjectData SpaceMapBlackHoleData; - [NMS(Index = 1283)] + [NMS(Index = 1286)] /* 0x3590 */ public GcSpaceMapObjectData SpaceMapFreighterData; - [NMS(Index = 1276)] - /* 0x35C0 */ public GcSpaceMapObjectData SpaceMapMarkerData; [NMS(Index = 1279)] + /* 0x35C0 */ public GcSpaceMapObjectData SpaceMapMarkerData; + [NMS(Index = 1282)] /* 0x35F0 */ public GcSpaceMapObjectData SpaceMapNexusData; - [NMS(Index = 1277)] + [NMS(Index = 1280)] /* 0x3620 */ public GcSpaceMapObjectData SpaceMapPlanetData; - [NMS(Index = 1284)] + [NMS(Index = 1287)] /* 0x3650 */ public GcSpaceMapObjectData SpaceMapPulseEncounterData; - [NMS(Index = 1282)] + [NMS(Index = 1285)] /* 0x3680 */ public GcSpaceMapObjectData SpaceMapShipData; - [NMS(Index = 1278)] + [NMS(Index = 1281)] /* 0x36B0 */ public GcSpaceMapObjectData SpaceMapStationData; - [NMS(Index = 1354)] + [NMS(Index = 1357)] /* 0x36E0 */ public Colour AltimeterBandColour1; - [NMS(Index = 1355)] + [NMS(Index = 1358)] /* 0x36F0 */ public Colour AltimeterBandColour2; - [NMS(Index = 1356)] + [NMS(Index = 1359)] /* 0x3700 */ public Colour AltimeterColour1; - [NMS(Index = 1357)] + [NMS(Index = 1360)] /* 0x3710 */ public Colour AltimeterColour2; - [NMS(Index = 394)] + [NMS(Index = 395)] /* 0x3720 */ public Colour BaseComplexityDangerColour; - [NMS(Index = 392)] - /* 0x3730 */ public Colour BaseComplexityDefaultColour; [NMS(Index = 393)] + /* 0x3730 */ public Colour BaseComplexityDefaultColour; + [NMS(Index = 394)] /* 0x3740 */ public Colour BaseComplexityWarningColour; - [NMS(Index = 178)] + [NMS(Index = 179)] /* 0x3750 */ public Vector3f BinocularPanelLinePointOffset; - [NMS(Index = 402)] + [NMS(Index = 403)] /* 0x3760 */ public Colour BuildMenuErrorTextColour; - [NMS(Index = 404)] + [NMS(Index = 405)] /* 0x3770 */ public Colour BuildMenuErrorTextFlashColour; - [NMS(Index = 403)] + [NMS(Index = 404)] /* 0x3780 */ public Colour BuildMenuErrorTextOutlineColour; - [NMS(Index = 405)] - /* 0x3790 */ public Colour BuildMenuErrorTextOutlineFlashColour; [NMS(Index = 406)] - /* 0x37A0 */ public Colour BuildMenuInfoTextColour; + /* 0x3790 */ public Colour BuildMenuErrorTextOutlineFlashColour; [NMS(Index = 407)] + /* 0x37A0 */ public Colour BuildMenuInfoTextColour; + [NMS(Index = 408)] /* 0x37B0 */ public Colour BuildMenuInfoTextOutlineColour; - [NMS(Index = 400)] - /* 0x37C0 */ public Colour BuildMenuPassiveErrorTextColour; [NMS(Index = 401)] + /* 0x37C0 */ public Colour BuildMenuPassiveErrorTextColour; + [NMS(Index = 402)] /* 0x37D0 */ public Colour BuildMenuPassiveErrorTextOutlineColour; - [NMS(Index = 1141)] + [NMS(Index = 1144)] /* 0x37E0 */ public Colour ByteBeatArpGridActiveColour; - [NMS(Index = 1140)] - /* 0x37F0 */ public Colour ByteBeatArpGridInactiveColour; [NMS(Index = 1143)] + /* 0x37F0 */ public Colour ByteBeatArpGridInactiveColour; + [NMS(Index = 1146)] /* 0x3800 */ public Colour ByteBeatArpPipActiveColour; - [NMS(Index = 1142)] + [NMS(Index = 1145)] /* 0x3810 */ public Colour ByteBeatArpPipInactiveColour; - [NMS(Index = 1159)] + [NMS(Index = 1162)] /* 0x3820 */ public Colour ByteBeatRhythmColour0Active; - [NMS(Index = 1160)] + [NMS(Index = 1163)] /* 0x3830 */ public Colour ByteBeatRhythmColour0Inactive; - [NMS(Index = 1161)] + [NMS(Index = 1164)] /* 0x3840 */ public Colour ByteBeatRhythmColour1Active; - [NMS(Index = 1162)] + [NMS(Index = 1165)] /* 0x3850 */ public Colour ByteBeatRhythmColour1Inactive; - [NMS(Index = 1163)] + [NMS(Index = 1166)] /* 0x3860 */ public Colour ByteBeatRhythmColour2Active; - [NMS(Index = 1164)] + [NMS(Index = 1167)] /* 0x3870 */ public Colour ByteBeatRhythmColour2Inactive; - [NMS(Index = 1155)] + [NMS(Index = 1158)] /* 0x3880 */ public Colour ByteBeatSequencerBGColourActive; - [NMS(Index = 1156)] + [NMS(Index = 1159)] /* 0x3890 */ public Colour ByteBeatSequencerBGColourInactive; - [NMS(Index = 1165)] + [NMS(Index = 1168)] /* 0x38A0 */ public Colour ByteBeatSequencerHighlightColour; - [NMS(Index = 1157)] + [NMS(Index = 1160)] /* 0x38B0 */ public Colour ByteBeatSequencerRimColourActive; - [NMS(Index = 1158)] + [NMS(Index = 1161)] /* 0x38C0 */ public Colour ByteBeatSequencerRimColourInactive; - [NMS(Index = 1154)] + [NMS(Index = 1157)] /* 0x38D0 */ public Colour ByteBeatSequencerUnpoweredTint; - [NMS(Index = 1170)] + [NMS(Index = 1173)] /* 0x38E0 */ public Colour ByteBeatSliderFGColour; - [NMS(Index = 1171)] + [NMS(Index = 1174)] /* 0x38F0 */ public Colour ByteBeatSliderTextActiveColour; - [NMS(Index = 1172)] + [NMS(Index = 1175)] /* 0x3900 */ public Colour ByteBeatSliderTextInactiveColour; - [NMS(Index = 1131)] - /* 0x3910 */ public Colour ByteBeatTreeLineColour; [NMS(Index = 1134)] + /* 0x3910 */ public Colour ByteBeatTreeLineColour; + [NMS(Index = 1137)] /* 0x3920 */ public Colour ByteBeatVisGridColour; - [NMS(Index = 1133)] + [NMS(Index = 1136)] /* 0x3930 */ public Colour ByteBeatVisLineColour; - [NMS(Index = 562)] + [NMS(Index = 563)] /* 0x3940 */ public Colour CommunicatorMessageColour; - [NMS(Index = 715)] + [NMS(Index = 716)] /* 0x3950 */ public Colour CrosshairColour; - [NMS(Index = 704)] + [NMS(Index = 705)] /* 0x3960 */ public Colour CrosshairLeadPassiveColour; - [NMS(Index = 703)] + [NMS(Index = 704)] /* 0x3970 */ public Colour CrosshairLeadThreatColour; - [NMS(Index = 1093)] + [NMS(Index = 1096)] /* 0x3980 */ public Colour CursorColour; - [NMS(Index = 1094)] + [NMS(Index = 1097)] /* 0x3990 */ public Colour CursorConfirmColour; - [NMS(Index = 1096)] + [NMS(Index = 1099)] /* 0x39A0 */ public Colour CursorDeleteColour; - [NMS(Index = 1095)] + [NMS(Index = 1098)] /* 0x39B0 */ public Colour CursorTransferUploadColour; - [NMS(Index = 627)] - /* 0x39C0 */ public Colour DamageNumberCriticalColour; [NMS(Index = 628)] - /* 0x39D0 */ public Colour DamageNumberIneffectiveColour; + /* 0x39C0 */ public Colour DamageNumberCriticalColour; [NMS(Index = 629)] + /* 0x39D0 */ public Colour DamageNumberIneffectiveColour; + [NMS(Index = 630)] /* 0x39E0 */ public Colour DamageNumberIneffectiveWarningColour; - [NMS(Index = 943)] + [NMS(Index = 944)] /* 0x39F0 */ public Colour DeathMessageColour; - [NMS(Index = 291)] + [NMS(Index = 292)] /* 0x3A00 */ public Colour DebugEditorAxisColourAtActive; - [NMS(Index = 290)] + [NMS(Index = 291)] /* 0x3A10 */ public Colour DebugEditorAxisColourAtInactive; - [NMS(Index = 289)] + [NMS(Index = 290)] /* 0x3A20 */ public Colour DebugEditorAxisColourRightActive; - [NMS(Index = 288)] + [NMS(Index = 289)] /* 0x3A30 */ public Colour DebugEditorAxisColourRightInactive; - [NMS(Index = 287)] + [NMS(Index = 288)] /* 0x3A40 */ public Colour DebugEditorAxisColourUpActive; - [NMS(Index = 286)] + [NMS(Index = 287)] /* 0x3A50 */ public Colour DebugEditorAxisColourUpInactive; - [NMS(Index = 482)] - /* 0x3A60 */ public Vector3f DefaultRefinerOffsetIn; [NMS(Index = 483)] + /* 0x3A60 */ public Vector3f DefaultRefinerOffsetIn; + [NMS(Index = 484)] /* 0x3A70 */ public Vector3f DefaultRefinerOffsetOut; - [NMS(Index = 1059)] + [NMS(Index = 1062)] /* 0x3A80 */ public Colour EnergyBgColour; - [NMS(Index = 1060)] + [NMS(Index = 1063)] /* 0x3A90 */ public Colour EnergyBgPulseColour; - [NMS(Index = 209)] + [NMS(Index = 210)] /* 0x3AA0 */ public Vector3f FaceLockedScreenOffset; - [NMS(Index = 659)] - /* 0x3AB0 */ public Colour FreighterSummonScanEffectColourBlocked; [NMS(Index = 660)] + /* 0x3AB0 */ public Colour FreighterSummonScanEffectColourBlocked; + [NMS(Index = 661)] /* 0x3AC0 */ public Colour FreighterSummonScanEffectColourHighlight; - [NMS(Index = 294)] + [NMS(Index = 295)] /* 0x3AD0 */ public Colour FrontendCursorBackgroundColour; - [NMS(Index = 632)] + [NMS(Index = 633)] /* 0x3AE0 */ public Colour FuelBgColour; - [NMS(Index = 500)] + [NMS(Index = 501)] /* 0x3AF0 */ public Colour GridBackgroundNegativeColour; - [NMS(Index = 498)] - /* 0x3B00 */ public Colour GridBackgroundNeutralColour; [NMS(Index = 499)] + /* 0x3B00 */ public Colour GridBackgroundNeutralColour; + [NMS(Index = 500)] /* 0x3B10 */ public Colour GridBackgroundPositiveColour; - [NMS(Index = 495)] + [NMS(Index = 496)] /* 0x3B20 */ public Colour GridDisconnectedColour; - [NMS(Index = 497)] + [NMS(Index = 498)] /* 0x3B30 */ public Colour GridOfflineColour; - [NMS(Index = 496)] + [NMS(Index = 497)] /* 0x3B40 */ public Colour GridOnlineColour; - [NMS(Index = 1061)] + [NMS(Index = 1064)] /* 0x3B50 */ public Colour HazardBgPulseColour; - [NMS(Index = 1062)] + [NMS(Index = 1065)] /* 0x3B60 */ public Colour HazardDamagePulseColour; - [NMS(Index = 297)] + [NMS(Index = 298)] /* 0x3B70 */ public Vector3f HmdFramerateScreenOffset; - [NMS(Index = 1295)] + [NMS(Index = 1298)] /* 0x3B80 */ public Colour HUDMarkerColour; - [NMS(Index = 870)] + [NMS(Index = 871)] /* 0x3B90 */ public Colour HUDNotifyColour; - [NMS(Index = 1299)] + [NMS(Index = 1302)] /* 0x3BA0 */ public Colour HUDOutpostColour; - [NMS(Index = 834)] - /* 0x3BB0 */ public Colour HUDPlayerTrackArrowDamageGlowHullHitMaxColour; [NMS(Index = 835)] + /* 0x3BB0 */ public Colour HUDPlayerTrackArrowDamageGlowHullHitMaxColour; + [NMS(Index = 836)] /* 0x3BC0 */ public Colour HUDPlayerTrackArrowDamageGlowHullHitMinColour; - [NMS(Index = 838)] - /* 0x3BD0 */ public Colour HUDPlayerTrackArrowDamageGlowShieldHitMaxColour; [NMS(Index = 839)] + /* 0x3BD0 */ public Colour HUDPlayerTrackArrowDamageGlowShieldHitMaxColour; + [NMS(Index = 840)] /* 0x3BE0 */ public Colour HUDPlayerTrackArrowDamageGlowShieldHitMinColour; - [NMS(Index = 865)] + [NMS(Index = 866)] /* 0x3BF0 */ public Colour HUDPlayerTrackArrowDotColour; - [NMS(Index = 867)] + [NMS(Index = 868)] /* 0x3C00 */ public Colour HUDPlayerTrackArrowDotColourPirate; - [NMS(Index = 866)] + [NMS(Index = 867)] /* 0x3C10 */ public Colour HUDPlayerTrackArrowDotColourPolice; - [NMS(Index = 868)] + [NMS(Index = 869)] /* 0x3C20 */ public Colour HUDPlayerTrackArrowDotColourTrader; - [NMS(Index = 826)] + [NMS(Index = 827)] /* 0x3C30 */ public Colour HUDPlayerTrackArrowEnergyShieldColour; - [NMS(Index = 847)] - /* 0x3C40 */ public Colour HUDPlayerTrackArrowEnergyShieldDepletedGlowMaxColour; [NMS(Index = 848)] + /* 0x3C40 */ public Colour HUDPlayerTrackArrowEnergyShieldDepletedGlowMaxColour; + [NMS(Index = 849)] /* 0x3C50 */ public Colour HUDPlayerTrackArrowEnergyShieldDepletedGlowMinColour; - [NMS(Index = 827)] + [NMS(Index = 828)] /* 0x3C60 */ public Colour HUDPlayerTrackArrowEnergyShieldLowColour; - [NMS(Index = 852)] - /* 0x3C70 */ public Colour HUDPlayerTrackArrowEnergyShieldStartChargeGlowMaxColour; [NMS(Index = 853)] + /* 0x3C70 */ public Colour HUDPlayerTrackArrowEnergyShieldStartChargeGlowMaxColour; + [NMS(Index = 854)] /* 0x3C80 */ public Colour HUDPlayerTrackArrowEnergyShieldStartChargeGlowMinColour; - [NMS(Index = 823)] + [NMS(Index = 824)] /* 0x3C90 */ public Colour HUDPlayerTrackArrowTextColour; - [NMS(Index = 1297)] + [NMS(Index = 1300)] /* 0x3CA0 */ public Colour HUDRelicMarkerColourDiscovered; - [NMS(Index = 1298)] + [NMS(Index = 1301)] /* 0x3CB0 */ public Colour HUDRelicMarkerColourUnknown; - [NMS(Index = 1296)] + [NMS(Index = 1299)] /* 0x3CC0 */ public Colour HUDSpaceshipColour; - [NMS(Index = 869)] + [NMS(Index = 870)] /* 0x3CD0 */ public Colour HUDWarningColour; - [NMS(Index = 413)] + [NMS(Index = 414)] /* 0x3CE0 */ public Colour IconGlowColourActive; - [NMS(Index = 412)] + [NMS(Index = 413)] /* 0x3CF0 */ public Colour IconGlowColourError; - [NMS(Index = 415)] + [NMS(Index = 416)] /* 0x3D00 */ public Colour IconGlowColourHighlight; - [NMS(Index = 414)] + [NMS(Index = 415)] /* 0x3D10 */ public Colour IconGlowColourNeutral; - [NMS(Index = 472)] - /* 0x3D20 */ public Colour InteractionLabelCostColour; [NMS(Index = 473)] - /* 0x3D30 */ public Colour InteractionLabelPickupColour; + /* 0x3D20 */ public Colour InteractionLabelCostColour; [NMS(Index = 474)] + /* 0x3D30 */ public Colour InteractionLabelPickupColour; + [NMS(Index = 475)] /* 0x3D40 */ public Colour InteractionLabelPickupFillColour; [NMS(Index = 73)] /* 0x3D50 */ public Colour InvSlotGradientBaseColour; - [NMS(Index = 143)] + [NMS(Index = 144)] /* 0x3D60 */ public Vector3f InWorldInteractLabelCentreOffset; - [NMS(Index = 145)] + [NMS(Index = 146)] /* 0x3D70 */ public Vector3f InWorldInteractLabelLineOffset; - [NMS(Index = 144)] + [NMS(Index = 145)] /* 0x3D80 */ public Vector3f InWorldInteractLabelTopOffset; - [NMS(Index = 202)] + [NMS(Index = 203)] /* 0x3D90 */ public Vector3f InWorldNGuiScreenRotation; - [NMS(Index = 146)] + [NMS(Index = 147)] /* 0x3DA0 */ public Vector3f InWorldStaffBinocsScreenOffset; - [NMS(Index = 977)] + [NMS(Index = 980)] /* 0x3DB0 */ public Colour ItemSlotColourPartiallyInstalled; - [NMS(Index = 979)] + [NMS(Index = 982)] /* 0x3DC0 */ public Colour ItemSlotColourProduct; - [NMS(Index = 973)] + [NMS(Index = 976)] /* 0x3DD0 */ public Colour ItemSlotColourSubstance; - [NMS(Index = 974)] + [NMS(Index = 977)] /* 0x3DE0 */ public Colour ItemSlotColourTech; - [NMS(Index = 975)] + [NMS(Index = 978)] /* 0x3DF0 */ public Colour ItemSlotColourTechCharge; - [NMS(Index = 976)] + [NMS(Index = 979)] /* 0x3E00 */ public Colour ItemSlotColourTechDamage; - [NMS(Index = 982)] + [NMS(Index = 985)] /* 0x3E10 */ public Colour ItemSlotTextColourProduct; - [NMS(Index = 980)] + [NMS(Index = 983)] /* 0x3E20 */ public Colour ItemSlotTextColourSubstance; - [NMS(Index = 981)] + [NMS(Index = 984)] /* 0x3E30 */ public Colour ItemSlotTextColourTech; [NMS(Index = 72)] /* 0x3E40 */ public Colour JoaoBoxCompletedObjectiveColour; - [NMS(Index = 1360)] + [NMS(Index = 1363)] /* 0x3E50 */ public Colour LockOnMarkerActiveColour; - [NMS(Index = 198)] + [NMS(Index = 199)] /* 0x3E60 */ public Vector3f LowerHelmetScreenOffset; - [NMS(Index = 447)] + [NMS(Index = 448)] /* 0x3E70 */ public Colour MarkerRingBGColour; - [NMS(Index = 524)] + [NMS(Index = 525)] /* 0x3E80 */ public Colour MissionOSDMessageBarColour; - [NMS(Index = 343)] + [NMS(Index = 344)] /* 0x3E90 */ public Colour MultiplayerMissionParticipantsColour; [NMS(Index = 55)] /* 0x3EA0 */ public Colour NetworkPopupTextDisabledColour; [NMS(Index = 54)] /* 0x3EB0 */ public Colour NetworkPopupTextEnabledColour; - [NMS(Index = 1378)] + [NMS(Index = 1381)] /* 0x3EC0 */ public Vector3f NGuiModelTranslationFactors; - [NMS(Index = 1379)] + [NMS(Index = 1382)] /* 0x3ED0 */ public Vector3f NGuiModelTranslationFactorsInteraction; - [NMS(Index = 1380)] + [NMS(Index = 1383)] /* 0x3EE0 */ public Vector3f NGuiThumbnailModelTranslationFactors; - [NMS(Index = 526)] + [NMS(Index = 527)] /* 0x3EF0 */ public Colour NotificationDangerColour; - [NMS(Index = 525)] + [NMS(Index = 526)] /* 0x3F00 */ public Colour NotificationDefaultColour; - [NMS(Index = 527)] - /* 0x3F10 */ public Colour NotificationInfoColour; [NMS(Index = 528)] + /* 0x3F10 */ public Colour NotificationInfoColour; + [NMS(Index = 529)] /* 0x3F20 */ public Colour NotificationUrgentColour; [NMS(Index = 5)] /* 0x3F30 */ public Vector3f OutpostReturnMarkerOffset; - [NMS(Index = 630)] - /* 0x3F40 */ public Colour PhotoModeSelectedColour; [NMS(Index = 631)] + /* 0x3F40 */ public Colour PhotoModeSelectedColour; + [NMS(Index = 632)] /* 0x3F50 */ public Colour PhotoModeUnselectedColour; - [NMS(Index = 342)] + [NMS(Index = 343)] /* 0x3F60 */ public Colour PickedItemBorderColour; - [NMS(Index = 944)] + [NMS(Index = 945)] /* 0x3F70 */ public Colour PinnedRecipeBorder; - [NMS(Index = 338)] + [NMS(Index = 339)] /* 0x3F80 */ public Colour ProcProductColourCommon; - [NMS(Index = 340)] + [NMS(Index = 341)] /* 0x3F90 */ public Colour ProcProductColourRare; - [NMS(Index = 339)] + [NMS(Index = 340)] /* 0x3FA0 */ public Colour ProcProductColourUncommon; - [NMS(Index = 808)] + [NMS(Index = 809)] /* 0x3FB0 */ public Colour PulseAlertColour; - [NMS(Index = 807)] + [NMS(Index = 808)] /* 0x3FC0 */ public Colour PulseDamageColour; - [NMS(Index = 292)] - /* 0x3FD0 */ public Colour QuickMenuSelectedItemColour1; [NMS(Index = 293)] + /* 0x3FD0 */ public Colour QuickMenuSelectedItemColour1; + [NMS(Index = 294)] /* 0x3FE0 */ public Colour QuickMenuSelectedItemColour2; - [NMS(Index = 1179)] + [NMS(Index = 1182)] /* 0x3FF0 */ public Colour RadialMenuInnerColourDisabled; - [NMS(Index = 1175)] + [NMS(Index = 1178)] /* 0x4000 */ public Colour RadialMenuInnerColourSelected; - [NMS(Index = 1177)] - /* 0x4010 */ public Colour RadialMenuInnerColourUnselected; [NMS(Index = 1180)] + /* 0x4010 */ public Colour RadialMenuInnerColourUnselected; + [NMS(Index = 1183)] /* 0x4020 */ public Colour RadialMenuOuterColourDisabled; - [NMS(Index = 1176)] + [NMS(Index = 1179)] /* 0x4030 */ public Colour RadialMenuOuterColourSelected; - [NMS(Index = 1178)] + [NMS(Index = 1181)] /* 0x4040 */ public Colour RadialMenuOuterColourUnselected; - [NMS(Index = 493)] - /* 0x4050 */ public Colour RefinerBackgroundColour; [NMS(Index = 494)] + /* 0x4050 */ public Colour RefinerBackgroundColour; + [NMS(Index = 495)] /* 0x4060 */ public Colour RefinerErrorBackgroundColour; - [NMS(Index = 721)] + [NMS(Index = 722)] /* 0x4070 */ public Colour RemappedControlColour; - [NMS(Index = 720)] + [NMS(Index = 721)] /* 0x4080 */ public Colour SelectedControlColour; - [NMS(Index = 1428)] + [NMS(Index = 1431)] /* 0x4090 */ public Colour SettlementStatBackgroundColour; - [NMS(Index = 1427)] + [NMS(Index = 1430)] /* 0x40A0 */ public Colour SettlementStatColour; - [NMS(Index = 1065)] + [NMS(Index = 1068)] /* 0x40B0 */ public Colour ShieldBgColour; - [NMS(Index = 1063)] - /* 0x40C0 */ public Colour ShieldColour; [NMS(Index = 1066)] + /* 0x40C0 */ public Colour ShieldColour; + [NMS(Index = 1069)] /* 0x40D0 */ public Colour ShieldDamageBgColour; - [NMS(Index = 1064)] + [NMS(Index = 1067)] /* 0x40E0 */ public Colour ShieldDamageColour; [NMS(Index = 20)] /* 0x40F0 */ public Colour ShipBuilderLineColour; [NMS(Index = 19)] /* 0x4100 */ public Colour ShipBuilderLineColourHologram; - [NMS(Index = 1007)] + [NMS(Index = 1010)] /* 0x4110 */ public Colour ShipHUDAimTargetColour; - [NMS(Index = 1008)] + [NMS(Index = 1011)] /* 0x4120 */ public Colour ShipHUDAimTargetCritColour; - [NMS(Index = 1005)] + [NMS(Index = 1008)] /* 0x4130 */ public Colour ShipHUDTargetArrowsColourLocal; - [NMS(Index = 1003)] + [NMS(Index = 1006)] /* 0x4140 */ public Colour ShipHUDTargetArrowsColourOutOfRange; - [NMS(Index = 1004)] + [NMS(Index = 1007)] /* 0x4150 */ public Colour ShipHUDTargetArrowsColourThreat; [NMS(Index = 4)] /* 0x4160 */ public Vector3f ShipTeleportPadMarkerOffset; - [NMS(Index = 1268)] + [NMS(Index = 1271)] /* 0x4170 */ public Colour SpaceEnemyShipLineColour; - [NMS(Index = 1267)] - /* 0x4180 */ public Colour SpaceFriendlyShipLineColour; [NMS(Index = 1270)] + /* 0x4180 */ public Colour SpaceFriendlyShipLineColour; + [NMS(Index = 1273)] /* 0x4190 */ public Colour SpaceMapAttackColour; - [NMS(Index = 541)] + [NMS(Index = 542)] /* 0x41A0 */ public Vector3f SpaceMapCockpitOffset; - [NMS(Index = 1275)] + [NMS(Index = 1278)] /* 0x41B0 */ public Colour SpaceMapDeathPointColour; - [NMS(Index = 1273)] + [NMS(Index = 1276)] /* 0x41C0 */ public Colour SpaceMapNeutralColour; - [NMS(Index = 1271)] + [NMS(Index = 1274)] /* 0x41D0 */ public Colour SpaceMapOtherPlayerColour; - [NMS(Index = 1269)] + [NMS(Index = 1272)] /* 0x41E0 */ public Vector3f SpaceMapPosScaler; - [NMS(Index = 1274)] + [NMS(Index = 1277)] /* 0x41F0 */ public Colour SpaceMapSquadronColour; - [NMS(Index = 1272)] + [NMS(Index = 1275)] /* 0x4200 */ public Colour SpaceMapThreatColour; - [NMS(Index = 1450)] + [NMS(Index = 1453)] /* 0x4210 */ public Colour SpookMeterColour; [NMS(Index = 31)] /* 0x4220 */ public Colour StoreDialFillColour; @@ -441,33 +441,33 @@ public class GcUIGlobals : NMSTemplate /* 0x4250 */ public Colour SuperchargeGradientTechColour; [NMS(Index = 78)] /* 0x4260 */ public Colour SuperchargePopupColour; - [NMS(Index = 556)] - /* 0x4270 */ public Vector3f TargetDisplayShipOffset; [NMS(Index = 557)] + /* 0x4270 */ public Vector3f TargetDisplayShipOffset; + [NMS(Index = 558)] /* 0x4280 */ public Vector3f TargetDisplayTorpedoOffset; - [NMS(Index = 1204)] + [NMS(Index = 1207)] /* 0x4290 */ public Colour TargetMarkerColour; - [NMS(Index = 1205)] + [NMS(Index = 1208)] /* 0x42A0 */ public Colour TargetMarkerHighlightColour; [NMS(Index = 25)] /* 0x42B0 */ public Colour TouchButtonChargeIndicatorColour; - [NMS(Index = 501)] + [NMS(Index = 502)] /* 0x42C0 */ public Colour TransferSendPopupColour; - [NMS(Index = 317)] + [NMS(Index = 318)] /* 0x42D0 */ public Colour TravelLineColour; - [NMS(Index = 320)] - /* 0x42E0 */ public Colour TravelLineInvalidColour; [NMS(Index = 321)] + /* 0x42E0 */ public Colour TravelLineInvalidColour; + [NMS(Index = 322)] /* 0x42F0 */ public Colour TravelLineNotAllowedColour; - [NMS(Index = 318)] - /* 0x4300 */ public Colour TravelLineTooFarColour; [NMS(Index = 319)] + /* 0x4300 */ public Colour TravelLineTooFarColour; + [NMS(Index = 320)] /* 0x4310 */ public Colour TravelLineTooSteepColour; - [NMS(Index = 322)] + [NMS(Index = 323)] /* 0x4320 */ public Colour TravelTargetColour; - [NMS(Index = 1214)] + [NMS(Index = 1217)] /* 0x4330 */ public Colour UnseenItemColour; - [NMS(Index = 1213)] + [NMS(Index = 1216)] /* 0x4340 */ public Colour WantedColour; [NMS(Index = 46)] /* 0x4350 */ public Colour WristMenuDefaultBorderColour; @@ -477,11 +477,11 @@ public class GcUIGlobals : NMSTemplate /* 0x4370 */ public GcWonderCategoryConfig[] WonderCreatureCategoryConfig; [NMS(Index = 68, Size = 0xD, EnumType = typeof(GcWonderTreasureCategory.WonderTreasureCategoryEnum))] /* 0x46B8 */ public GcWonderCategoryConfig[] WonderTreasureCategoryConfig; - [NMS(Index = 397, Size = 0x15, EnumType = typeof(GcBuildMenuOption.BuildMenuOptionEnum))] - /* 0x4990 */ public NMSString0x20A[] BuildMenuOnActionDisabledLocIDs; [NMS(Index = 398, Size = 0x15, EnumType = typeof(GcBuildMenuOption.BuildMenuOptionEnum))] + /* 0x4990 */ public NMSString0x20A[] BuildMenuOnActionDisabledLocIDs; + [NMS(Index = 399, Size = 0x15, EnumType = typeof(GcBuildMenuOption.BuildMenuOptionEnum))] /* 0x4C30 */ public NMSString0x20A[] BuildMenuOnActionErrorLocIDs; - [NMS(Index = 396, Size = 0x15, EnumType = typeof(GcBuildMenuOption.BuildMenuOptionEnum))] + [NMS(Index = 397, Size = 0x15, EnumType = typeof(GcBuildMenuOption.BuildMenuOptionEnum))] /* 0x4ED0 */ public NMSString0x20A[] BuildMenuOnActionLocIDs; [NMS(Index = 70, Size = 0xC, EnumType = typeof(GcWonderCustomCategory.WonderCustomCategoryEnum))] /* 0x5170 */ public GcWonderCategoryConfig[] WonderCustomCategoryConfig; @@ -493,73 +493,73 @@ public class GcUIGlobals : NMSTemplate /* 0x58E0 */ public GcWonderCategoryConfig[] WonderFloraCategoryConfig; [NMS(Index = 67, Size = 0x8, EnumType = typeof(GcWonderMineralCategory.WonderMineralCategoryEnum))] /* 0x5AA0 */ public GcWonderCategoryConfig[] WonderMineralCategoryConfig; - [NMS(Index = 1396)] + [NMS(Index = 1399)] /* 0x5C60 */ public GcHUDStartupTable IntroTiming; - [NMS(Index = 1397)] + [NMS(Index = 1400)] /* 0x5DB0 */ public GcHUDStartupTable IntroTimingFreighter; - [NMS(Index = 1398)] + [NMS(Index = 1401)] /* 0x5F00 */ public GcHUDStartupTable IntroTimingFreighterRepaired; - [NMS(Index = 1430, Size = 0x8, EnumType = typeof(GcSettlementStatType.SettlementStatTypeEnum))] + [NMS(Index = 1433, Size = 0x8, EnumType = typeof(GcSettlementStatType.SettlementStatTypeEnum))] /* 0x6050 */ public NMSString0x20A[] SettlementStatFormatLoc; - [NMS(Index = 1429, Size = 0x8, EnumType = typeof(GcSettlementStatType.SettlementStatTypeEnum))] + [NMS(Index = 1432, Size = 0x8, EnumType = typeof(GcSettlementStatType.SettlementStatTypeEnum))] /* 0x6150 */ public NMSString0x20A[] SettlementStatLoc; - [NMS(Index = 1431, Size = 0x8, EnumType = typeof(GcSettlementStatType.SettlementStatTypeEnum))] + [NMS(Index = 1434, Size = 0x8, EnumType = typeof(GcSettlementStatType.SettlementStatTypeEnum))] /* 0x6250 */ public TkTextureResource[] SettlementStatBasicImages; - [NMS(Index = 1433, Size = 0x8, EnumType = typeof(GcSettlementStatType.SettlementStatTypeEnum))] + [NMS(Index = 1436, Size = 0x8, EnumType = typeof(GcSettlementStatType.SettlementStatTypeEnum))] /* 0x6310 */ public TkTextureResource[] SettlementStatNegativeImages; - [NMS(Index = 1432, Size = 0x8, EnumType = typeof(GcSettlementStatType.SettlementStatTypeEnum))] + [NMS(Index = 1435, Size = 0x8, EnumType = typeof(GcSettlementStatType.SettlementStatTypeEnum))] /* 0x63D0 */ public TkTextureResource[] SettlementStatPositiveImages; [NMS(Index = 59, Size = 0x7, EnumType = typeof(GcWonderType.WonderTypeEnum))] /* 0x6490 */ public TkTextureResource[] WonderTypeIcons; - [NMS(Index = 442)] - /* 0x6538 */ public TkTextureResource BaseBuildingPartsGridExpandableIcon; [NMS(Index = 443)] - /* 0x6550 */ public TkTextureResource BaseBuildingPartsGridExpandedIcon; + /* 0x6538 */ public TkTextureResource BaseBuildingPartsGridExpandableIcon; [NMS(Index = 444)] + /* 0x6550 */ public TkTextureResource BaseBuildingPartsGridExpandedIcon; + [NMS(Index = 445)] /* 0x6568 */ public TkTextureResource BaseBuildingPartsGridRetractableIcon; - [NMS(Index = 477)] + [NMS(Index = 478)] /* 0x6580 */ public TkTextureResource RefinerPopupEmptyOutputIcon; - [NMS(Index = 1057)] + [NMS(Index = 1060)] /* 0x6598 */ public VariableSizeString CamoNormalTexture; - [NMS(Index = 1056)] + [NMS(Index = 1059)] /* 0x65A8 */ public VariableSizeString CamoTexture; [NMS(Index = 88)] /* 0x65B8 */ public NMSString0x10 DebugInventoryHint; [NMS(Index = 120)] /* 0x65C8 */ public NMSString0x10 ExplorationLogMissionID; - [NMS(Index = 1055)] + [NMS(Index = 1058)] /* 0x65D8 */ public List HazardDistortionParams; - [NMS(Index = 1051)] - /* 0x65E8 */ public List HazardHeightmaps; [NMS(Index = 1054)] + /* 0x65E8 */ public List HazardHeightmaps; + [NMS(Index = 1057)] /* 0x65F8 */ public List HazardHeightmapsVR; - [NMS(Index = 1050)] - /* 0x6608 */ public List HazardNormalMaps; [NMS(Index = 1053)] + /* 0x6608 */ public List HazardNormalMaps; + [NMS(Index = 1056)] /* 0x6618 */ public List HazardNormalMapsVR; - [NMS(Index = 1049)] - /* 0x6628 */ public List HazardTextures; [NMS(Index = 1052)] + /* 0x6628 */ public List HazardTextures; + [NMS(Index = 1055)] /* 0x6638 */ public List HazardTexturesVR; - [NMS(Index = 341)] + [NMS(Index = 342)] /* 0x6648 */ public List InventoryIconPositions; - [NMS(Index = 345)] + [NMS(Index = 346)] /* 0x6658 */ public NMSString0x10 MultiplayerMissionInteractEndTrigger; - [NMS(Index = 344)] + [NMS(Index = 345)] /* 0x6668 */ public NMSString0x10 MultiplayerMissionInteractStartTrigger; [NMS(Index = 108)] /* 0x6678 */ public List SeasonalRingTable; - [NMS(Index = 1006)] + [NMS(Index = 1009)] /* 0x6688 */ public List ShipHUDTargetArrowsColour; - [NMS(Index = 812)] + [NMS(Index = 813)] /* 0x6698 */ public NMSString0x10 ShowStatWithDeathQuote; - [NMS(Index = 884)] + [NMS(Index = 885)] /* 0x66A8 */ public List StatIcons; - [NMS(Index = 470)] + [NMS(Index = 471)] /* 0x66B8 */ public List VehicleTypeRepairCamera; - [NMS(Index = 712, Size = 0x14, EnumType = typeof(GcPlayerWeapons.WeaponModeEnum))] + [NMS(Index = 713, Size = 0x14, EnumType = typeof(GcPlayerWeapons.WeaponModeEnum))] /* 0x66C8 */ public float[] CrosshairTargetLockSizeSpecific; - [NMS(Index = 966)] + [NMS(Index = 967)] /* 0x6718 */ public GcWorldUISettings WorldUISettings; [NMS(Index = 61, Size = 0xF, EnumType = typeof(GcWonderCreatureCategory.WonderCreatureCategoryEnum))] /* 0x6768 */ public float[] WonderValueModifiersCreature; @@ -569,2349 +569,2355 @@ public class GcUIGlobals : NMSTemplate /* 0x67D0 */ public float[] WonderValueModifiersFlora; [NMS(Index = 63, Size = 0x8, EnumType = typeof(GcWonderMineralCategory.WonderMineralCategoryEnum))] /* 0x67F0 */ public float[] WonderValueModifiersMineral; - [NMS(Index = 1400)] + [NMS(Index = 1403)] /* 0x6810 */ public GcInventorySlotActionData BuildProductSlotAction; - [NMS(Index = 1401)] + [NMS(Index = 1404)] /* 0x682C */ public GcInventorySlotActionData ChargeSlotAction; - [NMS(Index = 1399)] + [NMS(Index = 1402)] /* 0x6848 */ public GcInventorySlotActionData InstallTechSlotAction; - [NMS(Index = 1405)] + [NMS(Index = 1408)] /* 0x6864 */ public GcInventorySlotActionData InventoryHintAction; - [NMS(Index = 1406)] + [NMS(Index = 1409)] /* 0x6880 */ public GcInventorySlotActionData InventoryHintActionNoGlow; - [NMS(Index = 1404)] + [NMS(Index = 1407)] /* 0x689C */ public GcInventorySlotActionData NewSlotPulseAction; - [NMS(Index = 1403)] + [NMS(Index = 1406)] /* 0x68B8 */ public GcInventorySlotActionData NewSlotRevealAction; - [NMS(Index = 1402)] + [NMS(Index = 1405)] /* 0x68D4 */ public GcInventorySlotActionData RepairSlotAction; [NMS(Index = 0)] /* 0x68F0 */ public GcInteractionDof InteractionDOFDisabled; - [NMS(Index = 805)] - /* 0x6904 */ public TkNGuiRectanglePulseEffect PulseBarData; [NMS(Index = 806)] + /* 0x6904 */ public TkNGuiRectanglePulseEffect PulseBarData; + [NMS(Index = 807)] /* 0x6914 */ public TkNGuiRectanglePulseEffect PulseIconData; - [NMS(Index = 716)] + [NMS(Index = 717)] /* 0x6924 */ public TkHitCurveData CrosshairLeadHitCurve; - [NMS(Index = 1395)] + [NMS(Index = 1398)] /* 0x6930 */ public GcDiscoveryHelperTimings DiscoveryHelperTimings; - [NMS(Index = 717)] + [NMS(Index = 718)] /* 0x693C */ public TkHitCurveData ShootableHitCurve; - [NMS(Index = 163)] + [NMS(Index = 164)] /* 0x6948 */ public Vector2f BinocularEdgeFade; - [NMS(Index = 471)] + [NMS(Index = 472)] /* 0x6950 */ public Vector2f BinocularsDiscoveryPos; - [NMS(Index = 374)] + [NMS(Index = 375)] /* 0x6958 */ public Vector2f CompassCentre; [NMS(Index = 94)] /* 0x6960 */ public Vector2f ControlsPageParallax; - [NMS(Index = 536)] + [NMS(Index = 537)] /* 0x6968 */ public Vector2f CursorlessDialogPageCursorOffset; - [NMS(Index = 622)] + [NMS(Index = 623)] /* 0x6970 */ public Vector2f DamageNumberSideSpeed; - [NMS(Index = 534)] + [NMS(Index = 535)] /* 0x6978 */ public Vector2f DialogPageCursorOffset; - [NMS(Index = 1301)] + [NMS(Index = 1304)] /* 0x6980 */ public Vector2f HUDMarkerCompassPrimaryIndicatorOffset; - [NMS(Index = 1300)] + [NMS(Index = 1303)] /* 0x6988 */ public Vector2f HUDMarkerPrimaryIndicatorOffset; - [NMS(Index = 486)] - /* 0x6990 */ public Vector2f HUDPlayerSentinelPulseFreq; [NMS(Index = 487)] + /* 0x6990 */ public Vector2f HUDPlayerSentinelPulseFreq; + [NMS(Index = 488)] /* 0x6998 */ public Vector2f HUDPlayerSentinelPulseSize; - [NMS(Index = 841)] + [NMS(Index = 842)] /* 0x69A0 */ public Vector2f HUDPlayerTrackArrowDamageGlowSize; - [NMS(Index = 843)] + [NMS(Index = 844)] /* 0x69A8 */ public Vector2f HUDPlayerTrackArrowEnergyShieldGlowSize; - [NMS(Index = 830)] + [NMS(Index = 831)] /* 0x69B0 */ public Vector2f HUDPlayerTrackArrowEnergyShieldSize; - [NMS(Index = 825)] + [NMS(Index = 826)] /* 0x69B8 */ public Vector2f HUDPlayerTrackArrowHealthSize; - [NMS(Index = 778)] + [NMS(Index = 779)] /* 0x69C0 */ public Vector2f HUDPlayerTrackArrowIconPulseSize; - [NMS(Index = 790)] + [NMS(Index = 791)] /* 0x69C8 */ public Vector2f HUDPlayerTrackIconOffset; - [NMS(Index = 1287)] + [NMS(Index = 1290)] /* 0x69D0 */ public Vector2f HUDTargetHealthIconOffset; - [NMS(Index = 1285)] + [NMS(Index = 1288)] /* 0x69D8 */ public Vector2f HUDTargetHealthOffset; - [NMS(Index = 1286)] + [NMS(Index = 1289)] /* 0x69E0 */ public Vector2f HUDTargetHealthSize; - [NMS(Index = 1068)] + [NMS(Index = 1071)] /* 0x69E8 */ public Vector2f InteractionLabelOffset; - [NMS(Index = 1069)] - /* 0x69F0 */ public Vector2f InteractionLabelOffset_1; [NMS(Index = 1072)] + /* 0x69F0 */ public Vector2f InteractionLabelOffset_1; + [NMS(Index = 1075)] /* 0x69F8 */ public Vector2f InteractionLabelScreenMax; - [NMS(Index = 1071)] + [NMS(Index = 1074)] /* 0x6A00 */ public Vector2f InteractionLabelScreenMin; - [NMS(Index = 1073)] + [NMS(Index = 1076)] /* 0x6A08 */ public Vector2f InteractionLabelSize; - [NMS(Index = 1075)] + [NMS(Index = 1078)] /* 0x6A10 */ public Vector2f InteractionLabelTouchAreaMax; - [NMS(Index = 1074)] + [NMS(Index = 1077)] /* 0x6A18 */ public Vector2f InteractionLabelTouchAreaMin; - [NMS(Index = 1389)] + [NMS(Index = 1392)] /* 0x6A20 */ public Vector2f InteractionWorldParallax; - [NMS(Index = 535)] + [NMS(Index = 536)] /* 0x6A28 */ public Vector2f IntermediateInteractionPageCursorOffset; - [NMS(Index = 204)] + [NMS(Index = 205)] /* 0x6A30 */ public Vector2f InWorldGameGuiAlignment; - [NMS(Index = 142)] + [NMS(Index = 143)] /* 0x6A38 */ public Vector2f InWorldInteractLabelAlignment; - [NMS(Index = 203)] + [NMS(Index = 204)] /* 0x6A40 */ public Vector2f InWorldNGuiParallax; - [NMS(Index = 519)] + [NMS(Index = 520)] /* 0x6A48 */ public Vector2f MainMenuSaveIconPosition; - [NMS(Index = 194)] + [NMS(Index = 195)] /* 0x6A50 */ public Vector2f MarkerDistanceVRAlignment; - [NMS(Index = 485)] + [NMS(Index = 486)] /* 0x6A58 */ public Vector2f ModelViewWorldParallax; - [NMS(Index = 1386)] + [NMS(Index = 1389)] /* 0x6A60 */ public Vector2f NGuiMax2DParallax; - [NMS(Index = 1385)] + [NMS(Index = 1388)] /* 0x6A68 */ public Vector2f NGuiMin2DParallax; - [NMS(Index = 1387)] + [NMS(Index = 1390)] /* 0x6A70 */ public Vector2f NGuiModelParallax; - [NMS(Index = 1388)] + [NMS(Index = 1391)] /* 0x6A78 */ public Vector2f NGuiShipInteractParallax; - [NMS(Index = 1203)] + [NMS(Index = 1206)] /* 0x6A80 */ public Vector2f NGuiTouchPadSensitivity; - [NMS(Index = 932)] - /* 0x6A88 */ public Vector2f NotificationMissionHintPauseTime; [NMS(Index = 933)] - /* 0x6A90 */ public Vector2f NotificationMissionHintPauseTimeCritical; + /* 0x6A88 */ public Vector2f NotificationMissionHintPauseTime; [NMS(Index = 934)] + /* 0x6A90 */ public Vector2f NotificationMissionHintPauseTimeCritical; + [NMS(Index = 935)] /* 0x6A98 */ public Vector2f NotificationMissionHintPauseTimeSecondary; - [NMS(Index = 475)] - /* 0x6AA0 */ public Vector2f PersonalRefinerInputPos; [NMS(Index = 476)] + /* 0x6AA0 */ public Vector2f PersonalRefinerInputPos; + [NMS(Index = 477)] /* 0x6AA8 */ public Vector2f PersonalRefinerOutputPos; [NMS(Index = 93)] /* 0x6AB0 */ public Vector2f PickingCursorOffset; - [NMS(Index = 968)] + [NMS(Index = 969)] /* 0x6AB8 */ public Vector2f PlanetLabelOffset; - [NMS(Index = 970)] + [NMS(Index = 973)] /* 0x6AC0 */ public Vector2f PlanetLineOffset; - [NMS(Index = 969)] + [NMS(Index = 970)] /* 0x6AC8 */ public Vector2f PlanetMeasureOffset; - [NMS(Index = 484)] - /* 0x6AD0 */ public Vector2f RefinerParallax; - [NMS(Index = 518)] - /* 0x6AD8 */ public Vector2f SaveIconPosition; - [NMS(Index = 1067)] - /* 0x6AE0 */ public Vector2f ScanLabelOffset; - [NMS(Index = 1013)] - /* 0x6AE8 */ public Vector2f TargetScreenCamOffset; - [NMS(Index = 768)] - /* 0x6AF0 */ public Vector2f TrackCriticalHitOffset; - [NMS(Index = 732)] - /* 0x6AF8 */ public Vector2f TrackTypeIconOffset; - [NMS(Index = 1420)] - /* 0x6B00 */ public int AbandonedFreighterAirlockRoomNumber; - [NMS(Index = 1437)] - /* 0x6B04 */ public float AccessibleUIHUDPopupScale; - [NMS(Index = 1436)] - /* 0x6B08 */ public float AccessibleUIPopupScale; - [NMS(Index = 177)] - /* 0x6B0C */ public float AlignmentRequiredToDisableFrostedGlass; - [NMS(Index = 1348)] - /* 0x6B10 */ public float AltimeterLineSpacing; + [NMS(Index = 971)] + /* 0x6AD0 */ public Vector2f PlanetMeasureOffsetBigText; + [NMS(Index = 972)] + /* 0x6AD8 */ public Vector2f PlanetMeasureOffsetMoonExtra; + [NMS(Index = 485)] + /* 0x6AE0 */ public Vector2f RefinerParallax; + [NMS(Index = 519)] + /* 0x6AE8 */ public Vector2f SaveIconPosition; + [NMS(Index = 1070)] + /* 0x6AF0 */ public Vector2f ScanLabelOffset; + [NMS(Index = 1016)] + /* 0x6AF8 */ public Vector2f TargetScreenCamOffset; + [NMS(Index = 769)] + /* 0x6B00 */ public Vector2f TrackCriticalHitOffset; + [NMS(Index = 733)] + /* 0x6B08 */ public Vector2f TrackTypeIconOffset; + [NMS(Index = 1423)] + /* 0x6B10 */ public int AbandonedFreighterAirlockRoomNumber; + [NMS(Index = 1440)] + /* 0x6B14 */ public float AccessibleUIHUDPopupScale; + [NMS(Index = 1439)] + /* 0x6B18 */ public float AccessibleUIPopupScale; + [NMS(Index = 178)] + /* 0x6B1C */ public float AlignmentRequiredToDisableFrostedGlass; [NMS(Index = 1351)] - /* 0x6B14 */ public float AltimeterMax; - [NMS(Index = 1350)] - /* 0x6B18 */ public float AltimeterMin; + /* 0x6B20 */ public float AltimeterLineSpacing; + [NMS(Index = 1354)] + /* 0x6B24 */ public float AltimeterMax; [NMS(Index = 1353)] - /* 0x6B1C */ public float AltimeterMinValue; - [NMS(Index = 1347)] - /* 0x6B20 */ public float AltimeterResolution; + /* 0x6B28 */ public float AltimeterMin; + [NMS(Index = 1356)] + /* 0x6B2C */ public float AltimeterMinValue; + [NMS(Index = 1350)] + /* 0x6B30 */ public float AltimeterResolution; + [NMS(Index = 1355)] + /* 0x6B34 */ public float AltimeterTextSize; [NMS(Index = 1352)] - /* 0x6B24 */ public float AltimeterTextSize; - [NMS(Index = 1349)] - /* 0x6B28 */ public float AltimeterWidth; + /* 0x6B38 */ public float AltimeterWidth; + [NMS(Index = 1045)] + /* 0x6B3C */ public float AlwaysOnHazardMultiplierCold; + [NMS(Index = 1043)] + /* 0x6B40 */ public float AlwaysOnHazardMultiplierHeat; + [NMS(Index = 1044)] + /* 0x6B44 */ public float AlwaysOnHazardMultiplierRad; + [NMS(Index = 1050)] + /* 0x6B48 */ public float AlwaysOnHazardMultiplierSpook; [NMS(Index = 1042)] - /* 0x6B2C */ public float AlwaysOnHazardMultiplierCold; + /* 0x6B4C */ public float AlwaysOnHazardMultiplierTox; [NMS(Index = 1040)] - /* 0x6B30 */ public float AlwaysOnHazardMultiplierHeat; - [NMS(Index = 1041)] - /* 0x6B34 */ public float AlwaysOnHazardMultiplierRad; - [NMS(Index = 1047)] - /* 0x6B38 */ public float AlwaysOnHazardMultiplierSpook; + /* 0x6B50 */ public float AlwaysOnHazardStrengthCold; + [NMS(Index = 1038)] + /* 0x6B54 */ public float AlwaysOnHazardStrengthHeat; [NMS(Index = 1039)] - /* 0x6B3C */ public float AlwaysOnHazardMultiplierTox; + /* 0x6B58 */ public float AlwaysOnHazardStrengthRad; + [NMS(Index = 1041)] + /* 0x6B5C */ public float AlwaysOnHazardStrengthSpook; [NMS(Index = 1037)] - /* 0x6B40 */ public float AlwaysOnHazardStrengthCold; - [NMS(Index = 1035)] - /* 0x6B44 */ public float AlwaysOnHazardStrengthHeat; + /* 0x6B60 */ public float AlwaysOnHazardStrengthTox; [NMS(Index = 1036)] - /* 0x6B48 */ public float AlwaysOnHazardStrengthRad; - [NMS(Index = 1038)] - /* 0x6B4C */ public float AlwaysOnHazardStrengthSpook; - [NMS(Index = 1034)] - /* 0x6B50 */ public float AlwaysOnHazardStrengthTox; - [NMS(Index = 1033)] - /* 0x6B54 */ public float AlwaysOnHazardThreshold; - [NMS(Index = 677)] - /* 0x6B58 */ public float AlwaysShowIconFadeDistance; + /* 0x6B64 */ public float AlwaysOnHazardThreshold; [NMS(Index = 678)] - /* 0x6B5C */ public float AlwaysShowIconFadeRange; - [NMS(Index = 1411)] - /* 0x6B60 */ public float AmbientModeFadeTime; - [NMS(Index = 672)] - /* 0x6B64 */ public float ArrowBounceLeftRate1; + /* 0x6B68 */ public float AlwaysShowIconFadeDistance; + [NMS(Index = 679)] + /* 0x6B6C */ public float AlwaysShowIconFadeRange; + [NMS(Index = 1414)] + /* 0x6B70 */ public float AmbientModeFadeTime; [NMS(Index = 673)] - /* 0x6B68 */ public float ArrowBounceLeftRate2; + /* 0x6B74 */ public float ArrowBounceLeftRate1; [NMS(Index = 674)] - /* 0x6B6C */ public float ArrowBounceLeftRate3; - [NMS(Index = 667)] - /* 0x6B70 */ public float ArrowBounceLength; + /* 0x6B78 */ public float ArrowBounceLeftRate2; + [NMS(Index = 675)] + /* 0x6B7C */ public float ArrowBounceLeftRate3; [NMS(Index = 668)] - /* 0x6B74 */ public float ArrowBounceRate; + /* 0x6B80 */ public float ArrowBounceLength; [NMS(Index = 669)] - /* 0x6B78 */ public float ArrowBounceRightRate1; + /* 0x6B84 */ public float ArrowBounceRate; [NMS(Index = 670)] - /* 0x6B7C */ public float ArrowBounceRightRate2; - [NMS(Index = 1362)] - /* 0x6B80 */ public float AsteroidMarkerMinDisplayAngleDegrees; - [NMS(Index = 1361)] - /* 0x6B84 */ public float AsteroidMarkerMinDisplayDistance; + /* 0x6B88 */ public float ArrowBounceRightRate1; + [NMS(Index = 671)] + /* 0x6B8C */ public float ArrowBounceRightRate2; + [NMS(Index = 1365)] + /* 0x6B90 */ public float AsteroidMarkerMinDisplayAngleDegrees; + [NMS(Index = 1364)] + /* 0x6B94 */ public float AsteroidMarkerMinDisplayDistance; + [NMS(Index = 427)] + /* 0x6B98 */ public float BaseBuildingFreeRotateDelayBeforeAudioStops; [NMS(Index = 426)] - /* 0x6B88 */ public float BaseBuildingFreeRotateDelayBeforeAudioStops; + /* 0x6B9C */ public float BaseBuildingFreeRotateDelayBeforeReset; [NMS(Index = 425)] - /* 0x6B8C */ public float BaseBuildingFreeRotateDelayBeforeReset; - [NMS(Index = 424)] - /* 0x6B90 */ public float BaseBuildingFreeRotateSpeedPadMultiplier; + /* 0x6BA0 */ public float BaseBuildingFreeRotateSpeedPadMultiplier; + [NMS(Index = 419)] + /* 0x6BA4 */ public float BaseBuildingInputHighlightAlpha; [NMS(Index = 418)] - /* 0x6B94 */ public float BaseBuildingInputHighlightAlpha; - [NMS(Index = 417)] - /* 0x6B98 */ public float BaseBuildingInputHighlightDuration; + /* 0x6BA8 */ public float BaseBuildingInputHighlightDuration; + [NMS(Index = 422)] + /* 0x6BAC */ public float BaseBuildingMaxFreeRotateSpeed; [NMS(Index = 421)] - /* 0x6B9C */ public float BaseBuildingMaxFreeRotateSpeed; - [NMS(Index = 420)] - /* 0x6BA0 */ public float BaseBuildingMinFreeRotateSpeed; - [NMS(Index = 437)] - /* 0x6BA4 */ public float BaseBuildingPartsGridBreadcrumbFlashDuration; - [NMS(Index = 436)] - /* 0x6BA8 */ public float BaseBuildingPartsGridMaxCursorRestorationTime; + /* 0x6BB0 */ public float BaseBuildingMinFreeRotateSpeed; [NMS(Index = 438)] - /* 0x6BAC */ public float BaseBuildingPartsGridMinVisibilityForActive; - [NMS(Index = 441)] - /* 0x6BB0 */ public float BaseBuildingPartsGridPopupDelay; + /* 0x6BB4 */ public float BaseBuildingPartsGridBreadcrumbFlashDuration; + [NMS(Index = 437)] + /* 0x6BB8 */ public float BaseBuildingPartsGridMaxCursorRestorationTime; [NMS(Index = 439)] - /* 0x6BB4 */ public float BaseBuildingPartsGridScrollSpeed; + /* 0x6BBC */ public float BaseBuildingPartsGridMinVisibilityForActive; + [NMS(Index = 442)] + /* 0x6BC0 */ public float BaseBuildingPartsGridPopupDelay; [NMS(Index = 440)] - /* 0x6BB8 */ public float BaseBuildingPartsGridScrollSpeedPad; - [NMS(Index = 416)] - /* 0x6BBC */ public float BaseBuildingPinHighlightDuration; + /* 0x6BC4 */ public float BaseBuildingPartsGridScrollSpeed; + [NMS(Index = 441)] + /* 0x6BC8 */ public float BaseBuildingPartsGridScrollSpeedPad; + [NMS(Index = 417)] + /* 0x6BCC */ public float BaseBuildingPinHighlightDuration; + [NMS(Index = 424)] + /* 0x6BD0 */ public float BaseBuildingRotationResetRate; + [NMS(Index = 420)] + /* 0x6BD4 */ public float BaseBuildingScaleSpeed; [NMS(Index = 423)] - /* 0x6BC0 */ public float BaseBuildingRotationResetRate; - [NMS(Index = 419)] - /* 0x6BC4 */ public float BaseBuildingScaleSpeed; - [NMS(Index = 422)] - /* 0x6BC8 */ public float BaseBuildingTimeToMaxRotationSpeed; + /* 0x6BD8 */ public float BaseBuildingTimeToMaxRotationSpeed; + [NMS(Index = 436)] + /* 0x6BDC */ public float BaseBuildingUIAdjustTime; [NMS(Index = 435)] - /* 0x6BCC */ public float BaseBuildingUIAdjustTime; - [NMS(Index = 434)] - /* 0x6BD0 */ public float BaseBuildingUIErrorFadeTime; - [NMS(Index = 428)] - /* 0x6BD4 */ public float BaseBuildingUIHorizontalSafeArea; - [NMS(Index = 431)] - /* 0x6BD8 */ public float BaseBuildingUIVerticalOffset; + /* 0x6BE0 */ public float BaseBuildingUIErrorFadeTime; + [NMS(Index = 429)] + /* 0x6BE4 */ public float BaseBuildingUIHorizontalSafeArea; [NMS(Index = 432)] - /* 0x6BDC */ public float BaseBuildingUIVerticalOffsetEdit; + /* 0x6BE8 */ public float BaseBuildingUIVerticalOffset; [NMS(Index = 433)] - /* 0x6BE0 */ public float BaseBuildingUIVerticalOffsetFromBB; + /* 0x6BEC */ public float BaseBuildingUIVerticalOffsetEdit; + [NMS(Index = 434)] + /* 0x6BF0 */ public float BaseBuildingUIVerticalOffsetFromBB; + [NMS(Index = 431)] + /* 0x6BF4 */ public float BaseBuildingUIVerticalPosWiring; [NMS(Index = 430)] - /* 0x6BE4 */ public float BaseBuildingUIVerticalPosWiring; - [NMS(Index = 429)] - /* 0x6BE8 */ public float BaseBuildingUIVerticalSafeArea; - [NMS(Index = 390)] - /* 0x6BEC */ public float BaseComplexityDangerFactor; + /* 0x6BF8 */ public float BaseBuildingUIVerticalSafeArea; [NMS(Index = 391)] - /* 0x6BF0 */ public float BaseComplexityWarningFactor; + /* 0x6BFC */ public float BaseComplexityDangerFactor; + [NMS(Index = 392)] + /* 0x6C00 */ public float BaseComplexityWarningFactor; [NMS(Index = 6)] - /* 0x6BF4 */ public float BattleHUDBarInterpTime; - [NMS(Index = 162)] - /* 0x6BF8 */ public float BeaconHUDMarkerOffset; - [NMS(Index = 166)] - /* 0x6BFC */ public float BinocularMarkerSideAngle; + /* 0x6C04 */ public float BattleHUDBarInterpTime; + [NMS(Index = 163)] + /* 0x6C08 */ public float BeaconHUDMarkerOffset; [NMS(Index = 167)] - /* 0x6C00 */ public float BinocularMarkerUpAngle; - [NMS(Index = 176)] - /* 0x6C04 */ public float BinocularsAltUIRescaleFactor; - [NMS(Index = 164)] - /* 0x6C08 */ public float BinocularScreenOffset; + /* 0x6C0C */ public float BinocularMarkerSideAngle; + [NMS(Index = 168)] + /* 0x6C10 */ public float BinocularMarkerUpAngle; + [NMS(Index = 177)] + /* 0x6C14 */ public float BinocularsAltUIRescaleFactor; [NMS(Index = 165)] - /* 0x6C0C */ public float BinocularScreenScale; - [NMS(Index = 174)] - /* 0x6C10 */ public float BinocularsFarIconDist; + /* 0x6C18 */ public float BinocularScreenOffset; + [NMS(Index = 166)] + /* 0x6C1C */ public float BinocularScreenScale; [NMS(Index = 175)] - /* 0x6C14 */ public float BinocularsFarIconFadeDist; + /* 0x6C20 */ public float BinocularsFarIconDist; + [NMS(Index = 176)] + /* 0x6C24 */ public float BinocularsFarIconFadeDist; + [NMS(Index = 174)] + /* 0x6C28 */ public float BinocularsFarIconOpacity; [NMS(Index = 173)] - /* 0x6C18 */ public float BinocularsFarIconOpacity; + /* 0x6C2C */ public float BinocularsMidIconOpacity; + [NMS(Index = 171)] + /* 0x6C30 */ public float BinocularsNearIconDist; [NMS(Index = 172)] - /* 0x6C1C */ public float BinocularsMidIconOpacity; + /* 0x6C34 */ public float BinocularsNearIconFadeDist; [NMS(Index = 170)] - /* 0x6C20 */ public float BinocularsNearIconDist; - [NMS(Index = 171)] - /* 0x6C24 */ public float BinocularsNearIconFadeDist; - [NMS(Index = 169)] - /* 0x6C28 */ public float BinocularsNearIconOpacity; - [NMS(Index = 502)] - /* 0x6C2C */ public float BountyMarkerOffset; - [NMS(Index = 1416)] - /* 0x6C30 */ public int BuildingShopMaxItems; - [NMS(Index = 395)] - /* 0x6C34 */ public float BuildMenuActionMessageDuration; - [NMS(Index = 259)] - /* 0x6C38 */ public float BuildMenuItemNavAnimTime; + /* 0x6C38 */ public float BinocularsNearIconOpacity; + [NMS(Index = 503)] + /* 0x6C3C */ public float BountyMarkerOffset; + [NMS(Index = 1419)] + /* 0x6C40 */ public int BuildingShopMaxItems; + [NMS(Index = 396)] + /* 0x6C44 */ public float BuildMenuActionMessageDuration; [NMS(Index = 260)] - /* 0x6C3C */ public float BuildMenuItemNextNavAnimTime; + /* 0x6C48 */ public float BuildMenuItemNavAnimTime; [NMS(Index = 261)] - /* 0x6C40 */ public float BuildMenuItemNextNavAnimWait; - [NMS(Index = 1137)] - /* 0x6C44 */ public float ByteBeatArpLineWidth; - [NMS(Index = 1139)] - /* 0x6C48 */ public float ByteBeatArpPad; + /* 0x6C4C */ public float BuildMenuItemNextNavAnimTime; + [NMS(Index = 262)] + /* 0x6C50 */ public float BuildMenuItemNextNavAnimWait; + [NMS(Index = 1140)] + /* 0x6C54 */ public float ByteBeatArpLineWidth; + [NMS(Index = 1142)] + /* 0x6C58 */ public float ByteBeatArpPad; + [NMS(Index = 1141)] + /* 0x6C5C */ public float ByteBeatArpRadius; [NMS(Index = 1138)] - /* 0x6C4C */ public float ByteBeatArpRadius; - [NMS(Index = 1135)] - /* 0x6C50 */ public float ByteBeatIconLineWidth; - [NMS(Index = 1136)] - /* 0x6C54 */ public float ByteBeatIconPad; - [NMS(Index = 1146)] - /* 0x6C58 */ public float ByteBeatPartSequencerPad; - [NMS(Index = 1148)] - /* 0x6C5C */ public float ByteBeatRhythmBeatPad; - [NMS(Index = 1152)] - /* 0x6C60 */ public float ByteBeatRhythmSequencerActiveSaturation; - [NMS(Index = 1151)] - /* 0x6C64 */ public float ByteBeatRhythmSequencerInactiveSaturation; - [NMS(Index = 1150)] - /* 0x6C68 */ public float ByteBeatSequencerActiveSaturation; - [NMS(Index = 1147)] - /* 0x6C6C */ public float ByteBeatSequencerCornerRadius; - [NMS(Index = 1166)] - /* 0x6C70 */ public float ByteBeatSequencerHighlightLineWidth; + /* 0x6C60 */ public float ByteBeatIconLineWidth; + [NMS(Index = 1139)] + /* 0x6C64 */ public float ByteBeatIconPad; [NMS(Index = 1149)] - /* 0x6C74 */ public float ByteBeatSequencerInactiveSaturation; - [NMS(Index = 1144)] - /* 0x6C78 */ public float ByteBeatSequencerLineWidth; - [NMS(Index = 1145)] - /* 0x6C7C */ public float ByteBeatSequencerPad; + /* 0x6C68 */ public float ByteBeatPartSequencerPad; + [NMS(Index = 1151)] + /* 0x6C6C */ public float ByteBeatRhythmBeatPad; + [NMS(Index = 1155)] + /* 0x6C70 */ public float ByteBeatRhythmSequencerActiveSaturation; + [NMS(Index = 1154)] + /* 0x6C74 */ public float ByteBeatRhythmSequencerInactiveSaturation; [NMS(Index = 1153)] - /* 0x6C80 */ public float ByteBeatSequencerUnpoweredTintStrength; + /* 0x6C78 */ public float ByteBeatSequencerActiveSaturation; + [NMS(Index = 1150)] + /* 0x6C7C */ public float ByteBeatSequencerCornerRadius; [NMS(Index = 1169)] - /* 0x6C84 */ public float ByteBeatSliderCornerRadius; - [NMS(Index = 1167)] - /* 0x6C88 */ public float ByteBeatSliderLineWidth; - [NMS(Index = 1168)] - /* 0x6C8C */ public float ByteBeatSliderPad; - [NMS(Index = 1173)] - /* 0x6C90 */ public float ByteBeatSwitchPanelAlpha; - [NMS(Index = 1174)] - /* 0x6C94 */ public float ByteBeatSwitchPanelSplit; - [NMS(Index = 1130)] - /* 0x6C98 */ public float ByteBeatTreeLineWidth; - [NMS(Index = 1132)] - /* 0x6C9C */ public float ByteBeatVisLineWidth; + /* 0x6C80 */ public float ByteBeatSequencerHighlightLineWidth; + [NMS(Index = 1152)] + /* 0x6C84 */ public float ByteBeatSequencerInactiveSaturation; + [NMS(Index = 1147)] + /* 0x6C88 */ public float ByteBeatSequencerLineWidth; + [NMS(Index = 1148)] + /* 0x6C8C */ public float ByteBeatSequencerPad; + [NMS(Index = 1156)] + /* 0x6C90 */ public float ByteBeatSequencerUnpoweredTintStrength; + [NMS(Index = 1172)] + /* 0x6C94 */ public float ByteBeatSliderCornerRadius; + [NMS(Index = 1170)] + /* 0x6C98 */ public float ByteBeatSliderLineWidth; + [NMS(Index = 1171)] + /* 0x6C9C */ public float ByteBeatSliderPad; + [NMS(Index = 1176)] + /* 0x6CA0 */ public float ByteBeatSwitchPanelAlpha; + [NMS(Index = 1177)] + /* 0x6CA4 */ public float ByteBeatSwitchPanelSplit; + [NMS(Index = 1133)] + /* 0x6CA8 */ public float ByteBeatTreeLineWidth; + [NMS(Index = 1135)] + /* 0x6CAC */ public float ByteBeatVisLineWidth; [NMS(Index = 126)] - /* 0x6CA0 */ public float ClosestDoorMarkerBuffer; + /* 0x6CB0 */ public float ClosestDoorMarkerBuffer; + [NMS(Index = 190)] + /* 0x6CB4 */ public float CockpitGlassDefrostTime; [NMS(Index = 189)] - /* 0x6CA4 */ public float CockpitGlassDefrostTime; - [NMS(Index = 188)] - /* 0x6CA8 */ public float CockpitGlassFrostTime; - [NMS(Index = 561)] - /* 0x6CAC */ public float CommunicatorMessageTime; - [NMS(Index = 386)] - /* 0x6CB0 */ public float CompassAngleClamp; - [NMS(Index = 389)] - /* 0x6CB4 */ public float CompassAngleClampSpace; + /* 0x6CB8 */ public float CockpitGlassFrostTime; + [NMS(Index = 562)] + /* 0x6CBC */ public float CommunicatorMessageTime; [NMS(Index = 387)] - /* 0x6CB8 */ public float CompassAngleFade; - [NMS(Index = 383)] - /* 0x6CBC */ public float CompassDistanceMarkerMinScale; + /* 0x6CC0 */ public float CompassAngleClamp; + [NMS(Index = 390)] + /* 0x6CC4 */ public float CompassAngleClampSpace; + [NMS(Index = 388)] + /* 0x6CC8 */ public float CompassAngleFade; [NMS(Index = 384)] - /* 0x6CC0 */ public float CompassDistanceMaxAngle; - [NMS(Index = 381)] - /* 0x6CC4 */ public float CompassDistanceScale; - [NMS(Index = 377)] - /* 0x6CC8 */ public float CompassDistanceScaleMin; - [NMS(Index = 378)] - /* 0x6CCC */ public float CompassDistanceScaleRange; + /* 0x6CCC */ public float CompassDistanceMarkerMinScale; + [NMS(Index = 385)] + /* 0x6CD0 */ public float CompassDistanceMaxAngle; [NMS(Index = 382)] - /* 0x6CD0 */ public float CompassDistanceShipMinScale; + /* 0x6CD4 */ public float CompassDistanceScale; + [NMS(Index = 378)] + /* 0x6CD8 */ public float CompassDistanceScaleMin; [NMS(Index = 379)] - /* 0x6CD4 */ public float CompassDistanceSpaceScaleMin; + /* 0x6CDC */ public float CompassDistanceScaleRange; + [NMS(Index = 383)] + /* 0x6CE0 */ public float CompassDistanceShipMinScale; [NMS(Index = 380)] - /* 0x6CD8 */ public float CompassDistanceSpaceScaleRange; - [NMS(Index = 385)] - /* 0x6CDC */ public float CompassDistanceYOffset; - [NMS(Index = 375)] - /* 0x6CE0 */ public float CompassHeight; - [NMS(Index = 195)] - /* 0x6CE4 */ public float CompassIconOffsetVR; - [NMS(Index = 216)] - /* 0x6CE8 */ public float CompassLineContractionEndAngle; - [NMS(Index = 215)] - /* 0x6CEC */ public float CompassLineContractionStartAngle; + /* 0x6CE4 */ public float CompassDistanceSpaceScaleMin; + [NMS(Index = 381)] + /* 0x6CE8 */ public float CompassDistanceSpaceScaleRange; + [NMS(Index = 386)] + /* 0x6CEC */ public float CompassDistanceYOffset; + [NMS(Index = 376)] + /* 0x6CF0 */ public float CompassHeight; + [NMS(Index = 196)] + /* 0x6CF4 */ public float CompassIconOffsetVR; [NMS(Index = 217)] - /* 0x6CF0 */ public float CompassLineContractionTargetAngle; - [NMS(Index = 221)] - /* 0x6CF4 */ public float CompassLineNotchAngleRange; - [NMS(Index = 223)] - /* 0x6CF8 */ public float CompassLineNotchLength; - [NMS(Index = 222)] - /* 0x6CFC */ public float CompassLineNotchThickness; + /* 0x6CF8 */ public float CompassLineContractionEndAngle; + [NMS(Index = 216)] + /* 0x6CFC */ public float CompassLineContractionStartAngle; [NMS(Index = 218)] - /* 0x6D00 */ public int CompassLineNumNotches; - [NMS(Index = 220)] - /* 0x6D04 */ public float CompassLineOffset; + /* 0x6D00 */ public float CompassLineContractionTargetAngle; + [NMS(Index = 222)] + /* 0x6D04 */ public float CompassLineNotchAngleRange; + [NMS(Index = 224)] + /* 0x6D08 */ public float CompassLineNotchLength; + [NMS(Index = 223)] + /* 0x6D0C */ public float CompassLineNotchThickness; [NMS(Index = 219)] - /* 0x6D08 */ public float CompassLineThickness; + /* 0x6D10 */ public int CompassLineNumNotches; + [NMS(Index = 221)] + /* 0x6D14 */ public float CompassLineOffset; + [NMS(Index = 220)] + /* 0x6D18 */ public float CompassLineThickness; + [NMS(Index = 215)] + /* 0x6D1C */ public int CompassScreenHeight; [NMS(Index = 214)] - /* 0x6D0C */ public int CompassScreenHeight; - [NMS(Index = 213)] - /* 0x6D10 */ public int CompassScreenWidth; - [NMS(Index = 376)] - /* 0x6D14 */ public float CompassWidth; - [NMS(Index = 591)] - /* 0x6D18 */ public float ConsoleTextSpeed; - [NMS(Index = 593)] - /* 0x6D1C */ public float ConsoleTextTimeMax; + /* 0x6D20 */ public int CompassScreenWidth; + [NMS(Index = 377)] + /* 0x6D24 */ public float CompassWidth; [NMS(Index = 592)] - /* 0x6D20 */ public float ConsoleTextTimeMin; + /* 0x6D28 */ public float ConsoleTextSpeed; + [NMS(Index = 594)] + /* 0x6D2C */ public float ConsoleTextTimeMax; + [NMS(Index = 593)] + /* 0x6D30 */ public float ConsoleTextTimeMin; + [NMS(Index = 720)] + /* 0x6D34 */ public float ControlScrollDistance; [NMS(Index = 719)] - /* 0x6D24 */ public float ControlScrollDistance; - [NMS(Index = 718)] - /* 0x6D28 */ public int ControlScrollSteps; + /* 0x6D38 */ public int ControlScrollSteps; + [NMS(Index = 605)] + /* 0x6D3C */ public float CreatureDistanceAlpha; + [NMS(Index = 603)] + /* 0x6D40 */ public float CreatureDistanceDisplayAngle; [NMS(Index = 604)] - /* 0x6D2C */ public float CreatureDistanceAlpha; + /* 0x6D44 */ public float CreatureDistanceFadeTime; + [NMS(Index = 601)] + /* 0x6D48 */ public float CreatureDistanceOffsetY; [NMS(Index = 602)] - /* 0x6D30 */ public float CreatureDistanceDisplayAngle; - [NMS(Index = 603)] - /* 0x6D34 */ public float CreatureDistanceFadeTime; + /* 0x6D4C */ public float CreatureDistanceShadowOffset; [NMS(Index = 600)] - /* 0x6D38 */ public float CreatureDistanceOffsetY; - [NMS(Index = 601)] - /* 0x6D3C */ public float CreatureDistanceShadowOffset; - [NMS(Index = 599)] - /* 0x6D40 */ public float CreatureDistanceSize; - [NMS(Index = 367)] - /* 0x6D44 */ public float CreatureIconMergeAngle; - [NMS(Index = 636)] - /* 0x6D48 */ public float CreatureIconOffset; + /* 0x6D50 */ public float CreatureDistanceSize; + [NMS(Index = 368)] + /* 0x6D54 */ public float CreatureIconMergeAngle; [NMS(Index = 637)] - /* 0x6D4C */ public float CreatureIconOffsetPhysics; - [NMS(Index = 758)] - /* 0x6D50 */ public float CreatureInteractLabelOffsetY; - [NMS(Index = 754)] - /* 0x6D54 */ public float CreatureReticuleScale; - [NMS(Index = 724)] - /* 0x6D58 */ public float CreatureRoutineMarkerTime; + /* 0x6D58 */ public float CreatureIconOffset; + [NMS(Index = 638)] + /* 0x6D5C */ public float CreatureIconOffsetPhysics; + [NMS(Index = 759)] + /* 0x6D60 */ public float CreatureInteractLabelOffsetY; + [NMS(Index = 755)] + /* 0x6D64 */ public float CreatureReticuleScale; [NMS(Index = 725)] - /* 0x6D5C */ public int CreatureRoutineRegionsPerFrame; - [NMS(Index = 810)] - /* 0x6D60 */ public float CriticalMessageTime; - [NMS(Index = 686)] - /* 0x6D64 */ public float CrosshairAimOffTime; - [NMS(Index = 685)] - /* 0x6D68 */ public float CrosshairAimTime; + /* 0x6D68 */ public float CreatureRoutineMarkerTime; + [NMS(Index = 726)] + /* 0x6D6C */ public int CreatureRoutineRegionsPerFrame; + [NMS(Index = 811)] + /* 0x6D70 */ public float CriticalMessageTime; [NMS(Index = 687)] - /* 0x6D6C */ public float CrosshairInnerMinFade; + /* 0x6D74 */ public float CrosshairAimOffTime; + [NMS(Index = 686)] + /* 0x6D78 */ public float CrosshairAimTime; [NMS(Index = 688)] - /* 0x6D70 */ public float CrosshairInnerMinFadeRange; - [NMS(Index = 709)] - /* 0x6D74 */ public float CrosshairInterceptAlpha; - [NMS(Index = 706)] - /* 0x6D78 */ public float CrosshairInterceptBaseSize; - [NMS(Index = 707)] - /* 0x6D7C */ public float CrosshairInterceptCentreBaseSize; + /* 0x6D7C */ public float CrosshairInnerMinFade; + [NMS(Index = 689)] + /* 0x6D80 */ public float CrosshairInnerMinFadeRange; [NMS(Index = 710)] - /* 0x6D80 */ public float CrosshairInterceptLockRange; - [NMS(Index = 705)] - /* 0x6D84 */ public float CrosshairInterceptSize; + /* 0x6D84 */ public float CrosshairInterceptAlpha; + [NMS(Index = 707)] + /* 0x6D88 */ public float CrosshairInterceptBaseSize; [NMS(Index = 708)] - /* 0x6D88 */ public float CrosshairInterceptSpringTime; - [NMS(Index = 692)] - /* 0x6D8C */ public float CrosshairLeadCornerOffset; - [NMS(Index = 701)] - /* 0x6D90 */ public float CrosshairLeadFadeRange; + /* 0x6D8C */ public float CrosshairInterceptCentreBaseSize; + [NMS(Index = 711)] + /* 0x6D90 */ public float CrosshairInterceptLockRange; + [NMS(Index = 706)] + /* 0x6D94 */ public float CrosshairInterceptSize; + [NMS(Index = 709)] + /* 0x6D98 */ public float CrosshairInterceptSpringTime; + [NMS(Index = 693)] + /* 0x6D9C */ public float CrosshairLeadCornerOffset; [NMS(Index = 702)] - /* 0x6D94 */ public float CrosshairLeadFadeSize; - [NMS(Index = 690)] - /* 0x6D98 */ public float CrosshairLeadInDelay; + /* 0x6DA0 */ public float CrosshairLeadFadeRange; + [NMS(Index = 703)] + /* 0x6DA4 */ public float CrosshairLeadFadeSize; [NMS(Index = 691)] - /* 0x6D9C */ public float CrosshairLeadInTime; - [NMS(Index = 695)] - /* 0x6DA0 */ public float CrosshairLeadPulseSize; - [NMS(Index = 689)] - /* 0x6DA4 */ public float CrosshairLeadScaleIn; - [NMS(Index = 699)] - /* 0x6DA8 */ public float CrosshairLeadSpring; + /* 0x6DA8 */ public float CrosshairLeadInDelay; + [NMS(Index = 692)] + /* 0x6DAC */ public float CrosshairLeadInTime; + [NMS(Index = 696)] + /* 0x6DB0 */ public float CrosshairLeadPulseSize; + [NMS(Index = 690)] + /* 0x6DB4 */ public float CrosshairLeadScaleIn; [NMS(Index = 700)] - /* 0x6DAC */ public float CrosshairLeadSpringOff; + /* 0x6DB8 */ public float CrosshairLeadSpring; + [NMS(Index = 701)] + /* 0x6DBC */ public float CrosshairLeadSpringOff; + [NMS(Index = 695)] + /* 0x6DC0 */ public float CrosshairLeadTopLock; [NMS(Index = 694)] - /* 0x6DB0 */ public float CrosshairLeadTopLock; - [NMS(Index = 693)] - /* 0x6DB4 */ public float CrosshairLeadTopOffset; - [NMS(Index = 299)] - /* 0x6DB8 */ public float CrosshairOffsetHmd; + /* 0x6DC4 */ public float CrosshairLeadTopOffset; [NMS(Index = 300)] - /* 0x6DBC */ public float CrosshairOffsetHmdUp; - [NMS(Index = 298)] - /* 0x6DC0 */ public float CrosshairScaleHmd; - [NMS(Index = 302)] - /* 0x6DC4 */ public int CrosshairScreenHeight; + /* 0x6DC8 */ public float CrosshairOffsetHmd; [NMS(Index = 301)] - /* 0x6DC8 */ public int CrosshairScreenWidth; + /* 0x6DCC */ public float CrosshairOffsetHmdUp; + [NMS(Index = 299)] + /* 0x6DD0 */ public float CrosshairScaleHmd; + [NMS(Index = 303)] + /* 0x6DD4 */ public int CrosshairScreenHeight; + [NMS(Index = 302)] + /* 0x6DD8 */ public int CrosshairScreenWidth; + [NMS(Index = 699)] + /* 0x6DDC */ public float CrosshairSpringAimTime; [NMS(Index = 698)] - /* 0x6DCC */ public float CrosshairSpringAimTime; - [NMS(Index = 697)] - /* 0x6DD0 */ public float CrosshairSpringTime; - [NMS(Index = 711)] - /* 0x6DD4 */ public float CrosshairTargetLockSize; - [NMS(Index = 1099)] - /* 0x6DD8 */ public float CursorHoverSlowFactor; + /* 0x6DE0 */ public float CrosshairSpringTime; + [NMS(Index = 712)] + /* 0x6DE4 */ public float CrosshairTargetLockSize; + [NMS(Index = 1102)] + /* 0x6DE8 */ public float CursorHoverSlowFactor; + [NMS(Index = 1103)] + /* 0x6DEC */ public float CursorHoverSlowFactorMin; [NMS(Index = 1100)] - /* 0x6DDC */ public float CursorHoverSlowFactorMin; - [NMS(Index = 1097)] - /* 0x6DE0 */ public float CursorHoverSlowFixedValue; - [NMS(Index = 533)] - /* 0x6DE4 */ public float DamageDirectionIndicatorOnScreenRadiusMultiplier; - [NMS(Index = 606)] - /* 0x6DE8 */ public float DamageImpactMergeTime; - [NMS(Index = 608)] - /* 0x6DEC */ public float DamageImpactMinDistance; + /* 0x6DF0 */ public float CursorHoverSlowFixedValue; + [NMS(Index = 534)] + /* 0x6DF4 */ public float DamageDirectionIndicatorOnScreenRadiusMultiplier; [NMS(Index = 607)] - /* 0x6DF0 */ public float DamageImpactTimeBetweenNumbers; - [NMS(Index = 617)] - /* 0x6DF4 */ public float DamageNumberBlackAlpha; - [NMS(Index = 623)] - /* 0x6DF8 */ public float DamageNumberFadeIn; + /* 0x6DF8 */ public float DamageImpactMergeTime; + [NMS(Index = 609)] + /* 0x6DFC */ public float DamageImpactMinDistance; + [NMS(Index = 608)] + /* 0x6E00 */ public float DamageImpactTimeBetweenNumbers; + [NMS(Index = 618)] + /* 0x6E04 */ public float DamageNumberBlackAlpha; [NMS(Index = 624)] - /* 0x6DFC */ public float DamageNumberFadeOut; + /* 0x6E08 */ public float DamageNumberFadeIn; + [NMS(Index = 625)] + /* 0x6E0C */ public float DamageNumberFadeOut; + [NMS(Index = 617)] + /* 0x6E10 */ public float DamageNumberLaserMaxDamage; [NMS(Index = 616)] - /* 0x6E00 */ public float DamageNumberLaserMaxDamage; - [NMS(Index = 615)] - /* 0x6E04 */ public float DamageNumberLaserMinDamage; - [NMS(Index = 620)] - /* 0x6E08 */ public float DamageNumberOffsetX; + /* 0x6E14 */ public float DamageNumberLaserMinDamage; [NMS(Index = 621)] - /* 0x6E0C */ public float DamageNumberOffsetY; - [NMS(Index = 618)] - /* 0x6E10 */ public float DamageNumberOutline; + /* 0x6E18 */ public float DamageNumberOffsetX; + [NMS(Index = 622)] + /* 0x6E1C */ public float DamageNumberOffsetY; [NMS(Index = 619)] - /* 0x6E14 */ public float DamageNumberOutline2; - [NMS(Index = 612)] - /* 0x6E18 */ public float DamageNumberSize; + /* 0x6E20 */ public float DamageNumberOutline; + [NMS(Index = 620)] + /* 0x6E24 */ public float DamageNumberOutline2; [NMS(Index = 613)] - /* 0x6E1C */ public float DamageNumberSizeCritMultiplier; - [NMS(Index = 611)] - /* 0x6E20 */ public float DamageNumberSizeInShip; + /* 0x6E28 */ public float DamageNumberSize; [NMS(Index = 614)] - /* 0x6E24 */ public float DamageNumberSizeLaserMultiplier; + /* 0x6E2C */ public float DamageNumberSizeCritMultiplier; + [NMS(Index = 612)] + /* 0x6E30 */ public float DamageNumberSizeInShip; + [NMS(Index = 615)] + /* 0x6E34 */ public float DamageNumberSizeLaserMultiplier; + [NMS(Index = 611)] + /* 0x6E38 */ public float DamageNumberTime; + [NMS(Index = 626)] + /* 0x6E3C */ public float DamageNumberUpOffset; [NMS(Index = 610)] - /* 0x6E28 */ public float DamageNumberTime; - [NMS(Index = 625)] - /* 0x6E2C */ public float DamageNumberUpOffset; - [NMS(Index = 609)] - /* 0x6E30 */ public float DamagePerSecondSampleTime; - [NMS(Index = 455)] - /* 0x6E34 */ public float DamageScannableHighlightTime; + /* 0x6E40 */ public float DamagePerSecondSampleTime; [NMS(Index = 456)] - /* 0x6E38 */ public float DamageTrackArrowTime; - [NMS(Index = 941)] - /* 0x6E3C */ public float DeathMessageSwitchTime; + /* 0x6E44 */ public float DamageScannableHighlightTime; + [NMS(Index = 457)] + /* 0x6E48 */ public float DamageTrackArrowTime; [NMS(Index = 942)] - /* 0x6E40 */ public float DeathMessageTotalTime; + /* 0x6E4C */ public float DeathMessageSwitchTime; + [NMS(Index = 943)] + /* 0x6E50 */ public float DeathMessageTotalTime; [NMS(Index = 58)] - /* 0x6E44 */ public int DebugMedalRank; + /* 0x6E54 */ public int DebugMedalRank; + [NMS(Index = 1049)] + /* 0x6E58 */ public float DeepSeaHazardMultiplierCold; + [NMS(Index = 1047)] + /* 0x6E5C */ public float DeepSeaHazardMultiplierHeat; + [NMS(Index = 1048)] + /* 0x6E60 */ public float DeepSeaHazardMultiplierRad; [NMS(Index = 1046)] - /* 0x6E48 */ public float DeepSeaHazardMultiplierCold; - [NMS(Index = 1044)] - /* 0x6E4C */ public float DeepSeaHazardMultiplierHeat; - [NMS(Index = 1045)] - /* 0x6E50 */ public float DeepSeaHazardMultiplierRad; - [NMS(Index = 1043)] - /* 0x6E54 */ public float DeepSeaHazardMultiplierTox; - [NMS(Index = 638)] - /* 0x6E58 */ public float DelayBeforeHidingHangarAfterGalaxyMap; + /* 0x6E64 */ public float DeepSeaHazardMultiplierTox; [NMS(Index = 639)] - /* 0x6E5C */ public float DelayBeforeShowingHangarIntoGalaxyMap; - [NMS(Index = 586)] - /* 0x6E60 */ public float DescriptionTextDelay; + /* 0x6E68 */ public float DelayBeforeHidingHangarAfterGalaxyMap; + [NMS(Index = 640)] + /* 0x6E6C */ public float DelayBeforeShowingHangarIntoGalaxyMap; [NMS(Index = 587)] - /* 0x6E64 */ public float DescriptionTextSpeed; + /* 0x6E70 */ public float DescriptionTextDelay; [NMS(Index = 588)] - /* 0x6E68 */ public float DescriptionTextSpeedProgressive; - [NMS(Index = 590)] - /* 0x6E6C */ public float DescriptionTextTimeMax; + /* 0x6E74 */ public float DescriptionTextSpeed; [NMS(Index = 589)] - /* 0x6E70 */ public float DescriptionTextTimeMin; - [NMS(Index = 1438)] - /* 0x6E74 */ public float DetailMessageDismissTime; - [NMS(Index = 349)] - /* 0x6E78 */ public float DroneIndicatorCentreRadiusMax; + /* 0x6E78 */ public float DescriptionTextSpeedProgressive; + [NMS(Index = 591)] + /* 0x6E7C */ public float DescriptionTextTimeMax; + [NMS(Index = 590)] + /* 0x6E80 */ public float DescriptionTextTimeMin; + [NMS(Index = 1441)] + /* 0x6E84 */ public float DetailMessageDismissTime; [NMS(Index = 350)] - /* 0x6E7C */ public float DroneIndicatorCentreRadiusMin; + /* 0x6E88 */ public float DroneIndicatorCentreRadiusMax; [NMS(Index = 351)] - /* 0x6E80 */ public float DroneIndicatorFadeRange; - [NMS(Index = 348)] - /* 0x6E84 */ public float DroneIndicatorRadius; + /* 0x6E8C */ public float DroneIndicatorCentreRadiusMin; + [NMS(Index = 352)] + /* 0x6E90 */ public float DroneIndicatorFadeRange; + [NMS(Index = 349)] + /* 0x6E94 */ public float DroneIndicatorRadius; [NMS(Index = 106)] - /* 0x6E88 */ public float EggModifiyAnimLoopTime; + /* 0x6E98 */ public float EggModifiyAnimLoopTime; [NMS(Index = 105)] - /* 0x6E8C */ public float EggModifiyAnimMaxSize; + /* 0x6E9C */ public float EggModifiyAnimMaxSize; [NMS(Index = 116)] - /* 0x6E90 */ public float EndOfSeasonAlertDelay; - [NMS(Index = 154)] - /* 0x6E94 */ public float ExocraftHUDMarkerHideDistance; + /* 0x6EA0 */ public float EndOfSeasonAlertDelay; [NMS(Index = 155)] - /* 0x6E98 */ public float ExocraftHUDMarkerOffset; + /* 0x6EA4 */ public float ExocraftHUDMarkerHideDistance; + [NMS(Index = 156)] + /* 0x6EA8 */ public float ExocraftHUDMarkerOffset; [NMS(Index = 113)] - /* 0x6E9C */ public float ExpeditionStageChangeTime; + /* 0x6EAC */ public float ExpeditionStageChangeTime; [NMS(Index = 52)] - /* 0x6EA0 */ public float EyeTrackingCursorBlendRate; + /* 0x6EB0 */ public float EyeTrackingCursorBlendRate; [NMS(Index = 51)] - /* 0x6EA4 */ public float EyeTrackingCursorBlendRateGameModeSelect; + /* 0x6EB4 */ public float EyeTrackingCursorBlendRateGameModeSelect; [NMS(Index = 50)] - /* 0x6EA8 */ public float EyeTrackingPopupLookAwayTime; + /* 0x6EB8 */ public float EyeTrackingPopupLookAwayTime; [NMS(Index = 53)] - /* 0x6EAC */ public float EyeTrackingStickyHoverTime; + /* 0x6EBC */ public float EyeTrackingStickyHoverTime; [NMS(Index = 49)] - /* 0x6EB0 */ public float EyeTrackingTimeBeforePopupsActivate; + /* 0x6EC0 */ public float EyeTrackingTimeBeforePopupsActivate; + [NMS(Index = 1449)] + /* 0x6EC4 */ public float FeedFrigateAnimAlphaChange; + [NMS(Index = 1447)] + /* 0x6EC8 */ public int FeedFrigateAnimNumPeriods; [NMS(Index = 1446)] - /* 0x6EB4 */ public float FeedFrigateAnimAlphaChange; - [NMS(Index = 1444)] - /* 0x6EB8 */ public int FeedFrigateAnimNumPeriods; - [NMS(Index = 1443)] - /* 0x6EBC */ public float FeedFrigateAnimPeriod; - [NMS(Index = 1445)] - /* 0x6EC0 */ public float FeedFrigateAnimScaleChange; + /* 0x6ECC */ public float FeedFrigateAnimPeriod; + [NMS(Index = 1448)] + /* 0x6ED0 */ public float FeedFrigateAnimScaleChange; [NMS(Index = 121)] - /* 0x6EC4 */ public int ForceOpenHazardProtInventoryThreshold; - [NMS(Index = 651)] - /* 0x6EC8 */ public float FreighterCommanderMarkerMinDistance; + /* 0x6ED4 */ public int ForceOpenHazardProtInventoryThreshold; + [NMS(Index = 652)] + /* 0x6ED8 */ public float FreighterCommanderMarkerMinDistance; + [NMS(Index = 683)] + /* 0x6EDC */ public float FreighterEntranceOffset; + [NMS(Index = 658)] + /* 0x6EE0 */ public float FreighterHighlightRange; [NMS(Index = 682)] - /* 0x6ECC */ public float FreighterEntranceOffset; - [NMS(Index = 657)] - /* 0x6ED0 */ public float FreighterHighlightRange; - [NMS(Index = 681)] - /* 0x6ED4 */ public float FreighterLeaderIconDistance; + /* 0x6EE4 */ public float FreighterLeaderIconDistance; [NMS(Index = 95)] - /* 0x6ED8 */ public float FreighterMegaWarpTransitionTime; - [NMS(Index = 647)] - /* 0x6EDC */ public float FreighterSummonDelay; - [NMS(Index = 650)] - /* 0x6EE0 */ public float FreighterSummonGridSize; - [NMS(Index = 656)] - /* 0x6EE4 */ public float FreighterSummonLookTime; - [NMS(Index = 642)] - /* 0x6EE8 */ public float FreighterSummonOffset; + /* 0x6EE8 */ public float FreighterMegaWarpTransitionTime; + [NMS(Index = 648)] + /* 0x6EEC */ public float FreighterSummonDelay; + [NMS(Index = 651)] + /* 0x6EF0 */ public float FreighterSummonGridSize; + [NMS(Index = 657)] + /* 0x6EF4 */ public float FreighterSummonLookTime; [NMS(Index = 643)] - /* 0x6EEC */ public float FreighterSummonOffsetPulse; - [NMS(Index = 641)] - /* 0x6EF0 */ public float FreighterSummonPitch; + /* 0x6EF8 */ public float FreighterSummonOffset; + [NMS(Index = 644)] + /* 0x6EFC */ public float FreighterSummonOffsetPulse; + [NMS(Index = 642)] + /* 0x6F00 */ public float FreighterSummonPitch; + [NMS(Index = 656)] + /* 0x6F04 */ public float FreighterSummonPlanetOffset; [NMS(Index = 655)] - /* 0x6EF4 */ public float FreighterSummonPlanetOffset; + /* 0x6F08 */ public float FreighterSummonPulseFadeAmount; [NMS(Index = 654)] - /* 0x6EF8 */ public float FreighterSummonPulseFadeAmount; - [NMS(Index = 653)] - /* 0x6EFC */ public float FreighterSummonPulseRate; - [NMS(Index = 640)] - /* 0x6F00 */ public float FreighterSummonTurn; + /* 0x6F0C */ public float FreighterSummonPulseRate; + [NMS(Index = 641)] + /* 0x6F10 */ public float FreighterSummonTurn; + [NMS(Index = 650)] + /* 0x6F14 */ public float FreighterSummonTurnAngleIncrement; [NMS(Index = 649)] - /* 0x6F04 */ public float FreighterSummonTurnAngleIncrement; - [NMS(Index = 648)] - /* 0x6F08 */ public int FreighterSummonTurnNumTries; - [NMS(Index = 652)] - /* 0x6F0C */ public float FreighterSurfaceMinAngle; + /* 0x6F18 */ public int FreighterSummonTurnNumTries; + [NMS(Index = 653)] + /* 0x6F1C */ public float FreighterSurfaceMinAngle; + [NMS(Index = 681)] + /* 0x6F20 */ public float FrigateDamageIconVisibilityDistance; + [NMS(Index = 636)] + /* 0x6F24 */ public float FrigateIconOffset; [NMS(Index = 680)] - /* 0x6F10 */ public float FrigateDamageIconVisibilityDistance; - [NMS(Index = 635)] - /* 0x6F14 */ public float FrigateIconOffset; - [NMS(Index = 679)] - /* 0x6F18 */ public float FrigatePurchaseNotificationResetDistanceMultiplier; - [NMS(Index = 1119)] - /* 0x6F1C */ public float FrontendActivateSplit; - [NMS(Index = 1118)] - /* 0x6F20 */ public float FrontendActivateTime; - [NMS(Index = 1103)] - /* 0x6F24 */ public float FrontendBGAlpha; - [NMS(Index = 1123)] - /* 0x6F28 */ public float FrontendBootBarTime; + /* 0x6F28 */ public float FrigatePurchaseNotificationResetDistanceMultiplier; [NMS(Index = 1122)] - /* 0x6F2C */ public float FrontendBootTime; - [NMS(Index = 1107)] - /* 0x6F30 */ public float FrontendConfirmTime; - [NMS(Index = 1105)] - /* 0x6F34 */ public float FrontendConfirmTimeFast; - [NMS(Index = 1104)] - /* 0x6F38 */ public float FrontendConfirmTimeMouseMultiplier; + /* 0x6F2C */ public float FrontendActivateSplit; + [NMS(Index = 1121)] + /* 0x6F30 */ public float FrontendActivateTime; + [NMS(Index = 1106)] + /* 0x6F34 */ public float FrontendBGAlpha; + [NMS(Index = 1126)] + /* 0x6F38 */ public float FrontendBootBarTime; + [NMS(Index = 1125)] + /* 0x6F3C */ public float FrontendBootTime; + [NMS(Index = 1110)] + /* 0x6F40 */ public float FrontendConfirmTime; [NMS(Index = 1108)] - /* 0x6F3C */ public float FrontendConfirmTimeSlow; + /* 0x6F44 */ public float FrontendConfirmTimeFast; + [NMS(Index = 1107)] + /* 0x6F48 */ public float FrontendConfirmTimeMouseMultiplier; [NMS(Index = 1111)] - /* 0x6F40 */ public float FrontendCursorOffset; - [NMS(Index = 1110)] - /* 0x6F44 */ public float FrontendCursorSize; - [NMS(Index = 1115)] - /* 0x6F48 */ public float FrontendCursorWidth; - [NMS(Index = 1117)] - /* 0x6F4C */ public float FrontendDeactivateSplit; - [NMS(Index = 1116)] - /* 0x6F50 */ public float FrontendDeactivateTime; - [NMS(Index = 1195)] - /* 0x6F54 */ public float FrontendDoFBlurMultiplier; - [NMS(Index = 1193)] - /* 0x6F58 */ public float FrontendDoFFarPlane; - [NMS(Index = 1194)] - /* 0x6F5C */ public float FrontendDoFFarPlaneFade; - [NMS(Index = 1192)] - /* 0x6F60 */ public float FrontendDoFNearPlane; - [NMS(Index = 180)] - /* 0x6F64 */ public float FrontendOffsetVR; - [NMS(Index = 1197)] - /* 0x6F68 */ public float FrontendShineSpeed; + /* 0x6F4C */ public float FrontendConfirmTimeSlow; + [NMS(Index = 1114)] + /* 0x6F50 */ public float FrontendCursorOffset; + [NMS(Index = 1113)] + /* 0x6F54 */ public float FrontendCursorSize; + [NMS(Index = 1118)] + /* 0x6F58 */ public float FrontendCursorWidth; [NMS(Index = 1120)] - /* 0x6F6C */ public float FrontendStatCircleWidth; - [NMS(Index = 1121)] - /* 0x6F70 */ public float FrontendStatCircleWidthExtra; - [NMS(Index = 1200)] - /* 0x6F74 */ public float FrontendTitleFontSpacing; + /* 0x6F5C */ public float FrontendDeactivateSplit; + [NMS(Index = 1119)] + /* 0x6F60 */ public float FrontendDeactivateTime; [NMS(Index = 1198)] - /* 0x6F78 */ public float FrontendToolbarTextHeight; - [NMS(Index = 1199)] - /* 0x6F7C */ public float FrontendToolbarTextHeightSelected; - [NMS(Index = 1106)] - /* 0x6F80 */ public float FrontendTouchConfirmTimeFastMultiplier; + /* 0x6F64 */ public float FrontendDoFBlurMultiplier; + [NMS(Index = 1196)] + /* 0x6F68 */ public float FrontendDoFFarPlane; + [NMS(Index = 1197)] + /* 0x6F6C */ public float FrontendDoFFarPlaneFade; + [NMS(Index = 1195)] + /* 0x6F70 */ public float FrontendDoFNearPlane; + [NMS(Index = 181)] + /* 0x6F74 */ public float FrontendOffsetVR; + [NMS(Index = 1200)] + /* 0x6F78 */ public float FrontendShineSpeed; + [NMS(Index = 1123)] + /* 0x6F7C */ public float FrontendStatCircleWidth; + [NMS(Index = 1124)] + /* 0x6F80 */ public float FrontendStatCircleWidthExtra; + [NMS(Index = 1203)] + /* 0x6F84 */ public float FrontendTitleFontSpacing; + [NMS(Index = 1201)] + /* 0x6F88 */ public float FrontendToolbarTextHeight; + [NMS(Index = 1202)] + /* 0x6F8C */ public float FrontendToolbarTextHeightSelected; + [NMS(Index = 1109)] + /* 0x6F90 */ public float FrontendTouchConfirmTimeFastMultiplier; + [NMS(Index = 582)] + /* 0x6F94 */ public float FrontendWaitFadeProgressiveDialogOut; [NMS(Index = 581)] - /* 0x6F84 */ public float FrontendWaitFadeProgressiveDialogOut; + /* 0x6F98 */ public float FrontendWaitFadeTextFrameOut; [NMS(Index = 580)] - /* 0x6F88 */ public float FrontendWaitFadeTextFrameOut; + /* 0x6F9C */ public float FrontendWaitFadeTextOut; + [NMS(Index = 578)] + /* 0x6FA0 */ public float FrontendWaitInitial; [NMS(Index = 579)] - /* 0x6F8C */ public float FrontendWaitFadeTextOut; + /* 0x6FA4 */ public float FrontendWaitInitialTerminal; [NMS(Index = 577)] - /* 0x6F90 */ public float FrontendWaitInitial; - [NMS(Index = 578)] - /* 0x6F94 */ public float FrontendWaitInitialTerminal; - [NMS(Index = 576)] - /* 0x6F98 */ public float FrontendWaitResponse; - [NMS(Index = 582)] - /* 0x6F9C */ public float FrontendWaitResponseOffset; - [NMS(Index = 875)] - /* 0x6FA0 */ public float GalaxyMapRadialBorder; + /* 0x6FA8 */ public float FrontendWaitResponse; + [NMS(Index = 583)] + /* 0x6FAC */ public float FrontendWaitResponseOffset; [NMS(Index = 876)] - /* 0x6FA4 */ public float GalaxyMapRadialTargetDist; - [NMS(Index = 179)] - /* 0x6FA8 */ public float GalmapDiscoveryOffsetVR; + /* 0x6FB0 */ public float GalaxyMapRadialBorder; + [NMS(Index = 877)] + /* 0x6FB4 */ public float GalaxyMapRadialTargetDist; + [NMS(Index = 180)] + /* 0x6FB8 */ public float GalmapDiscoveryOffsetVR; [NMS(Index = 104)] - /* 0x6FAC */ public float GameModeSelectColourFadeTime; - [NMS(Index = 1452)] - /* 0x6FB0 */ public float GDKHandheldMinFontHeight; + /* 0x6FBC */ public float GameModeSelectColourFadeTime; + [NMS(Index = 1455)] + /* 0x6FC0 */ public float GDKHandheldMinFontHeight; [NMS(Index = 85)] - /* 0x6FB4 */ public float GridDecayRateSwitchValue; - [NMS(Index = 565)] - /* 0x6FB8 */ public float GridFlickerAmp; - [NMS(Index = 563)] - /* 0x6FBC */ public float GridFlickerBaseAlpha; + /* 0x6FC4 */ public float GridDecayRateSwitchValue; + [NMS(Index = 566)] + /* 0x6FC8 */ public float GridFlickerAmp; [NMS(Index = 564)] - /* 0x6FC0 */ public float GridFlickerFreq; - [NMS(Index = 242)] - /* 0x6FC4 */ public float HandButtonClickTime; - [NMS(Index = 238)] - /* 0x6FC8 */ public float HandButtonCursorScale; - [NMS(Index = 246)] - /* 0x6FCC */ public float HandButtonDotRadius; - [NMS(Index = 244)] - /* 0x6FD0 */ public float HandButtonFrontendCursorScale; - [NMS(Index = 240)] - /* 0x6FD4 */ public float HandButtonNearDistance; - [NMS(Index = 235)] - /* 0x6FD8 */ public float HandButtonPostClickTime; - [NMS(Index = 247)] - /* 0x6FDC */ public float HandButtonPulseRadius; - [NMS(Index = 248)] - /* 0x6FE0 */ public float HandButtonPulseThickness; + /* 0x6FCC */ public float GridFlickerBaseAlpha; + [NMS(Index = 565)] + /* 0x6FD0 */ public float GridFlickerFreq; + [NMS(Index = 243)] + /* 0x6FD4 */ public float HandButtonClickTime; [NMS(Index = 239)] - /* 0x6FE4 */ public float HandButtonPushDistance; - [NMS(Index = 231)] - /* 0x6FE8 */ public float HandButtonRadius; + /* 0x6FD8 */ public float HandButtonCursorScale; + [NMS(Index = 247)] + /* 0x6FDC */ public float HandButtonDotRadius; + [NMS(Index = 245)] + /* 0x6FE0 */ public float HandButtonFrontendCursorScale; [NMS(Index = 241)] - /* 0x6FEC */ public float HandButtonRadiusClick; + /* 0x6FE4 */ public float HandButtonNearDistance; + [NMS(Index = 236)] + /* 0x6FE8 */ public float HandButtonPostClickTime; + [NMS(Index = 248)] + /* 0x6FEC */ public float HandButtonPulseRadius; + [NMS(Index = 249)] + /* 0x6FF0 */ public float HandButtonPulseThickness; + [NMS(Index = 240)] + /* 0x6FF4 */ public float HandButtonPushDistance; [NMS(Index = 232)] - /* 0x6FF0 */ public float HandButtonRadiusTouch; + /* 0x6FF8 */ public float HandButtonRadius; + [NMS(Index = 242)] + /* 0x6FFC */ public float HandButtonRadiusClick; [NMS(Index = 233)] - /* 0x6FF4 */ public float HandButtonRadiusTouchNear; + /* 0x7000 */ public float HandButtonRadiusTouch; [NMS(Index = 234)] - /* 0x6FF8 */ public float HandButtonRadiusTouchNearActive; - [NMS(Index = 236)] - /* 0x6FFC */ public float HandButtonReleaseThreshold; + /* 0x7004 */ public float HandButtonRadiusTouchNear; + [NMS(Index = 235)] + /* 0x7008 */ public float HandButtonRadiusTouchNearActive; [NMS(Index = 237)] - /* 0x7000 */ public float HandButtonReleaseThresholdInit; - [NMS(Index = 245)] - /* 0x7004 */ public float HandButtonThickness; - [NMS(Index = 243)] - /* 0x7008 */ public float HandButtonTouchReturnTime; - [NMS(Index = 268)] - /* 0x700C */ public float HandControlButtonSize; + /* 0x700C */ public float HandButtonReleaseThreshold; + [NMS(Index = 238)] + /* 0x7010 */ public float HandButtonReleaseThresholdInit; + [NMS(Index = 246)] + /* 0x7014 */ public float HandButtonThickness; + [NMS(Index = 244)] + /* 0x7018 */ public float HandButtonTouchReturnTime; + [NMS(Index = 269)] + /* 0x701C */ public float HandControlButtonSize; + [NMS(Index = 276)] + /* 0x7020 */ public float HandControlMenuAngle; + [NMS(Index = 226)] + /* 0x7024 */ public float HandControlMenuCursorScale; + [NMS(Index = 282)] + /* 0x7028 */ public float HandControlMenuDepth; [NMS(Index = 275)] - /* 0x7010 */ public float HandControlMenuAngle; - [NMS(Index = 225)] - /* 0x7014 */ public float HandControlMenuCursorScale; - [NMS(Index = 281)] - /* 0x7018 */ public float HandControlMenuDepth; - [NMS(Index = 274)] - /* 0x701C */ public float HandControlMenuMoveActionDistance; - [NMS(Index = 271)] - /* 0x7020 */ public float HandControlMenuMoveDistance; + /* 0x702C */ public float HandControlMenuMoveActionDistance; [NMS(Index = 272)] - /* 0x7024 */ public float HandControlMenuMoveDistanceScroll; + /* 0x7030 */ public float HandControlMenuMoveDistance; [NMS(Index = 273)] - /* 0x7028 */ public float HandControlMenuMoveDistanceVertical; - [NMS(Index = 277)] - /* 0x702C */ public float HandControlMenuSelectRadius; + /* 0x7034 */ public float HandControlMenuMoveDistanceScroll; + [NMS(Index = 274)] + /* 0x7038 */ public float HandControlMenuMoveDistanceVertical; [NMS(Index = 278)] - /* 0x7030 */ public float HandControlMenuSelectRadius1; + /* 0x703C */ public float HandControlMenuSelectRadius; [NMS(Index = 279)] - /* 0x7034 */ public float HandControlMenuSelectRadius2; - [NMS(Index = 276)] - /* 0x7038 */ public float HandControlMenuSurfaceOffset; - [NMS(Index = 270)] - /* 0x703C */ public float HandControlPointActiveMargin; - [NMS(Index = 269)] - /* 0x7040 */ public float HandControlPointMargin; + /* 0x7040 */ public float HandControlMenuSelectRadius1; [NMS(Index = 280)] - /* 0x7044 */ public float HandControlTopMenuSelectRadius; - [NMS(Index = 130)] - /* 0x7048 */ public float HandheldFrontendZoomFactor; + /* 0x7044 */ public float HandControlMenuSelectRadius2; + [NMS(Index = 277)] + /* 0x7048 */ public float HandControlMenuSurfaceOffset; + [NMS(Index = 271)] + /* 0x704C */ public float HandControlPointActiveMargin; + [NMS(Index = 270)] + /* 0x7050 */ public float HandControlPointMargin; + [NMS(Index = 281)] + /* 0x7054 */ public float HandControlTopMenuSelectRadius; [NMS(Index = 129)] - /* 0x704C */ public float HandheldHUDZoomFactor; + /* 0x7058 */ public float HandheldHUDZoomFactor; + [NMS(Index = 230)] + /* 0x705C */ public float HandScreenGraphicsHeight; [NMS(Index = 229)] - /* 0x7050 */ public float HandScreenGraphicsHeight; - [NMS(Index = 228)] - /* 0x7054 */ public float HandScreenGraphicsWidth; - [NMS(Index = 285)] - /* 0x7058 */ public int HandScreenHeight; - [NMS(Index = 230)] - /* 0x705C */ public float HandScreenNearActivateDistance; - [NMS(Index = 283)] - /* 0x7060 */ public int HandScreenWeaponHeight; - [NMS(Index = 282)] - /* 0x7064 */ public int HandScreenWeaponWidth; + /* 0x7060 */ public float HandScreenGraphicsWidth; + [NMS(Index = 286)] + /* 0x7064 */ public int HandScreenHeight; + [NMS(Index = 231)] + /* 0x7068 */ public float HandScreenNearActivateDistance; [NMS(Index = 284)] - /* 0x7068 */ public int HandScreenWidth; + /* 0x706C */ public int HandScreenWeaponHeight; + [NMS(Index = 283)] + /* 0x7070 */ public int HandScreenWeaponWidth; + [NMS(Index = 285)] + /* 0x7074 */ public int HandScreenWidth; + [NMS(Index = 1193)] + /* 0x7078 */ public float HatchAlphaBase; + [NMS(Index = 1194)] + /* 0x707C */ public float HatchAlphaCursor; + [NMS(Index = 1192)] + /* 0x7080 */ public float HatchAlphaMain; [NMS(Index = 1190)] - /* 0x706C */ public float HatchAlphaBase; + /* 0x7084 */ public int HatchCount; [NMS(Index = 1191)] - /* 0x7070 */ public float HatchAlphaCursor; + /* 0x7088 */ public float HatchCursorRadius; [NMS(Index = 1189)] - /* 0x7074 */ public float HatchAlphaMain; + /* 0x708C */ public float HatchPulsePauseTime; [NMS(Index = 1187)] - /* 0x7078 */ public int HatchCount; + /* 0x7090 */ public float HatchPulseSpeed; [NMS(Index = 1188)] - /* 0x707C */ public float HatchCursorRadius; - [NMS(Index = 1186)] - /* 0x7080 */ public float HatchPulsePauseTime; - [NMS(Index = 1184)] - /* 0x7084 */ public float HatchPulseSpeed; - [NMS(Index = 1185)] - /* 0x7088 */ public float HatchPulseWidth; - [NMS(Index = 665)] - /* 0x708C */ public float HazardArrowsLevel2Threshold; + /* 0x7094 */ public float HatchPulseWidth; [NMS(Index = 666)] - /* 0x7090 */ public float HazardArrowsLevel3Threshold; + /* 0x7098 */ public float HazardArrowsLevel2Threshold; + [NMS(Index = 667)] + /* 0x709C */ public float HazardArrowsLevel3Threshold; + [NMS(Index = 1025)] + /* 0x70A0 */ public float HazardBarPulseTime; + [NMS(Index = 1030)] + /* 0x70A4 */ public float HazardPainPulseStrength; + [NMS(Index = 1051)] + /* 0x70A8 */ public float HazardPulseRate; [NMS(Index = 1022)] - /* 0x7094 */ public float HazardBarPulseTime; - [NMS(Index = 1027)] - /* 0x7098 */ public float HazardPainPulseStrength; - [NMS(Index = 1048)] - /* 0x709C */ public float HazardPulseRate; - [NMS(Index = 1019)] - /* 0x70A0 */ public float HazardScreenEffectPulseRate; - [NMS(Index = 1023)] - /* 0x70A4 */ public float HazardScreenEffectPulseTime; - [NMS(Index = 1024)] - /* 0x70A8 */ public float HazardScreenEffectStrength; + /* 0x70AC */ public float HazardScreenEffectPulseRate; [NMS(Index = 1026)] - /* 0x70AC */ public float HazardWarningPulseStrength; - [NMS(Index = 1025)] - /* 0x70B0 */ public float HazardWarningPulseTime; - [NMS(Index = 1210)] - /* 0x70B4 */ public float HitMarkerPulseSize; - [NMS(Index = 1211)] - /* 0x70B8 */ public float HitMarkerPulseSizeStatic; - [NMS(Index = 1212)] - /* 0x70BC */ public float HitMarkerPulseTime; - [NMS(Index = 296)] - /* 0x70C0 */ public float HmdFramerateScreenPitch; - [NMS(Index = 1015)] - /* 0x70C4 */ public float HoldTimerResetTime; - [NMS(Index = 594)] - /* 0x70C8 */ public float HoverOffscreenBorder; + /* 0x70B0 */ public float HazardScreenEffectPulseTime; + [NMS(Index = 1027)] + /* 0x70B4 */ public float HazardScreenEffectStrength; + [NMS(Index = 1029)] + /* 0x70B8 */ public float HazardWarningPulseStrength; + [NMS(Index = 1028)] + /* 0x70BC */ public float HazardWarningPulseTime; + [NMS(Index = 1213)] + /* 0x70C0 */ public float HitMarkerPulseSize; + [NMS(Index = 1214)] + /* 0x70C4 */ public float HitMarkerPulseSizeStatic; + [NMS(Index = 1215)] + /* 0x70C8 */ public float HitMarkerPulseTime; + [NMS(Index = 297)] + /* 0x70CC */ public float HmdFramerateScreenPitch; + [NMS(Index = 1018)] + /* 0x70D0 */ public float HoldTimerResetTime; [NMS(Index = 595)] - /* 0x70CC */ public float HoverOffscreenBorderXVR; + /* 0x70D4 */ public float HoverOffscreenBorder; [NMS(Index = 596)] - /* 0x70D0 */ public float HoverOffscreenBorderYAltUI; + /* 0x70D8 */ public float HoverOffscreenBorderXVR; + [NMS(Index = 597)] + /* 0x70DC */ public float HoverOffscreenBorderYAltUI; [NMS(Index = 45)] - /* 0x70D4 */ public float HoverPopAnimDuration; + /* 0x70E0 */ public float HoverPopAnimDuration; [NMS(Index = 44)] - /* 0x70D8 */ public float HoverPopScaleModification; - [NMS(Index = 815)] - /* 0x70DC */ public float HUDDisplayTime; - [NMS(Index = 761)] - /* 0x70E0 */ public float HUDDroneCombatPulse; - [NMS(Index = 759)] - /* 0x70E4 */ public float HUDDroneHealingPulse; + /* 0x70E4 */ public float HoverPopScaleModification; + [NMS(Index = 816)] + /* 0x70E8 */ public float HUDDisplayTime; + [NMS(Index = 762)] + /* 0x70EC */ public float HUDDroneCombatPulse; [NMS(Index = 760)] - /* 0x70E8 */ public float HUDDroneSummoningPulse; - [NMS(Index = 953)] - /* 0x70EC */ public float HUDElementsOffsetHMDBottom; - [NMS(Index = 951)] - /* 0x70F0 */ public float HUDElementsOffsetHMDSide; - [NMS(Index = 952)] - /* 0x70F4 */ public float HUDElementsOffsetHMDTop; + /* 0x70F0 */ public float HUDDroneHealingPulse; + [NMS(Index = 761)] + /* 0x70F4 */ public float HUDDroneSummoningPulse; [NMS(Index = 954)] - /* 0x70F8 */ public float HUDElementsOffsetX_0; - [NMS(Index = 956)] - /* 0x70FC */ public float HUDElementsOffsetX_1; - [NMS(Index = 958)] - /* 0x7100 */ public float HUDElementsOffsetX_2; - [NMS(Index = 960)] - /* 0x7104 */ public float HUDElementsOffsetX_3; - [NMS(Index = 962)] - /* 0x7108 */ public float HUDElementsOffsetX_4; - [NMS(Index = 964)] - /* 0x710C */ public float HUDElementsOffsetX_5; + /* 0x70F8 */ public float HUDElementsOffsetHMDBottom; + [NMS(Index = 952)] + /* 0x70FC */ public float HUDElementsOffsetHMDSide; + [NMS(Index = 953)] + /* 0x7100 */ public float HUDElementsOffsetHMDTop; [NMS(Index = 955)] - /* 0x7110 */ public float HUDElementsOffsetY_0; + /* 0x7104 */ public float HUDElementsOffsetX_0; [NMS(Index = 957)] - /* 0x7114 */ public float HUDElementsOffsetY_1; + /* 0x7108 */ public float HUDElementsOffsetX_1; [NMS(Index = 959)] - /* 0x7118 */ public float HUDElementsOffsetY_2; + /* 0x710C */ public float HUDElementsOffsetX_2; [NMS(Index = 961)] - /* 0x711C */ public float HUDElementsOffsetY_3; + /* 0x7110 */ public float HUDElementsOffsetX_3; [NMS(Index = 963)] - /* 0x7120 */ public float HUDElementsOffsetY_4; + /* 0x7114 */ public float HUDElementsOffsetX_4; [NMS(Index = 965)] - /* 0x7124 */ public float HUDElementsOffsetY_5; - [NMS(Index = 1344)] - /* 0x7128 */ public float HUDMarkerActiveTime; - [NMS(Index = 1339)] - /* 0x712C */ public float HUDMarkerAlpha; - [NMS(Index = 1314)] - /* 0x7130 */ public float HUDMarkerAnimLoopTime; - [NMS(Index = 1313)] - /* 0x7134 */ public float HUDMarkerAnimOffset; - [NMS(Index = 1312)] - /* 0x7138 */ public float HUDMarkerAnimScale; - [NMS(Index = 1311)] - /* 0x713C */ public float HUDMarkerAnimSpeed; - [NMS(Index = 459)] - /* 0x7140 */ public float HUDMarkerDistanceOrTimeDistance; - [NMS(Index = 1332)] - /* 0x7144 */ public float HUDMarkerFarDistance; - [NMS(Index = 1333)] - /* 0x7148 */ public float HUDMarkerFarFadeRange; - [NMS(Index = 1338)] - /* 0x714C */ public float HUDMarkerHorizonBlendRange; - [NMS(Index = 1320)] - /* 0x7150 */ public float HUDMarkerHoverAngleTestGround; - [NMS(Index = 303)] - /* 0x7154 */ public float HUDMarkerHoverAngleTestGroundHmd; - [NMS(Index = 1324)] - /* 0x7158 */ public float HUDMarkerHoverAngleTestShip; - [NMS(Index = 1325)] - /* 0x715C */ public float HUDMarkerHoverShowLargeAngleTest; - [NMS(Index = 1346)] - /* 0x7160 */ public float HUDMarkerIconHoverMinScale; - [NMS(Index = 568)] - /* 0x7164 */ public float HUDMarkerLabelArriveDistance; - [NMS(Index = 567)] - /* 0x7168 */ public float HUDMarkerLabelBaseWidth; - [NMS(Index = 569)] - /* 0x716C */ public float HUDMarkerLabelDisplayDistance; - [NMS(Index = 566)] - /* 0x7170 */ public float HUDMarkerLabelWidthMultiplier; - [NMS(Index = 1341)] - /* 0x7174 */ public float HUDMarkerModelFadeMinHeight; - [NMS(Index = 1340)] - /* 0x7178 */ public float HUDMarkerModelFadeRange; - [NMS(Index = 1330)] - /* 0x717C */ public float HUDMarkerNearFadeDistance; - [NMS(Index = 1331)] - /* 0x7180 */ public float HUDMarkerNearFadeRange; - [NMS(Index = 570)] - /* 0x7184 */ public float HUDMarkerNonActiveMissionAlpha; - [NMS(Index = 458)] - /* 0x7188 */ public float HUDMarkerObjectMinScreenDistance; - [NMS(Index = 1294)] - /* 0x718C */ public float HUDMarkerOffset; + /* 0x7118 */ public float HUDElementsOffsetX_5; + [NMS(Index = 956)] + /* 0x711C */ public float HUDElementsOffsetY_0; + [NMS(Index = 958)] + /* 0x7120 */ public float HUDElementsOffsetY_1; + [NMS(Index = 960)] + /* 0x7124 */ public float HUDElementsOffsetY_2; + [NMS(Index = 962)] + /* 0x7128 */ public float HUDElementsOffsetY_3; + [NMS(Index = 964)] + /* 0x712C */ public float HUDElementsOffsetY_4; + [NMS(Index = 966)] + /* 0x7130 */ public float HUDElementsOffsetY_5; + [NMS(Index = 1347)] + /* 0x7134 */ public float HUDMarkerActiveTime; + [NMS(Index = 1342)] + /* 0x7138 */ public float HUDMarkerAlpha; [NMS(Index = 1317)] - /* 0x7190 */ public float HUDMarkerPrimaryIndicatorSize; - [NMS(Index = 1334)] - /* 0x7194 */ public float HUDMarkerScalerMin; + /* 0x713C */ public float HUDMarkerAnimLoopTime; + [NMS(Index = 1316)] + /* 0x7140 */ public float HUDMarkerAnimOffset; + [NMS(Index = 1315)] + /* 0x7144 */ public float HUDMarkerAnimScale; + [NMS(Index = 1314)] + /* 0x7148 */ public float HUDMarkerAnimSpeed; + [NMS(Index = 460)] + /* 0x714C */ public float HUDMarkerDistanceOrTimeDistance; [NMS(Index = 1335)] - /* 0x7198 */ public float HUDMarkerScalerRange; - [NMS(Index = 1337)] - /* 0x719C */ public float HUDMarkerScalerSizeMax; + /* 0x7150 */ public float HUDMarkerFarDistance; [NMS(Index = 1336)] - /* 0x71A0 */ public float HUDMarkerScalerSizeMin; - [NMS(Index = 1328)] - /* 0x71A4 */ public float HUDMarkerShipOffsetMaxDist; - [NMS(Index = 1329)] - /* 0x71A8 */ public float HUDMarkerShipOffsetMinDist; - [NMS(Index = 1342)] - /* 0x71AC */ public float HUDMarkerShowActualIconDistance; - [NMS(Index = 1343)] - /* 0x71B0 */ public float HUDMarkerShowActualSpaceIconDistance; + /* 0x7154 */ public float HUDMarkerFarFadeRange; + [NMS(Index = 1341)] + /* 0x7158 */ public float HUDMarkerHorizonBlendRange; [NMS(Index = 1323)] - /* 0x71B4 */ public float HUDMarkerWideHoverAngleTest; + /* 0x715C */ public float HUDMarkerHoverAngleTestGround; [NMS(Index = 304)] - /* 0x71B8 */ public float HUDMarkerWideHoverAngleTestHmd; - [NMS(Index = 1322)] - /* 0x71BC */ public float HUDNetworkMarkerHoverAngleTestGround; + /* 0x7160 */ public float HUDMarkerHoverAngleTestGroundHmd; [NMS(Index = 1327)] - /* 0x71C0 */ public float HUDNetworkMarkerHoverAngleVRMul; + /* 0x7164 */ public float HUDMarkerHoverAngleTestShip; + [NMS(Index = 1328)] + /* 0x7168 */ public float HUDMarkerHoverShowLargeAngleTest; + [NMS(Index = 1349)] + /* 0x716C */ public float HUDMarkerIconHoverMinScale; + [NMS(Index = 569)] + /* 0x7170 */ public float HUDMarkerLabelArriveDistance; + [NMS(Index = 568)] + /* 0x7174 */ public float HUDMarkerLabelBaseWidth; + [NMS(Index = 570)] + /* 0x7178 */ public float HUDMarkerLabelDisplayDistance; + [NMS(Index = 567)] + /* 0x717C */ public float HUDMarkerLabelWidthMultiplier; + [NMS(Index = 1344)] + /* 0x7180 */ public float HUDMarkerModelFadeMinHeight; + [NMS(Index = 1343)] + /* 0x7184 */ public float HUDMarkerModelFadeRange; + [NMS(Index = 1333)] + /* 0x7188 */ public float HUDMarkerNearFadeDistance; + [NMS(Index = 1334)] + /* 0x718C */ public float HUDMarkerNearFadeRange; + [NMS(Index = 571)] + /* 0x7190 */ public float HUDMarkerNonActiveMissionAlpha; + [NMS(Index = 459)] + /* 0x7194 */ public float HUDMarkerObjectMinScreenDistance; + [NMS(Index = 1297)] + /* 0x7198 */ public float HUDMarkerOffset; + [NMS(Index = 1320)] + /* 0x719C */ public float HUDMarkerPrimaryIndicatorSize; + [NMS(Index = 1337)] + /* 0x71A0 */ public float HUDMarkerScalerMin; + [NMS(Index = 1338)] + /* 0x71A4 */ public float HUDMarkerScalerRange; + [NMS(Index = 1340)] + /* 0x71A8 */ public float HUDMarkerScalerSizeMax; + [NMS(Index = 1339)] + /* 0x71AC */ public float HUDMarkerScalerSizeMin; + [NMS(Index = 1331)] + /* 0x71B0 */ public float HUDMarkerShipOffsetMaxDist; + [NMS(Index = 1332)] + /* 0x71B4 */ public float HUDMarkerShipOffsetMinDist; + [NMS(Index = 1345)] + /* 0x71B8 */ public float HUDMarkerShowActualIconDistance; + [NMS(Index = 1346)] + /* 0x71BC */ public float HUDMarkerShowActualSpaceIconDistance; [NMS(Index = 1326)] - /* 0x71C4 */ public float HUDNetworkMarkerHoverShowLargeAngleTest; + /* 0x71C0 */ public float HUDMarkerWideHoverAngleTest; + [NMS(Index = 305)] + /* 0x71C4 */ public float HUDMarkerWideHoverAngleTestHmd; + [NMS(Index = 1325)] + /* 0x71C8 */ public float HUDNetworkMarkerHoverAngleTestGround; + [NMS(Index = 1330)] + /* 0x71CC */ public float HUDNetworkMarkerHoverAngleVRMul; + [NMS(Index = 1329)] + /* 0x71D0 */ public float HUDNetworkMarkerHoverShowLargeAngleTest; + [NMS(Index = 1324)] + /* 0x71D4 */ public float HUDPetCentreScreenAngle; [NMS(Index = 1321)] - /* 0x71C8 */ public float HUDPetCentreScreenAngle; - [NMS(Index = 1318)] - /* 0x71CC */ public float HUDPetMarkerAngleTest; - [NMS(Index = 1319)] - /* 0x71D0 */ public float HUDPetMarkerAngleVRMul; + /* 0x71D8 */ public float HUDPetMarkerAngleTest; + [NMS(Index = 1322)] + /* 0x71DC */ public float HUDPetMarkerAngleVRMul; + [NMS(Index = 492)] + /* 0x71E0 */ public float HUDPlayerPhonePulseScanFreq; [NMS(Index = 491)] - /* 0x71D4 */ public float HUDPlayerPhonePulseScanFreq; - [NMS(Index = 490)] - /* 0x71D8 */ public float HUDPlayerSentinelPulseScanFreq; - [NMS(Index = 488)] - /* 0x71DC */ public float HUDPlayerSentinelPulseWidth; + /* 0x71E4 */ public float HUDPlayerSentinelPulseScanFreq; [NMS(Index = 489)] - /* 0x71E0 */ public float HUDPlayerSentinelRangeFactor; - [NMS(Index = 863)] - /* 0x71E4 */ public float HUDPlayerTrackArrowArrowSize; - [NMS(Index = 832)] - /* 0x71E8 */ public float HUDPlayerTrackArrowDamageGlowHullHitCriticalOpacityScale; + /* 0x71E8 */ public float HUDPlayerSentinelPulseWidth; + [NMS(Index = 490)] + /* 0x71EC */ public float HUDPlayerSentinelRangeFactor; + [NMS(Index = 864)] + /* 0x71F0 */ public float HUDPlayerTrackArrowArrowSize; [NMS(Index = 833)] - /* 0x71EC */ public float HUDPlayerTrackArrowDamageGlowHullHitOpacityScale; - [NMS(Index = 840)] - /* 0x71F0 */ public float HUDPlayerTrackArrowDamageGlowOffset; - [NMS(Index = 836)] - /* 0x71F4 */ public float HUDPlayerTrackArrowDamageGlowShieldHitCriticalOpacityScale; + /* 0x71F4 */ public float HUDPlayerTrackArrowDamageGlowHullHitCriticalOpacityScale; + [NMS(Index = 834)] + /* 0x71F8 */ public float HUDPlayerTrackArrowDamageGlowHullHitOpacityScale; + [NMS(Index = 841)] + /* 0x71FC */ public float HUDPlayerTrackArrowDamageGlowOffset; [NMS(Index = 837)] - /* 0x71F8 */ public float HUDPlayerTrackArrowDamageGlowShieldHitOpacityScale; - [NMS(Index = 864)] - /* 0x71FC */ public float HUDPlayerTrackArrowDotSize; - [NMS(Index = 844)] - /* 0x7200 */ public float HUDPlayerTrackArrowEnergyShieldDepletedGlowOpacityScale; + /* 0x7200 */ public float HUDPlayerTrackArrowDamageGlowShieldHitCriticalOpacityScale; + [NMS(Index = 838)] + /* 0x7204 */ public float HUDPlayerTrackArrowDamageGlowShieldHitOpacityScale; + [NMS(Index = 865)] + /* 0x7208 */ public float HUDPlayerTrackArrowDotSize; [NMS(Index = 845)] - /* 0x7204 */ public float HUDPlayerTrackArrowEnergyShieldDepletedTime; - [NMS(Index = 842)] - /* 0x7208 */ public float HUDPlayerTrackArrowEnergyShieldGlowOffset; - [NMS(Index = 828)] - /* 0x720C */ public float HUDPlayerTrackArrowEnergyShieldLowThreshold; + /* 0x720C */ public float HUDPlayerTrackArrowEnergyShieldDepletedGlowOpacityScale; + [NMS(Index = 846)] + /* 0x7210 */ public float HUDPlayerTrackArrowEnergyShieldDepletedTime; + [NMS(Index = 843)] + /* 0x7214 */ public float HUDPlayerTrackArrowEnergyShieldGlowOffset; [NMS(Index = 829)] - /* 0x7210 */ public float HUDPlayerTrackArrowEnergyShieldOffset; - [NMS(Index = 849)] - /* 0x7214 */ public float HUDPlayerTrackArrowEnergyShieldStartChargeGlowOpacityScale; + /* 0x7218 */ public float HUDPlayerTrackArrowEnergyShieldLowThreshold; + [NMS(Index = 830)] + /* 0x721C */ public float HUDPlayerTrackArrowEnergyShieldOffset; [NMS(Index = 850)] - /* 0x7218 */ public float HUDPlayerTrackArrowEnergyShieldStartChargeTime; - [NMS(Index = 872)] - /* 0x721C */ public float HUDPlayerTrackArrowFadeRange; - [NMS(Index = 831)] - /* 0x7220 */ public float HUDPlayerTrackArrowGlowBaseOpacity; - [NMS(Index = 824)] - /* 0x7224 */ public float HUDPlayerTrackArrowHealthOffset; - [NMS(Index = 787)] - /* 0x7228 */ public float HUDPlayerTrackArrowIconBorderReducerShip; + /* 0x7220 */ public float HUDPlayerTrackArrowEnergyShieldStartChargeGlowOpacityScale; + [NMS(Index = 851)] + /* 0x7224 */ public float HUDPlayerTrackArrowEnergyShieldStartChargeTime; + [NMS(Index = 873)] + /* 0x7228 */ public float HUDPlayerTrackArrowFadeRange; + [NMS(Index = 832)] + /* 0x722C */ public float HUDPlayerTrackArrowGlowBaseOpacity; + [NMS(Index = 825)] + /* 0x7230 */ public float HUDPlayerTrackArrowHealthOffset; + [NMS(Index = 788)] + /* 0x7234 */ public float HUDPlayerTrackArrowIconBorderReducerShip; + [NMS(Index = 785)] + /* 0x7238 */ public float HUDPlayerTrackArrowIconFadeDist; [NMS(Index = 784)] - /* 0x722C */ public float HUDPlayerTrackArrowIconFadeDist; + /* 0x723C */ public float HUDPlayerTrackArrowIconFadeDistDrone; [NMS(Index = 783)] - /* 0x7230 */ public float HUDPlayerTrackArrowIconFadeDistDrone; - [NMS(Index = 782)] - /* 0x7234 */ public float HUDPlayerTrackArrowIconFadeDistShip; - [NMS(Index = 785)] - /* 0x7238 */ public float HUDPlayerTrackArrowIconFadeRange; + /* 0x7240 */ public float HUDPlayerTrackArrowIconFadeDistShip; [NMS(Index = 786)] - /* 0x723C */ public float HUDPlayerTrackArrowIconFadeRangeShip; - [NMS(Index = 777)] - /* 0x7240 */ public float HUDPlayerTrackArrowIconFadeTime; - [NMS(Index = 781)] - /* 0x7244 */ public float HUDPlayerTrackArrowIconPulse2Alpha; - [NMS(Index = 775)] - /* 0x7248 */ public float HUDPlayerTrackArrowIconPulseTime; - [NMS(Index = 779)] - /* 0x724C */ public float HUDPlayerTrackArrowIconPulseWidth1; - [NMS(Index = 780)] - /* 0x7250 */ public float HUDPlayerTrackArrowIconPulseWidth2; + /* 0x7244 */ public float HUDPlayerTrackArrowIconFadeRange; + [NMS(Index = 787)] + /* 0x7248 */ public float HUDPlayerTrackArrowIconFadeRangeShip; + [NMS(Index = 778)] + /* 0x724C */ public float HUDPlayerTrackArrowIconFadeTime; + [NMS(Index = 782)] + /* 0x7250 */ public float HUDPlayerTrackArrowIconPulse2Alpha; [NMS(Index = 776)] - /* 0x7254 */ public float HUDPlayerTrackArrowIconShowTime; - [NMS(Index = 861)] - /* 0x7258 */ public float HUDPlayerTrackArrowIconSize; - [NMS(Index = 871)] - /* 0x725C */ public float HUDPlayerTrackArrowMinFadeDist; - [NMS(Index = 856)] - /* 0x7260 */ public float HUDPlayerTrackArrowOffset; - [NMS(Index = 788)] - /* 0x7264 */ public float HUDPlayerTrackArrowPulseOffset; - [NMS(Index = 789)] - /* 0x7268 */ public float HUDPlayerTrackArrowPulseRate; + /* 0x7254 */ public float HUDPlayerTrackArrowIconPulseTime; + [NMS(Index = 780)] + /* 0x7258 */ public float HUDPlayerTrackArrowIconPulseWidth1; + [NMS(Index = 781)] + /* 0x725C */ public float HUDPlayerTrackArrowIconPulseWidth2; + [NMS(Index = 777)] + /* 0x7260 */ public float HUDPlayerTrackArrowIconShowTime; + [NMS(Index = 862)] + /* 0x7264 */ public float HUDPlayerTrackArrowIconSize; + [NMS(Index = 872)] + /* 0x7268 */ public float HUDPlayerTrackArrowMinFadeDist; [NMS(Index = 857)] - /* 0x726C */ public float HUDPlayerTrackArrowScreenBorder; - [NMS(Index = 774)] - /* 0x7270 */ public float HUDPlayerTrackArrowShipLabelOffset; + /* 0x726C */ public float HUDPlayerTrackArrowOffset; + [NMS(Index = 789)] + /* 0x7270 */ public float HUDPlayerTrackArrowPulseOffset; + [NMS(Index = 790)] + /* 0x7274 */ public float HUDPlayerTrackArrowPulseRate; [NMS(Index = 858)] - /* 0x7274 */ public float HUDPlayerTrackArrowSize; - [NMS(Index = 860)] - /* 0x7278 */ public float HUDPlayerTrackArrowSizeMax; + /* 0x7278 */ public float HUDPlayerTrackArrowScreenBorder; + [NMS(Index = 775)] + /* 0x727C */ public float HUDPlayerTrackArrowShipLabelOffset; [NMS(Index = 859)] - /* 0x727C */ public float HUDPlayerTrackArrowSizeMin; - [NMS(Index = 862)] - /* 0x7280 */ public float HUDPlayerTrackArrowSmallIconSize; + /* 0x7280 */ public float HUDPlayerTrackArrowSize; + [NMS(Index = 861)] + /* 0x7284 */ public float HUDPlayerTrackArrowSizeMax; + [NMS(Index = 860)] + /* 0x7288 */ public float HUDPlayerTrackArrowSizeMin; + [NMS(Index = 863)] + /* 0x728C */ public float HUDPlayerTrackArrowSmallIconSize; + [NMS(Index = 856)] + /* 0x7290 */ public float HUDPlayerTrackArrowTargetDist; [NMS(Index = 855)] - /* 0x7284 */ public float HUDPlayerTrackArrowTargetDist; - [NMS(Index = 854)] - /* 0x7288 */ public float HUDPlayerTrackArrowTargetDistShip; - [NMS(Index = 820)] - /* 0x728C */ public float HUDPlayerTrackArrowTextExtraHeight; + /* 0x7294 */ public float HUDPlayerTrackArrowTargetDistShip; [NMS(Index = 821)] - /* 0x7290 */ public float HUDPlayerTrackArrowTextExtraOffsetX; + /* 0x7298 */ public float HUDPlayerTrackArrowTextExtraHeight; [NMS(Index = 822)] - /* 0x7294 */ public float HUDPlayerTrackArrowTextExtraOffsetY; + /* 0x729C */ public float HUDPlayerTrackArrowTextExtraOffsetX; + [NMS(Index = 823)] + /* 0x72A0 */ public float HUDPlayerTrackArrowTextExtraOffsetY; + [NMS(Index = 819)] + /* 0x72A4 */ public float HUDPlayerTrackArrowTextHeight; [NMS(Index = 818)] - /* 0x7298 */ public float HUDPlayerTrackArrowTextHeight; + /* 0x72A8 */ public float HUDPlayerTrackArrowTextOffset; [NMS(Index = 817)] - /* 0x729C */ public float HUDPlayerTrackArrowTextOffset; - [NMS(Index = 816)] - /* 0x72A0 */ public float HUDPlayerTrackDangerPulse; - [NMS(Index = 762)] - /* 0x72A4 */ public float HUDPlayerTrackNoSightPulse; - [NMS(Index = 765)] - /* 0x72A8 */ public float HUDPlayerTrackTimerEnd; - [NMS(Index = 766)] - /* 0x72AC */ public float HUDPlayerTrackTimerPulseRate; + /* 0x72AC */ public float HUDPlayerTrackDangerPulse; [NMS(Index = 763)] - /* 0x72B0 */ public float HUDPlayerTrackTimerStart; + /* 0x72B0 */ public float HUDPlayerTrackNoSightPulse; + [NMS(Index = 766)] + /* 0x72B4 */ public float HUDPlayerTrackTimerEnd; + [NMS(Index = 767)] + /* 0x72B8 */ public float HUDPlayerTrackTimerPulseRate; [NMS(Index = 764)] - /* 0x72B4 */ public float HUDPlayerTrackTimerStartFade; - [NMS(Index = 1289)] - /* 0x72B8 */ public float HUDTargetHealthDangerTime; - [NMS(Index = 1288)] - /* 0x72BC */ public float HUDTargetHealthIconSize; + /* 0x72BC */ public float HUDPlayerTrackTimerStart; + [NMS(Index = 765)] + /* 0x72C0 */ public float HUDPlayerTrackTimerStartFade; [NMS(Index = 1292)] - /* 0x72C0 */ public float HUDTargetIconOffset; - [NMS(Index = 1293)] - /* 0x72C4 */ public float HUDTargetIconSize; - [NMS(Index = 1290)] - /* 0x72C8 */ public float HUDTargetMarkerOffset; + /* 0x72C4 */ public float HUDTargetHealthDangerTime; [NMS(Index = 1291)] - /* 0x72CC */ public float HUDTargetMarkerSize; - [NMS(Index = 877)] - /* 0x72D0 */ public float IconBackgroundAlpha; + /* 0x72C8 */ public float HUDTargetHealthIconSize; + [NMS(Index = 1295)] + /* 0x72CC */ public float HUDTargetIconOffset; + [NMS(Index = 1296)] + /* 0x72D0 */ public float HUDTargetIconSize; + [NMS(Index = 1293)] + /* 0x72D4 */ public float HUDTargetMarkerOffset; + [NMS(Index = 1294)] + /* 0x72D8 */ public float HUDTargetMarkerSize; + [NMS(Index = 878)] + /* 0x72DC */ public float IconBackgroundAlpha; + [NMS(Index = 410)] + /* 0x72E0 */ public float IconGlowStrengthActive; [NMS(Index = 409)] - /* 0x72D4 */ public float IconGlowStrengthActive; - [NMS(Index = 408)] - /* 0x72D8 */ public float IconGlowStrengthError; + /* 0x72E4 */ public float IconGlowStrengthError; + [NMS(Index = 412)] + /* 0x72E8 */ public float IconGlowStrengthHighlight; [NMS(Index = 411)] - /* 0x72DC */ public float IconGlowStrengthHighlight; - [NMS(Index = 410)] - /* 0x72E0 */ public float IconGlowStrengthNeutral; - [NMS(Index = 1058)] - /* 0x72E4 */ public float IconPulseRate; - [NMS(Index = 1441)] - /* 0x72E8 */ public float InfoPortalGuideCycleTime; - [NMS(Index = 1442)] - /* 0x72EC */ public float InfoPortalMilestonesCycleTime; - [NMS(Index = 1079)] - /* 0x72F0 */ public float InteractionIconInnerRadius; - [NMS(Index = 1080)] - /* 0x72F4 */ public float InteractionIconOuterRadius; - [NMS(Index = 307)] - /* 0x72F8 */ public float InteractionInWorldMinScreenDistance; + /* 0x72EC */ public float IconGlowStrengthNeutral; + [NMS(Index = 1061)] + /* 0x72F0 */ public float IconPulseRate; + [NMS(Index = 1444)] + /* 0x72F4 */ public float InfoPortalGuideCycleTime; + [NMS(Index = 1445)] + /* 0x72F8 */ public float InfoPortalMilestonesCycleTime; + [NMS(Index = 1082)] + /* 0x72FC */ public float InteractionIconInnerRadius; + [NMS(Index = 1083)] + /* 0x7300 */ public float InteractionIconOuterRadius; [NMS(Index = 308)] - /* 0x72FC */ public float InteractionInWorldMinScreenDistanceV2; - [NMS(Index = 306)] - /* 0x7300 */ public float InteractionInWorldPitchDistance; + /* 0x7304 */ public float InteractionInWorldMinScreenDistance; [NMS(Index = 309)] - /* 0x7304 */ public float InteractionInWorldSeatedNPCHeightAdjust; + /* 0x7308 */ public float InteractionInWorldMinScreenDistanceV2; + [NMS(Index = 307)] + /* 0x730C */ public float InteractionInWorldPitchDistance; [NMS(Index = 310)] - /* 0x7308 */ public float InteractionInWorldSeatedNPCHeightAdjustV2; - [NMS(Index = 1077)] - /* 0x730C */ public float InteractionLabelHeight; - [NMS(Index = 1070)] - /* 0x7310 */ public float InteractionLabelHorizontalLineLength; - [NMS(Index = 1078)] - /* 0x7314 */ public float InteractionLabelLineAlpha; - [NMS(Index = 1082)] - /* 0x7318 */ public float InteractionLabelPixelHeightMax; + /* 0x7310 */ public float InteractionInWorldSeatedNPCHeightAdjust; + [NMS(Index = 311)] + /* 0x7314 */ public float InteractionInWorldSeatedNPCHeightAdjustV2; + [NMS(Index = 1080)] + /* 0x7318 */ public float InteractionLabelHeight; + [NMS(Index = 1073)] + /* 0x731C */ public float InteractionLabelHorizontalLineLength; [NMS(Index = 1081)] - /* 0x731C */ public float InteractionLabelPixelHeightMin; - [NMS(Index = 1076)] - /* 0x7320 */ public float InteractionLabelRadiusScaler; + /* 0x7320 */ public float InteractionLabelLineAlpha; + [NMS(Index = 1085)] + /* 0x7324 */ public float InteractionLabelPixelHeightMax; [NMS(Index = 1084)] - /* 0x7324 */ public float InteractionLabelSpeedClose; - [NMS(Index = 1083)] - /* 0x7328 */ public float InteractionLabelSpeedOpen; - [NMS(Index = 985)] - /* 0x732C */ public float InteractionScanDisplayTime; - [NMS(Index = 984)] - /* 0x7330 */ public float InteractionScanMinTime; - [NMS(Index = 983)] - /* 0x7334 */ public float InteractionScanScanTime; + /* 0x7328 */ public float InteractionLabelPixelHeightMin; + [NMS(Index = 1079)] + /* 0x732C */ public float InteractionLabelRadiusScaler; + [NMS(Index = 1087)] + /* 0x7330 */ public float InteractionLabelSpeedClose; + [NMS(Index = 1086)] + /* 0x7334 */ public float InteractionLabelSpeedOpen; [NMS(Index = 988)] - /* 0x7338 */ public float InteractionScanSlapOverallTime; + /* 0x7338 */ public float InteractionScanDisplayTime; [NMS(Index = 987)] - /* 0x733C */ public float InteractionScanSlapScale; + /* 0x733C */ public float InteractionScanMinTime; [NMS(Index = 986)] - /* 0x7340 */ public float InteractionScanSlapTime; - [NMS(Index = 1014)] - /* 0x7344 */ public float InventoryFullMessageRepeatTime; - [NMS(Index = 937)] - /* 0x7348 */ public float InventoryIconTime; + /* 0x7340 */ public float InteractionScanScanTime; + [NMS(Index = 991)] + /* 0x7344 */ public float InteractionScanSlapOverallTime; + [NMS(Index = 990)] + /* 0x7348 */ public float InteractionScanSlapScale; + [NMS(Index = 989)] + /* 0x734C */ public float InteractionScanSlapTime; + [NMS(Index = 1017)] + /* 0x7350 */ public float InventoryFullMessageRepeatTime; + [NMS(Index = 938)] + /* 0x7354 */ public float InventoryIconTime; [NMS(Index = 75)] - /* 0x734C */ public float InvSlotGradientFactor; + /* 0x7358 */ public float InvSlotGradientFactor; [NMS(Index = 74)] - /* 0x7350 */ public float InvSlotGradientFactorMin; + /* 0x735C */ public float InvSlotGradientFactorMin; [NMS(Index = 76)] - /* 0x7354 */ public float InvSlotGradientTime; - [NMS(Index = 253)] - /* 0x7358 */ public float InWorldInteractionScreenScale; - [NMS(Index = 150)] - /* 0x735C */ public float InWorldInteractLabelFarDistance; + /* 0x7360 */ public float InvSlotGradientTime; + [NMS(Index = 254)] + /* 0x7364 */ public float InWorldInteractionScreenScale; [NMS(Index = 151)] - /* 0x7360 */ public float InWorldInteractLabelFarRange; - [NMS(Index = 206)] - /* 0x7364 */ public int InWorldInteractLabelHeight; - [NMS(Index = 147)] - /* 0x7368 */ public float InWorldInteractLabelMinHeadOffset; + /* 0x7368 */ public float InWorldInteractLabelFarDistance; + [NMS(Index = 152)] + /* 0x736C */ public float InWorldInteractLabelFarRange; + [NMS(Index = 207)] + /* 0x7370 */ public int InWorldInteractLabelHeight; [NMS(Index = 148)] - /* 0x736C */ public float InWorldInteractLabelNearDistance; + /* 0x7374 */ public float InWorldInteractLabelMinHeadOffset; [NMS(Index = 149)] - /* 0x7370 */ public float InWorldInteractLabelNearRange; - [NMS(Index = 139)] - /* 0x7374 */ public float InWorldInteractLabelScale; + /* 0x7378 */ public float InWorldInteractLabelNearDistance; + [NMS(Index = 150)] + /* 0x737C */ public float InWorldInteractLabelNearRange; [NMS(Index = 140)] - /* 0x7378 */ public float InWorldInteractLabelScaleV2; - [NMS(Index = 205)] - /* 0x737C */ public int InWorldInteractLabelWidth; + /* 0x7380 */ public float InWorldInteractLabelScale; + [NMS(Index = 141)] + /* 0x7384 */ public float InWorldInteractLabelScaleV2; + [NMS(Index = 206)] + /* 0x7388 */ public int InWorldInteractLabelWidth; + [NMS(Index = 202)] + /* 0x738C */ public float InWorldNGuiScreenScale; + [NMS(Index = 255)] + /* 0x7390 */ public float InWorldNPCInteractionScreenScale; [NMS(Index = 201)] - /* 0x7380 */ public float InWorldNGuiScreenScale; - [NMS(Index = 254)] - /* 0x7384 */ public float InWorldNPCInteractionScreenScale; + /* 0x7394 */ public float InWorldScreenForwardOffset; [NMS(Index = 200)] - /* 0x7388 */ public float InWorldScreenForwardOffset; - [NMS(Index = 199)] - /* 0x738C */ public float InWorldScreenMinScreenDistance; - [NMS(Index = 141)] - /* 0x7390 */ public float InWorldScreenScaleDistance; + /* 0x7398 */ public float InWorldScreenMinScreenDistance; + [NMS(Index = 142)] + /* 0x739C */ public float InWorldScreenScaleDistance; [NMS(Index = 48)] - /* 0x7394 */ public float InWorldUIInteractionDistanceWithEyeTrackingEnabled; - [NMS(Index = 940)] - /* 0x7398 */ public float ItemReceivedMessageTimeToAdd; - [NMS(Index = 978)] - /* 0x739C */ public float ItemSlotColourTechChargeRate; - [NMS(Index = 1020)] - /* 0x73A0 */ public float KeepHazardBarActiveTime; - [NMS(Index = 1021)] - /* 0x73A4 */ public float KeepSecondHazardBarActiveTime; - [NMS(Index = 915)] - /* 0x73A8 */ public float LandNotifyHeightThreshold; - [NMS(Index = 914)] - /* 0x73AC */ public float LandNotifySpeedThreshold; + /* 0x73A0 */ public float InWorldUIInteractionDistanceWithEyeTrackingEnabled; + [NMS(Index = 941)] + /* 0x73A4 */ public float ItemReceivedMessageTimeToAdd; + [NMS(Index = 981)] + /* 0x73A8 */ public float ItemSlotColourTechChargeRate; + [NMS(Index = 1023)] + /* 0x73AC */ public float KeepHazardBarActiveTime; + [NMS(Index = 1024)] + /* 0x73B0 */ public float KeepSecondHazardBarActiveTime; [NMS(Index = 916)] - /* 0x73B0 */ public float LandNotifyTimeThreshold; - [NMS(Index = 728)] - /* 0x73B4 */ public float LargeSpaceIconSize; - [NMS(Index = 347)] - /* 0x73B8 */ public float LoadFadeInDefaultTime; + /* 0x73B4 */ public float LandNotifyHeightThreshold; + [NMS(Index = 915)] + /* 0x73B8 */ public float LandNotifySpeedThreshold; + [NMS(Index = 917)] + /* 0x73BC */ public float LandNotifyTimeThreshold; + [NMS(Index = 729)] + /* 0x73C0 */ public float LargeSpaceIconSize; + [NMS(Index = 348)] + /* 0x73C4 */ public float LoadFadeInDefaultTime; + [NMS(Index = 135)] + /* 0x73C8 */ public float LoadingScreenTime; [NMS(Index = 134)] - /* 0x73BC */ public float LoadingScreenTime; + /* 0x73CC */ public float LoadingScreenTravelSpeed; [NMS(Index = 133)] - /* 0x73C0 */ public float LoadingScreenTravelSpeed; - [NMS(Index = 132)] - /* 0x73C4 */ public float LoadingTravelDistance; - [NMS(Index = 1358)] - /* 0x73C8 */ public float LockOnMarkerSize; - [NMS(Index = 1359)] - /* 0x73CC */ public float LockOnMarkerSizeLock; + /* 0x73D0 */ public float LoadingTravelDistance; + [NMS(Index = 1361)] + /* 0x73D4 */ public float LockOnMarkerSize; + [NMS(Index = 1362)] + /* 0x73D8 */ public float LockOnMarkerSizeLock; + [NMS(Index = 198)] + /* 0x73DC */ public float LowerHelmetScreenPitch; [NMS(Index = 197)] - /* 0x73D0 */ public float LowerHelmetScreenPitch; - [NMS(Index = 196)] - /* 0x73D4 */ public float LowerHelmetScreenScale; + /* 0x73E0 */ public float LowerHelmetScreenScale; + [NMS(Index = 510)] + /* 0x73E4 */ public float LowHealthShieldFactor; [NMS(Index = 509)] - /* 0x73D8 */ public float LowHealthShieldFactor; - [NMS(Index = 508)] - /* 0x73DC */ public float LowHealthShieldMin; - [NMS(Index = 462)] - /* 0x73E0 */ public float MaintenanceIconFadeStart; + /* 0x73E8 */ public float LowHealthShieldMin; [NMS(Index = 463)] - /* 0x73E4 */ public float MaintenanceIconFadeTime; - [NMS(Index = 935)] - /* 0x73E8 */ public float ManualNotificationPauseTime; - [NMS(Index = 1440)] - /* 0x73EC */ public float ManualScrollChangePerInputMax; - [NMS(Index = 1439)] - /* 0x73F0 */ public float ManualScrollChangePerInputMin; - [NMS(Index = 460)] - /* 0x73F4 */ public float MarkerComponentOffset; + /* 0x73EC */ public float MaintenanceIconFadeStart; + [NMS(Index = 464)] + /* 0x73F0 */ public float MaintenanceIconFadeTime; + [NMS(Index = 936)] + /* 0x73F4 */ public float ManualNotificationPauseTime; + [NMS(Index = 1443)] + /* 0x73F8 */ public float ManualScrollChangePerInputMax; + [NMS(Index = 1442)] + /* 0x73FC */ public float ManualScrollChangePerInputMin; + [NMS(Index = 461)] + /* 0x7400 */ public float MarkerComponentOffset; + [NMS(Index = 358)] + /* 0x7404 */ public float MarkerHorizonApproachAngle; [NMS(Index = 357)] - /* 0x73F8 */ public float MarkerHorizonApproachAngle; - [NMS(Index = 356)] - /* 0x73FC */ public float MarkerHorizonMinOffset; - [NMS(Index = 363)] - /* 0x7400 */ public float MarkerHorizonOffPlanetLightBeamAngle; - [NMS(Index = 355)] - /* 0x7404 */ public float MarkerHorizonOffsetAngle; + /* 0x7408 */ public float MarkerHorizonMinOffset; [NMS(Index = 364)] - /* 0x7408 */ public float MarkerHorizonShipApproachOffset; - [NMS(Index = 358)] - /* 0x740C */ public float MarkerOffsetTypeAngle; - [NMS(Index = 362)] - /* 0x7410 */ public float MarkerOffsetTypeAngleAsteroid; + /* 0x740C */ public float MarkerHorizonOffPlanetLightBeamAngle; + [NMS(Index = 356)] + /* 0x7410 */ public float MarkerHorizonOffsetAngle; + [NMS(Index = 365)] + /* 0x7414 */ public float MarkerHorizonShipApproachOffset; [NMS(Index = 359)] - /* 0x7414 */ public float MarkerOffsetTypeAngleBattle; + /* 0x7418 */ public float MarkerOffsetTypeAngle; + [NMS(Index = 363)] + /* 0x741C */ public float MarkerOffsetTypeAngleAsteroid; [NMS(Index = 360)] - /* 0x7418 */ public float MarkerOffsetTypeAngleBounty; + /* 0x7420 */ public float MarkerOffsetTypeAngleBattle; [NMS(Index = 361)] - /* 0x741C */ public float MarkerOffsetTypeAnglePlayerShip; - [NMS(Index = 445)] - /* 0x7420 */ public float MarkerRingInnerRadius; + /* 0x7424 */ public float MarkerOffsetTypeAngleBounty; + [NMS(Index = 362)] + /* 0x7428 */ public float MarkerOffsetTypeAnglePlayerShip; [NMS(Index = 446)] - /* 0x7424 */ public float MarkerRingOuterRadius; - [NMS(Index = 373)] - /* 0x7428 */ public float MarkerTagAppearDelay; - [NMS(Index = 512)] - /* 0x742C */ public int MaxDialogCharSizeIdeographic; - [NMS(Index = 510)] - /* 0x7430 */ public int MaxDialogCharSizeRoman; - [NMS(Index = 368)] - /* 0x7434 */ public int MaxNumMessageBeaconIcons; - [NMS(Index = 182)] - /* 0x7438 */ public float MaxProjectorDistanceFromDefault; - [NMS(Index = 185)] - /* 0x743C */ public float MaxProjectorGrabDistance; + /* 0x742C */ public float MarkerRingInnerRadius; + [NMS(Index = 447)] + /* 0x7430 */ public float MarkerRingOuterRadius; + [NMS(Index = 374)] + /* 0x7434 */ public float MarkerTagAppearDelay; + [NMS(Index = 513)] + /* 0x7438 */ public int MaxDialogCharSizeIdeographic; + [NMS(Index = 511)] + /* 0x743C */ public int MaxDialogCharSizeRoman; + [NMS(Index = 369)] + /* 0x7440 */ public int MaxNumMessageBeaconIcons; + [NMS(Index = 183)] + /* 0x7444 */ public float MaxProjectorDistanceFromDefault; + [NMS(Index = 186)] + /* 0x7448 */ public float MaxProjectorGrabDistance; [NMS(Index = 89)] - /* 0x7440 */ public int MaxSubstanceMaxAmountForAmountFraction; - [NMS(Index = 938)] - /* 0x7444 */ public float MessageNotificationTime; + /* 0x744C */ public int MaxSubstanceMaxAmountForAmountFraction; [NMS(Index = 939)] - /* 0x7448 */ public float MessageTimeQuick; + /* 0x7450 */ public float MessageNotificationTime; + [NMS(Index = 940)] + /* 0x7454 */ public float MessageTimeQuick; [NMS(Index = 114)] - /* 0x744C */ public float MilestoneStingDisplayTime; - [NMS(Index = 1434)] - /* 0x7450 */ public float MinimumHoldFill; + /* 0x7458 */ public float MilestoneStingDisplayTime; + [NMS(Index = 1437)] + /* 0x745C */ public float MinimumHoldFill; [NMS(Index = 112)] - /* 0x7454 */ public float MinSeasonPlayTimeInDays; - [NMS(Index = 741)] - /* 0x7458 */ public float MissileCentreOffset; - [NMS(Index = 1364)] - /* 0x745C */ public float MissileIconAttackPulseAmount; - [NMS(Index = 1363)] - /* 0x7460 */ public float MissileIconAttackPulseTime; - [NMS(Index = 722)] - /* 0x7464 */ public float MissionCompassIconScaler; - [NMS(Index = 372)] - /* 0x7468 */ public float MissionDetailsPageBaseHeight; - [NMS(Index = 538)] - /* 0x746C */ public int MissionLoopCount; - [NMS(Index = 539)] - /* 0x7470 */ public int MissionLoopCountPirate; + /* 0x7460 */ public float MinSeasonPlayTimeInDays; + [NMS(Index = 742)] + /* 0x7464 */ public float MissileCentreOffset; + [NMS(Index = 1367)] + /* 0x7468 */ public float MissileIconAttackPulseAmount; + [NMS(Index = 1366)] + /* 0x746C */ public float MissileIconAttackPulseTime; [NMS(Index = 723)] - /* 0x7474 */ public float MissionMarkerSize; - [NMS(Index = 369)] - /* 0x7478 */ public float MissionObjectiveBaseHeight; + /* 0x7470 */ public float MissionCompassIconScaler; + [NMS(Index = 373)] + /* 0x7474 */ public float MissionDetailsPageBaseHeight; + [NMS(Index = 539)] + /* 0x7478 */ public int MissionLoopCount; + [NMS(Index = 540)] + /* 0x747C */ public int MissionLoopCountPirate; + [NMS(Index = 724)] + /* 0x7480 */ public float MissionMarkerSize; [NMS(Index = 370)] - /* 0x747C */ public float MissionObjectiveDoneHeight; + /* 0x7484 */ public float MissionObjectiveBaseHeight; [NMS(Index = 371)] - /* 0x7480 */ public float MissionObjectiveScrollingExtra; - [NMS(Index = 540)] - /* 0x7484 */ public int MissionSeedOffset; - [NMS(Index = 537)] - /* 0x7488 */ public int MissionSpecificMissionPercent; - [NMS(Index = 521)] - /* 0x748C */ public float MissionStartEndOSDTime; + /* 0x7488 */ public float MissionObjectiveDoneHeight; + [NMS(Index = 372)] + /* 0x748C */ public float MissionObjectiveScrollingExtra; + [NMS(Index = 541)] + /* 0x7490 */ public int MissionSeedOffset; + [NMS(Index = 538)] + /* 0x7494 */ public int MissionSpecificMissionPercent; [NMS(Index = 522)] - /* 0x7490 */ public float MissionStartEndOSDTimeProcedural; - [NMS(Index = 520)] - /* 0x7494 */ public float MissionStartEndTime; + /* 0x7498 */ public float MissionStartEndOSDTime; + [NMS(Index = 523)] + /* 0x749C */ public float MissionStartEndOSDTimeProcedural; + [NMS(Index = 521)] + /* 0x74A0 */ public float MissionStartEndTime; [NMS(Index = 43)] - /* 0x7498 */ public float ModularCustomisationApplyTime; - [NMS(Index = 1448)] - /* 0x749C */ public float MouseRotateCameraSensitivity; - [NMS(Index = 1419)] - /* 0x74A0 */ public float MultiplayerTeleportEffectAppearTime; - [NMS(Index = 1418)] - /* 0x74A4 */ public float MultiplayerTeleportEffectDisappearTime; - [NMS(Index = 1384)] - /* 0x74A8 */ public float NGuiActiveAreaOffsetTime; - [NMS(Index = 1375)] - /* 0x74AC */ public float NGuiAltPlacementDistanceScrollSpeed; - [NMS(Index = 1383)] - /* 0x74B0 */ public float NGuiCursorOffsetMultiplier; - [NMS(Index = 295)] - /* 0x74B4 */ public float NGuiHmdOffset; - [NMS(Index = 1365)] - /* 0x74B8 */ public float NGuiModelRotationDegreesX; - [NMS(Index = 1366)] - /* 0x74BC */ public float NGuiModelRotationDegreesY; - [NMS(Index = 1367)] - /* 0x74C0 */ public float NGuiModelRotationDegreesZ; - [NMS(Index = 1374)] - /* 0x74C4 */ public float NGuiModelViewCdSmoothTime; - [NMS(Index = 1372)] - /* 0x74C8 */ public float NGuiModelViewDistanceDiscoveryPage; + /* 0x74A4 */ public float ModularCustomisationApplyTime; + [NMS(Index = 1451)] + /* 0x74A8 */ public float MouseRotateCameraSensitivity; + [NMS(Index = 1422)] + /* 0x74AC */ public float MultiplayerTeleportEffectAppearTime; + [NMS(Index = 1421)] + /* 0x74B0 */ public float MultiplayerTeleportEffectDisappearTime; + [NMS(Index = 1387)] + /* 0x74B4 */ public float NGuiActiveAreaOffsetTime; + [NMS(Index = 1378)] + /* 0x74B8 */ public float NGuiAltPlacementDistanceScrollSpeed; + [NMS(Index = 1386)] + /* 0x74BC */ public float NGuiCursorOffsetMultiplier; + [NMS(Index = 296)] + /* 0x74C0 */ public float NGuiHmdOffset; [NMS(Index = 1368)] - /* 0x74CC */ public float NGuiModelViewDistanceGlobal; - [NMS(Index = 1371)] - /* 0x74D0 */ public float NGuiModelViewDistanceShipPage; + /* 0x74C4 */ public float NGuiModelRotationDegreesX; [NMS(Index = 1369)] - /* 0x74D4 */ public float NGuiModelViewDistanceSuitPage; + /* 0x74C8 */ public float NGuiModelRotationDegreesY; [NMS(Index = 1370)] - /* 0x74D8 */ public float NGuiModelViewDistanceWeaponPage; - [NMS(Index = 1392)] - /* 0x74DC */ public float NGuiModelViewFadeInAfterRenderTime; - [NMS(Index = 1373)] - /* 0x74E0 */ public float NGuiModelViewFov; + /* 0x74CC */ public float NGuiModelRotationDegreesZ; [NMS(Index = 1377)] - /* 0x74E4 */ public float NGuiModelViewFractionOfBBHeightAboveReflectivePlane; - [NMS(Index = 1202)] - /* 0x74E8 */ public float NGuiMouseSensitivity; - [NMS(Index = 1201)] - /* 0x74EC */ public float NGuiPadSensitivity; + /* 0x74D0 */ public float NGuiModelViewCdSmoothTime; + [NMS(Index = 1375)] + /* 0x74D4 */ public float NGuiModelViewDistanceDiscoveryPage; + [NMS(Index = 1371)] + /* 0x74D8 */ public float NGuiModelViewDistanceGlobal; + [NMS(Index = 1374)] + /* 0x74DC */ public float NGuiModelViewDistanceShipPage; + [NMS(Index = 1372)] + /* 0x74E0 */ public float NGuiModelViewDistanceSuitPage; + [NMS(Index = 1373)] + /* 0x74E4 */ public float NGuiModelViewDistanceWeaponPage; + [NMS(Index = 1395)] + /* 0x74E8 */ public float NGuiModelViewFadeInAfterRenderTime; [NMS(Index = 1376)] - /* 0x74F0 */ public float NGuiPlacementAngleScrollSpeed; - [NMS(Index = 1381)] - /* 0x74F4 */ public float NGuiThumbnailModelRotationDegreesY; - [NMS(Index = 1382)] - /* 0x74F8 */ public float NGuiThumbnailModelViewDistance; + /* 0x74EC */ public float NGuiModelViewFov; + [NMS(Index = 1380)] + /* 0x74F0 */ public float NGuiModelViewFractionOfBBHeightAboveReflectivePlane; + [NMS(Index = 1205)] + /* 0x74F4 */ public float NGuiMouseSensitivity; + [NMS(Index = 1204)] + /* 0x74F8 */ public float NGuiPadSensitivity; + [NMS(Index = 1379)] + /* 0x74FC */ public float NGuiPlacementAngleScrollSpeed; + [NMS(Index = 1384)] + /* 0x7500 */ public float NGuiThumbnailModelRotationDegreesY; + [NMS(Index = 1385)] + /* 0x7504 */ public float NGuiThumbnailModelViewDistance; + [NMS(Index = 891)] + /* 0x7508 */ public float NotificationBackgroundGradientAlphaInShip; [NMS(Index = 890)] - /* 0x74FC */ public float NotificationBackgroundGradientAlphaInShip; - [NMS(Index = 889)] - /* 0x7500 */ public float NotificationBackgroundGradientEndOffsetPercentInShip; - [NMS(Index = 923)] - /* 0x7504 */ public float NotificationBridgeReachDistance; - [NMS(Index = 897)] - /* 0x7508 */ public float NotificationBuildHintStartTime; - [NMS(Index = 902)] - /* 0x750C */ public float NotificationCantFireTime; - [NMS(Index = 903)] - /* 0x7510 */ public float NotificationDangerTime; - [NMS(Index = 928)] - /* 0x7514 */ public float NotificationDeviceIdleTime; + /* 0x750C */ public float NotificationBackgroundGradientEndOffsetPercentInShip; [NMS(Index = 924)] - /* 0x7518 */ public float NotificationDiscoveryIdleTime; - [NMS(Index = 921)] - /* 0x751C */ public float NotificationFinalMissionWait; - [NMS(Index = 919)] - /* 0x7520 */ public float NotificationGoToSpaceStationWait; - [NMS(Index = 346)] - /* 0x7524 */ public float NotificationHazardMinTimeAfterRecharge; - [NMS(Index = 894)] - /* 0x7528 */ public float NotificationHazardSafeThreshold; - [NMS(Index = 895)] - /* 0x752C */ public float NotificationHazardTimer; + /* 0x7510 */ public float NotificationBridgeReachDistance; + [NMS(Index = 898)] + /* 0x7514 */ public float NotificationBuildHintStartTime; + [NMS(Index = 903)] + /* 0x7518 */ public float NotificationCantFireTime; + [NMS(Index = 904)] + /* 0x751C */ public float NotificationDangerTime; + [NMS(Index = 929)] + /* 0x7520 */ public float NotificationDeviceIdleTime; [NMS(Index = 925)] - /* 0x7530 */ public float NotificationInfoIdleTime; + /* 0x7524 */ public float NotificationDiscoveryIdleTime; + [NMS(Index = 922)] + /* 0x7528 */ public float NotificationFinalMissionWait; + [NMS(Index = 920)] + /* 0x752C */ public float NotificationGoToSpaceStationWait; + [NMS(Index = 347)] + /* 0x7530 */ public float NotificationHazardMinTimeAfterRecharge; + [NMS(Index = 895)] + /* 0x7534 */ public float NotificationHazardSafeThreshold; [NMS(Index = 896)] - /* 0x7534 */ public float NotificationInteractHintStartTime; - [NMS(Index = 898)] - /* 0x7538 */ public float NotificationJetpackTime; + /* 0x7538 */ public float NotificationHazardTimer; + [NMS(Index = 926)] + /* 0x753C */ public float NotificationInfoIdleTime; + [NMS(Index = 897)] + /* 0x7540 */ public float NotificationInteractHintStartTime; + [NMS(Index = 899)] + /* 0x7544 */ public float NotificationJetpackTime; + [NMS(Index = 908)] + /* 0x7548 */ public float NotificationMaxPageHintTime; [NMS(Index = 907)] - /* 0x753C */ public float NotificationMaxPageHintTime; - [NMS(Index = 906)] - /* 0x7540 */ public float NotificationMessageCycleTime; - [NMS(Index = 893)] - /* 0x7544 */ public float NotificationMinVisibleTime; - [NMS(Index = 929)] - /* 0x7548 */ public float NotificationMissionHintTime; + /* 0x754C */ public float NotificationMessageCycleTime; + [NMS(Index = 894)] + /* 0x7550 */ public float NotificationMinVisibleTime; [NMS(Index = 930)] - /* 0x754C */ public float NotificationMissionHintTimeCritical; + /* 0x7554 */ public float NotificationMissionHintTime; [NMS(Index = 931)] - /* 0x7550 */ public float NotificationMissionHintTimeSecondary; - [NMS(Index = 920)] - /* 0x7554 */ public float NotificationMonolithMissionWait; - [NMS(Index = 926)] - /* 0x7558 */ public float NotificationNewTechIdleTime; + /* 0x7558 */ public float NotificationMissionHintTimeCritical; + [NMS(Index = 932)] + /* 0x755C */ public float NotificationMissionHintTimeSecondary; + [NMS(Index = 921)] + /* 0x7560 */ public float NotificationMonolithMissionWait; [NMS(Index = 927)] - /* 0x755C */ public float NotificationScanEventMissionIdleTime; - [NMS(Index = 904)] - /* 0x7560 */ public float NotificationScanTime; + /* 0x7564 */ public float NotificationNewTechIdleTime; + [NMS(Index = 928)] + /* 0x7568 */ public float NotificationScanEventMissionIdleTime; [NMS(Index = 905)] - /* 0x7564 */ public float NotificationScanTimeCutoff; - [NMS(Index = 899)] - /* 0x7568 */ public float NotificationShieldTime; - [NMS(Index = 911)] - /* 0x756C */ public float NotificationShipBoostMinTime; + /* 0x756C */ public float NotificationScanTime; + [NMS(Index = 906)] + /* 0x7570 */ public float NotificationScanTimeCutoff; + [NMS(Index = 900)] + /* 0x7574 */ public float NotificationShieldTime; [NMS(Index = 912)] - /* 0x7570 */ public float NotificationShipBoostReminderTime; + /* 0x7578 */ public float NotificationShipBoostMinTime; [NMS(Index = 913)] - /* 0x7574 */ public float NotificationShipBoostReminderTimeTutorial; - [NMS(Index = 900)] - /* 0x7578 */ public float NotificationShipBoostTime; + /* 0x757C */ public float NotificationShipBoostReminderTime; + [NMS(Index = 914)] + /* 0x7580 */ public float NotificationShipBoostReminderTimeTutorial; [NMS(Index = 901)] - /* 0x757C */ public float NotificationShipBoostTimeVR; - [NMS(Index = 908)] - /* 0x7580 */ public float NotificationShipJumpMinTime; + /* 0x7584 */ public float NotificationShipBoostTime; + [NMS(Index = 902)] + /* 0x7588 */ public float NotificationShipBoostTimeVR; [NMS(Index = 909)] - /* 0x7584 */ public float NotificationShipJumpReminderTime; + /* 0x758C */ public float NotificationShipJumpMinTime; [NMS(Index = 910)] - /* 0x7588 */ public float NotificationShipJumpReminderTutorial; - [NMS(Index = 891)] - /* 0x758C */ public int NotificationsResourceExtractHintCount; + /* 0x7590 */ public float NotificationShipJumpReminderTime; + [NMS(Index = 911)] + /* 0x7594 */ public float NotificationShipJumpReminderTutorial; [NMS(Index = 892)] - /* 0x7590 */ public float NotificationStaminaHintDistanceWalked; - [NMS(Index = 917)] - /* 0x7594 */ public float NotificationTimeBeforeHeridiumMarker; + /* 0x7598 */ public int NotificationsResourceExtractHintCount; + [NMS(Index = 893)] + /* 0x759C */ public float NotificationStaminaHintDistanceWalked; [NMS(Index = 918)] - /* 0x7598 */ public float NotificationUrgentMessageTime; - [NMS(Index = 922)] - /* 0x759C */ public float NotificationWaypointReachDistance; - [NMS(Index = 811)] - /* 0x75A0 */ public int NumDeathQuotes; + /* 0x75A0 */ public float NotificationTimeBeforeHeridiumMarker; + [NMS(Index = 919)] + /* 0x75A4 */ public float NotificationUrgentMessageTime; + [NMS(Index = 923)] + /* 0x75A8 */ public float NotificationWaypointReachDistance; + [NMS(Index = 812)] + /* 0x75AC */ public int NumDeathQuotes; + [NMS(Index = 533)] + /* 0x75B0 */ public float OnFootDamageDirectionIndicatorFadeRange; [NMS(Index = 532)] - /* 0x75A4 */ public float OnFootDamageDirectionIndicatorFadeRange; - [NMS(Index = 531)] - /* 0x75A8 */ public float OnFootDamageDirectionIndicatorRadius; - [NMS(Index = 135)] - /* 0x75AC */ public float OSDMessagePauseOffscreenAngle; + /* 0x75B4 */ public float OnFootDamageDirectionIndicatorRadius; + [NMS(Index = 136)] + /* 0x75B8 */ public float OSDMessagePauseOffscreenAngle; + [NMS(Index = 336)] + /* 0x75BC */ public int OSDMessageQueueMax; [NMS(Index = 335)] - /* 0x75B0 */ public int OSDMessageQueueMax; + /* 0x75C0 */ public int OSDMessageQueueMin; [NMS(Index = 334)] - /* 0x75B4 */ public int OSDMessageQueueMin; - [NMS(Index = 333)] - /* 0x75B8 */ public float OSDMessageQueueSpeedMultiplier; + /* 0x75C4 */ public float OSDMessageQueueSpeedMultiplier; [NMS(Index = 3)] - /* 0x75BC */ public float OutpostPortalMarkerDistance; - [NMS(Index = 1101)] - /* 0x75C0 */ public float PadCursorAcceleration; - [NMS(Index = 1102)] - /* 0x75C4 */ public float PadCursorMaxSpeedModifier; + /* 0x75C8 */ public float OutpostPortalMarkerDistance; + [NMS(Index = 1104)] + /* 0x75CC */ public float PadCursorAcceleration; + [NMS(Index = 1105)] + /* 0x75D0 */ public float PadCursorMaxSpeedModifier; [NMS(Index = 86)] - /* 0x75C8 */ public float PadCursorUICurveStrength; - [NMS(Index = 1447)] - /* 0x75CC */ public float PadRotateCameraSensitivity; - [NMS(Index = 505)] - /* 0x75D0 */ public float PageTurnTime; + /* 0x75D4 */ public float PadCursorUICurveStrength; + [NMS(Index = 1450)] + /* 0x75D8 */ public float PadRotateCameraSensitivity; + [NMS(Index = 506)] + /* 0x75DC */ public float PageTurnTime; [NMS(Index = 102)] - /* 0x75D4 */ public float ParagraphAutoScrollSpeed; - [NMS(Index = 967)] - /* 0x75D8 */ public float PauseMenuHoldTime; - [NMS(Index = 730)] - /* 0x75DC */ public float PetHoverIconSize; - [NMS(Index = 157)] - /* 0x75E0 */ public float PetHUDMarkerExtraFollowInfoDistance; + /* 0x75E0 */ public float ParagraphAutoScrollSpeed; + [NMS(Index = 968)] + /* 0x75E4 */ public float PauseMenuHoldTime; + [NMS(Index = 731)] + /* 0x75E8 */ public float PetHoverIconSize; [NMS(Index = 158)] - /* 0x75E4 */ public float PetHUDMarkerHideDistance; + /* 0x75EC */ public float PetHUDMarkerExtraFollowInfoDistance; [NMS(Index = 159)] - /* 0x75E8 */ public float PetHUDMarkerHideDistanceShort; + /* 0x75F0 */ public float PetHUDMarkerHideDistance; [NMS(Index = 160)] - /* 0x75EC */ public float PetHUDMarkerOffset; - [NMS(Index = 731)] - /* 0x75F0 */ public float PetIconSize; + /* 0x75F4 */ public float PetHUDMarkerHideDistanceShort; [NMS(Index = 161)] - /* 0x75F4 */ public float PetMoodMarkerOffset; - [NMS(Index = 156)] - /* 0x75F8 */ public float PetSlotUnlockBounceTime; + /* 0x75F8 */ public float PetHUDMarkerOffset; + [NMS(Index = 732)] + /* 0x75FC */ public float PetIconSize; + [NMS(Index = 162)] + /* 0x7600 */ public float PetMoodMarkerOffset; + [NMS(Index = 157)] + /* 0x7604 */ public float PetSlotUnlockBounceTime; + [NMS(Index = 635)] + /* 0x7608 */ public float PhotoModeTimeofDayChange; [NMS(Index = 634)] - /* 0x75FC */ public float PhotoModeTimeofDayChange; - [NMS(Index = 633)] - /* 0x7600 */ public float PhotoModeValueAlpha; + /* 0x760C */ public float PhotoModeValueAlpha; + [NMS(Index = 664)] + /* 0x7610 */ public float PirateAttackIndicatorRadius; [NMS(Index = 663)] - /* 0x7604 */ public float PirateAttackIndicatorRadius; + /* 0x7614 */ public float PirateAttackIndicatorWidth; + [NMS(Index = 665)] + /* 0x7618 */ public float PirateAttackProbeDisplayFinishFactor; [NMS(Index = 662)] - /* 0x7608 */ public float PirateAttackIndicatorWidth; - [NMS(Index = 664)] - /* 0x760C */ public float PirateAttackProbeDisplayFinishFactor; - [NMS(Index = 661)] - /* 0x7610 */ public float PirateCountdownTime; - [NMS(Index = 646)] - /* 0x7614 */ public float PirateFreighterSummonAtOffset; - [NMS(Index = 644)] - /* 0x7618 */ public float PirateFreighterSummonOffset; + /* 0x761C */ public float PirateCountdownTime; + [NMS(Index = 647)] + /* 0x7620 */ public float PirateFreighterSummonAtOffset; [NMS(Index = 645)] - /* 0x761C */ public float PirateFreighterSummonOffsetPulse; - [NMS(Index = 131)] - /* 0x7620 */ public float PlacedMarkerFadeTime; + /* 0x7624 */ public float PirateFreighterSummonOffset; + [NMS(Index = 646)] + /* 0x7628 */ public float PirateFreighterSummonOffsetPulse; + [NMS(Index = 132)] + /* 0x762C */ public float PlacedMarkerFadeTime; [NMS(Index = 122)] - /* 0x7624 */ public float PlanetDataExtraRadius; - [NMS(Index = 972)] - /* 0x7628 */ public float PlanetLabelAngle; - [NMS(Index = 971)] - /* 0x762C */ public float PlanetLabelTime; - [NMS(Index = 1216)] - /* 0x7630 */ public float PlanetPoleEastWestDistanceFromPlayer; - [NMS(Index = 1215)] - /* 0x7634 */ public float PlanetPoleMaxDotProduct; - [NMS(Index = 503)] - /* 0x7638 */ public float PlanetRaidMarkerOffset; - [NMS(Index = 676)] - /* 0x763C */ public float PlanetScanDelayTime; - [NMS(Index = 1126)] - /* 0x7640 */ public float PopupActivateTime; - [NMS(Index = 1127)] - /* 0x7644 */ public float PopupDeactivateTime; - [NMS(Index = 1125)] - /* 0x7648 */ public float PopupDebounceTime; - [NMS(Index = 1114)] - /* 0x764C */ public float PopupSlotWidthOffset; + /* 0x7630 */ public float PlanetDataExtraRadius; + [NMS(Index = 975)] + /* 0x7634 */ public float PlanetLabelAngle; + [NMS(Index = 974)] + /* 0x7638 */ public float PlanetLabelTime; + [NMS(Index = 1219)] + /* 0x763C */ public float PlanetPoleEastWestDistanceFromPlayer; + [NMS(Index = 1218)] + /* 0x7640 */ public float PlanetPoleMaxDotProduct; + [NMS(Index = 504)] + /* 0x7644 */ public float PlanetRaidMarkerOffset; + [NMS(Index = 677)] + /* 0x7648 */ public float PlanetScanDelayTime; + [NMS(Index = 1129)] + /* 0x764C */ public float PopupActivateTime; + [NMS(Index = 1130)] + /* 0x7650 */ public float PopupDeactivateTime; + [NMS(Index = 1128)] + /* 0x7654 */ public float PopupDebounceTime; + [NMS(Index = 1117)] + /* 0x7658 */ public float PopupSlotWidthOffset; [NMS(Index = 77)] - /* 0x7650 */ public float PopupTitleGradientFactor; - [NMS(Index = 336)] - /* 0x7654 */ public float PopupValueSectionBaseHeight; + /* 0x765C */ public float PopupTitleGradientFactor; [NMS(Index = 337)] - /* 0x7658 */ public float PopupValueSectionHeight; - [NMS(Index = 1112)] - /* 0x765C */ public float PopupXClampOffset; - [NMS(Index = 1113)] - /* 0x7660 */ public float PopupXClampOffsetRightAligned; + /* 0x7660 */ public float PopupValueSectionBaseHeight; + [NMS(Index = 338)] + /* 0x7664 */ public float PopupValueSectionHeight; + [NMS(Index = 1115)] + /* 0x7668 */ public float PopupXClampOffset; + [NMS(Index = 1116)] + /* 0x766C */ public float PopupXClampOffsetRightAligned; + [NMS(Index = 188)] + /* 0x7670 */ public float ProjectorGrabBorderPercent; [NMS(Index = 187)] - /* 0x7664 */ public float ProjectorGrabBorderPercent; - [NMS(Index = 186)] - /* 0x7668 */ public float ProjectorGrabDistanceBias; - [NMS(Index = 183)] - /* 0x766C */ public float ProjectorGrabResetTime; - [NMS(Index = 181)] - /* 0x7670 */ public float ProjectorScale; - [NMS(Index = 227)] - /* 0x7674 */ public float QuickMenuAlpha; - [NMS(Index = 136)] - /* 0x7678 */ public float QuickMenuCentrePos; - [NMS(Index = 138)] - /* 0x767C */ public float QuickMenuCentreSideOffset; - [NMS(Index = 574)] - /* 0x7680 */ public float QuickMenuCloseTime; - [NMS(Index = 226)] - /* 0x7684 */ public float QuickMenuCursorScale; + /* 0x7674 */ public float ProjectorGrabDistanceBias; + [NMS(Index = 184)] + /* 0x7678 */ public float ProjectorGrabResetTime; + [NMS(Index = 182)] + /* 0x767C */ public float ProjectorScale; + [NMS(Index = 228)] + /* 0x7680 */ public float QuickMenuAlpha; + [NMS(Index = 137)] + /* 0x7684 */ public float QuickMenuCentrePos; + [NMS(Index = 139)] + /* 0x7688 */ public float QuickMenuCentreSideOffset; [NMS(Index = 575)] - /* 0x7688 */ public float QuickMenuErrorTime; - [NMS(Index = 266)] - /* 0x768C */ public float QuickMenuHighlightRate; + /* 0x768C */ public float QuickMenuCloseTime; + [NMS(Index = 227)] + /* 0x7690 */ public float QuickMenuCursorScale; + [NMS(Index = 576)] + /* 0x7694 */ public float QuickMenuErrorTime; [NMS(Index = 267)] - /* 0x7690 */ public float QuickMenuHoldNavTime; - [NMS(Index = 262)] - /* 0x7694 */ public float QuickMenuInteractAdjustX; + /* 0x7698 */ public float QuickMenuHighlightRate; + [NMS(Index = 268)] + /* 0x769C */ public float QuickMenuHoldNavTime; [NMS(Index = 263)] - /* 0x7698 */ public float QuickMenuInteractAdjustY; - [NMS(Index = 265)] - /* 0x769C */ public int QuickMenuScreenHeight; + /* 0x76A0 */ public float QuickMenuInteractAdjustX; [NMS(Index = 264)] - /* 0x76A0 */ public int QuickMenuScreenWidth; - [NMS(Index = 137)] - /* 0x76A4 */ public float QuickMenuSideOffset; + /* 0x76A4 */ public float QuickMenuInteractAdjustY; + [NMS(Index = 266)] + /* 0x76A8 */ public int QuickMenuScreenHeight; + [NMS(Index = 265)] + /* 0x76AC */ public int QuickMenuScreenWidth; + [NMS(Index = 138)] + /* 0x76B0 */ public float QuickMenuSideOffset; + [NMS(Index = 259)] + /* 0x76B4 */ public float QuickMenuSwipeHeightMax; [NMS(Index = 258)] - /* 0x76A8 */ public float QuickMenuSwipeHeightMax; - [NMS(Index = 257)] - /* 0x76AC */ public float QuickMenuSwipeHeightMin; - [NMS(Index = 1181)] - /* 0x76B0 */ public float RadialMenuInnerRadius; - [NMS(Index = 1182)] - /* 0x76B4 */ public float RadialMenuInnerRadiusCursor; - [NMS(Index = 1183)] - /* 0x76B8 */ public float RadialMenuWedgeOffset; - [NMS(Index = 492)] - /* 0x76BC */ public float RefinerAutoCloseTime; + /* 0x76B8 */ public float QuickMenuSwipeHeightMin; + [NMS(Index = 1184)] + /* 0x76BC */ public float RadialMenuInnerRadius; + [NMS(Index = 1185)] + /* 0x76C0 */ public float RadialMenuInnerRadiusCursor; + [NMS(Index = 1186)] + /* 0x76C4 */ public float RadialMenuWedgeOffset; + [NMS(Index = 493)] + /* 0x76C8 */ public float RefinerAutoCloseTime; + [NMS(Index = 481)] + /* 0x76CC */ public float RefinerBeginDialInnerRadius; [NMS(Index = 480)] - /* 0x76C0 */ public float RefinerBeginDialInnerRadius; + /* 0x76D0 */ public float RefinerPadStartDecayTime; [NMS(Index = 479)] - /* 0x76C4 */ public float RefinerPadStartDecayTime; - [NMS(Index = 478)] - /* 0x76C8 */ public float RefinerPadStartTime; - [NMS(Index = 481)] - /* 0x76CC */ public float RefinerProgressDialInnerRadius; - [NMS(Index = 461)] - /* 0x76D0 */ public float RepairTechLabelOffset; - [NMS(Index = 450)] - /* 0x76D4 */ public float RepairTechRepairedMessageTime; - [NMS(Index = 448)] - /* 0x76D8 */ public float RepairTechRepairedWaitTime1; + /* 0x76D4 */ public float RefinerPadStartTime; + [NMS(Index = 482)] + /* 0x76D8 */ public float RefinerProgressDialInnerRadius; + [NMS(Index = 462)] + /* 0x76DC */ public float RepairTechLabelOffset; + [NMS(Index = 451)] + /* 0x76E0 */ public float RepairTechRepairedMessageTime; [NMS(Index = 449)] - /* 0x76DC */ public float RepairTechRepairedWaitTime2; - [NMS(Index = 1409)] - /* 0x76E0 */ public float ReportBaseFlashDelay; - [NMS(Index = 1408)] - /* 0x76E4 */ public float ReportBaseFlashIntensity; - [NMS(Index = 1407)] - /* 0x76E8 */ public float ReportBaseFlashTime; + /* 0x76E4 */ public float RepairTechRepairedWaitTime1; + [NMS(Index = 450)] + /* 0x76E8 */ public float RepairTechRepairedWaitTime2; + [NMS(Index = 1412)] + /* 0x76EC */ public float ReportBaseFlashDelay; + [NMS(Index = 1411)] + /* 0x76F0 */ public float ReportBaseFlashIntensity; [NMS(Index = 1410)] - /* 0x76EC */ public float ReportCameraSpeed; - [NMS(Index = 799)] - /* 0x76F0 */ public float ScanEventArrowOffsetMultiplier; - [NMS(Index = 801)] - /* 0x76F4 */ public float ScanEventArrowOffsetMultiplierFresh; - [NMS(Index = 802)] - /* 0x76F8 */ public float ScanEventArrowOffsetMultiplierLerpTime; + /* 0x76F4 */ public float ReportBaseFlashTime; + [NMS(Index = 1413)] + /* 0x76F8 */ public float ReportCameraSpeed; + [NMS(Index = 131)] + /* 0x76FC */ public float ROGAllyFrontendZoomFactor; [NMS(Index = 800)] - /* 0x76FC */ public float ScanEventArrowOffsetMultiplierOneEvent; + /* 0x7700 */ public float ScanEventArrowOffsetMultiplier; + [NMS(Index = 802)] + /* 0x7704 */ public float ScanEventArrowOffsetMultiplierFresh; + [NMS(Index = 803)] + /* 0x7708 */ public float ScanEventArrowOffsetMultiplierLerpTime; + [NMS(Index = 801)] + /* 0x770C */ public float ScanEventArrowOffsetMultiplierOneEvent; + [NMS(Index = 799)] + /* 0x7710 */ public float ScanEventArrowPlayerFadeDistance; [NMS(Index = 798)] - /* 0x7700 */ public float ScanEventArrowPlayerFadeDistance; + /* 0x7714 */ public float ScanEventArrowPlayerFadeRange; + [NMS(Index = 804)] + /* 0x7718 */ public float ScanEventArrowSecondaryAlpha; [NMS(Index = 797)] - /* 0x7704 */ public float ScanEventArrowPlayerFadeRange; - [NMS(Index = 803)] - /* 0x7708 */ public float ScanEventArrowSecondaryAlpha; + /* 0x771C */ public float ScanEventArrowShipFadeDistance; [NMS(Index = 796)] - /* 0x770C */ public float ScanEventArrowShipFadeDistance; - [NMS(Index = 795)] - /* 0x7710 */ public float ScanEventArrowShipFadeRange; - [NMS(Index = 804)] - /* 0x7714 */ public GcAudioWwiseEvents ScanEventIconAudio; - [NMS(Index = 366)] - /* 0x7718 */ public float ScannableIconMergeAngle; - [NMS(Index = 1085)] - /* 0x771C */ public float ScanTime; + /* 0x7720 */ public float ScanEventArrowShipFadeRange; + [NMS(Index = 805)] + /* 0x7724 */ public GcAudioWwiseEvents ScanEventIconAudio; + [NMS(Index = 367)] + /* 0x7728 */ public float ScannableIconMergeAngle; + [NMS(Index = 1088)] + /* 0x772C */ public float ScanTime; [NMS(Index = 111)] - /* 0x7720 */ public float SeasonalRingChangeTime; + /* 0x7730 */ public float SeasonalRingChangeTime; [NMS(Index = 109)] - /* 0x7724 */ public float SeasonalRingMultiplier; + /* 0x7734 */ public float SeasonalRingMultiplier; [NMS(Index = 110)] - /* 0x7728 */ public float SeasonalRingPulseTime; + /* 0x7738 */ public float SeasonalRingPulseTime; [NMS(Index = 41)] - /* 0x772C */ public float SeasonEndAutoHighlightDuration; + /* 0x773C */ public float SeasonEndAutoHighlightDuration; [NMS(Index = 42)] - /* 0x7730 */ public float SeasonEndAutoHighlightDurationMilestone; + /* 0x7740 */ public float SeasonEndAutoHighlightDurationMilestone; [NMS(Index = 40)] - /* 0x7734 */ public GcAudioWwiseEvents SeasonEndAutoHighlightSFX; + /* 0x7744 */ public GcAudioWwiseEvents SeasonEndAutoHighlightSFX; [NMS(Index = 39)] - /* 0x7738 */ public float SeasonEndRewardsMaxScrollRate; + /* 0x7748 */ public float SeasonEndRewardsMaxScrollRate; [NMS(Index = 38)] - /* 0x773C */ public float SeasonEndRewardsPageOpenDelayTime; + /* 0x774C */ public float SeasonEndRewardsPageOpenDelayTime; [NMS(Index = 107)] - /* 0x7740 */ public int SeasonFinalStageIndex; - [NMS(Index = 887)] - /* 0x7744 */ public float SeasonMessageDelayTime; + /* 0x7750 */ public int SeasonFinalStageIndex; + [NMS(Index = 888)] + /* 0x7754 */ public float SeasonMessageDelayTime; [NMS(Index = 100)] - /* 0x7748 */ public float SentinelsDisabledHUDMessageTime; - [NMS(Index = 1424)] - /* 0x774C */ public float SettlementStatFlashSpeed; - [NMS(Index = 1425)] - /* 0x7750 */ public float SettlementStatInnerRadius; - [NMS(Index = 1426)] - /* 0x7754 */ public float SettlementStatOuterRadius; - [NMS(Index = 1030)] - /* 0x7758 */ public float ShieldHazardPulseRate; + /* 0x7758 */ public float SentinelsDisabledHUDMessageTime; + [NMS(Index = 1427)] + /* 0x775C */ public float SettlementStatFlashSpeed; + [NMS(Index = 1428)] + /* 0x7760 */ public float SettlementStatInnerRadius; + [NMS(Index = 1429)] + /* 0x7764 */ public float SettlementStatOuterRadius; + [NMS(Index = 1033)] + /* 0x7768 */ public float ShieldHazardPulseRate; + [NMS(Index = 1035)] + /* 0x776C */ public float ShieldHazardPulseThreshold; [NMS(Index = 1032)] - /* 0x775C */ public float ShieldHazardPulseThreshold; - [NMS(Index = 1029)] - /* 0x7760 */ public float ShieldPulseTime; - [NMS(Index = 1028)] - /* 0x7764 */ public float ShieldSpringTime; + /* 0x7770 */ public float ShieldPulseTime; + [NMS(Index = 1031)] + /* 0x7774 */ public float ShieldSpringTime; [NMS(Index = 7)] - /* 0x7768 */ public float ShipBuilderBarTime; + /* 0x7778 */ public float ShipBuilderBarTime; [NMS(Index = 14)] - /* 0x776C */ public float ShipBuilderEndCircleRadius; + /* 0x777C */ public float ShipBuilderEndCircleRadius; [NMS(Index = 18)] - /* 0x7770 */ public float ShipBuilderLineLengthFadeMax; + /* 0x7780 */ public float ShipBuilderLineLengthFadeMax; [NMS(Index = 17)] - /* 0x7774 */ public float ShipBuilderLineLengthFadeMin; + /* 0x7784 */ public float ShipBuilderLineLengthFadeMin; [NMS(Index = 16)] - /* 0x7778 */ public float ShipBuilderLineMinFade; + /* 0x7788 */ public float ShipBuilderLineMinFade; [NMS(Index = 15)] - /* 0x777C */ public float ShipBuilderLineWidth; + /* 0x778C */ public float ShipBuilderLineWidth; [NMS(Index = 12)] - /* 0x7780 */ public float ShipBuilderSlotDropLength; + /* 0x7790 */ public float ShipBuilderSlotDropLength; [NMS(Index = 8)] - /* 0x7784 */ public float ShipBuilderSlotLineDefaultWidthFactor; + /* 0x7794 */ public float ShipBuilderSlotLineDefaultWidthFactor; [NMS(Index = 10)] - /* 0x7788 */ public float ShipBuilderSlotLineMaxFactor; + /* 0x7798 */ public float ShipBuilderSlotLineMaxFactor; [NMS(Index = 9)] - /* 0x778C */ public float ShipBuilderSlotLineMinFactor; + /* 0x779C */ public float ShipBuilderSlotLineMinFactor; [NMS(Index = 11)] - /* 0x7790 */ public float ShipBuilderSlotStartOffset; + /* 0x77A0 */ public float ShipBuilderSlotStartOffset; [NMS(Index = 13)] - /* 0x7794 */ public float ShipBuilderStartCircleRadius; + /* 0x77A4 */ public float ShipBuilderStartCircleRadius; + [NMS(Index = 531)] + /* 0x77A8 */ public float ShipDamageDirectionIndicatorFadeRange; [NMS(Index = 530)] - /* 0x7798 */ public float ShipDamageDirectionIndicatorFadeRange; - [NMS(Index = 529)] - /* 0x779C */ public float ShipDamageDirectionIndicatorRadius; + /* 0x77AC */ public float ShipDamageDirectionIndicatorRadius; + [NMS(Index = 794)] + /* 0x77B0 */ public float ShipDesatDamper; [NMS(Index = 793)] - /* 0x77A0 */ public float ShipDesatDamper; + /* 0x77B4 */ public float ShipFullscreenDamper; [NMS(Index = 792)] - /* 0x77A4 */ public float ShipFullscreenDamper; - [NMS(Index = 791)] - /* 0x77A8 */ public float ShipFullscreenDamperMin; - [NMS(Index = 683)] - /* 0x77AC */ public float ShipHeadsUpDisplayDistance; + /* 0x77B8 */ public float ShipFullscreenDamperMin; [NMS(Index = 684)] - /* 0x77B0 */ public float ShipHeadsUpLineFadeTime; - [NMS(Index = 311)] - /* 0x77B4 */ public float ShipHologramInWorldUIHeightAdjust; + /* 0x77BC */ public float ShipHeadsUpDisplayDistance; + [NMS(Index = 685)] + /* 0x77C0 */ public float ShipHeadsUpLineFadeTime; [NMS(Index = 312)] - /* 0x77B8 */ public float ShipHologramInWorldUIHeightAdjustV2; - [NMS(Index = 1010)] - /* 0x77BC */ public float ShipHUDHitPointSize; - [NMS(Index = 1009)] - /* 0x77C0 */ public float ShipHUDHitPointTime; - [NMS(Index = 152)] - /* 0x77C4 */ public float ShipHUDMarkerHideDistance; + /* 0x77C4 */ public float ShipHologramInWorldUIHeightAdjust; + [NMS(Index = 313)] + /* 0x77C8 */ public float ShipHologramInWorldUIHeightAdjustV2; + [NMS(Index = 1013)] + /* 0x77CC */ public float ShipHUDHitPointSize; + [NMS(Index = 1012)] + /* 0x77D0 */ public float ShipHUDHitPointTime; [NMS(Index = 153)] - /* 0x77C8 */ public float ShipHUDMarkerOffset; + /* 0x77D4 */ public float ShipHUDMarkerHideDistance; + [NMS(Index = 154)] + /* 0x77D8 */ public float ShipHUDMarkerOffset; + [NMS(Index = 997)] + /* 0x77DC */ public float ShipHUDMaxOffscreenTargetDist; [NMS(Index = 994)] - /* 0x77CC */ public float ShipHUDMaxOffscreenTargetDist; - [NMS(Index = 991)] - /* 0x77D0 */ public float ShipHUDMissileLockSizeMax; - [NMS(Index = 990)] - /* 0x77D4 */ public float ShipHUDMissileLockSizeMin; + /* 0x77E0 */ public float ShipHUDMissileLockSizeMax; [NMS(Index = 993)] - /* 0x77D8 */ public float ShipHUDMissileLockSpringFast; - [NMS(Index = 992)] - /* 0x77DC */ public float ShipHUDMissileLockSpringSlow; - [NMS(Index = 997)] - /* 0x77E0 */ public float ShipHUDTargetAlpha; - [NMS(Index = 998)] - /* 0x77E4 */ public float ShipHUDTargetArrowLength; - [NMS(Index = 1002)] - /* 0x77E8 */ public float ShipHUDTargetArrowsRotationRate; - [NMS(Index = 999)] - /* 0x77EC */ public float ShipHUDTargetMinDist; + /* 0x77E4 */ public float ShipHUDMissileLockSizeMin; + [NMS(Index = 996)] + /* 0x77E8 */ public float ShipHUDMissileLockSpringFast; [NMS(Index = 995)] - /* 0x77F0 */ public float ShipHUDTargetRadius; + /* 0x77EC */ public float ShipHUDMissileLockSpringSlow; [NMS(Index = 1000)] - /* 0x77F4 */ public float ShipHUDTargetRange; + /* 0x77F0 */ public float ShipHUDTargetAlpha; [NMS(Index = 1001)] - /* 0x77F8 */ public float ShipHUDTargetScale; - [NMS(Index = 996)] - /* 0x77FC */ public float ShipHUDTargetTriangleRadius; + /* 0x77F4 */ public float ShipHUDTargetArrowLength; + [NMS(Index = 1005)] + /* 0x77F8 */ public float ShipHUDTargetArrowsRotationRate; + [NMS(Index = 1002)] + /* 0x77FC */ public float ShipHUDTargetMinDist; + [NMS(Index = 998)] + /* 0x7800 */ public float ShipHUDTargetRadius; + [NMS(Index = 1003)] + /* 0x7804 */ public float ShipHUDTargetRange; + [NMS(Index = 1004)] + /* 0x7808 */ public float ShipHUDTargetScale; + [NMS(Index = 999)] + /* 0x780C */ public float ShipHUDTargetTriangleRadius; + [NMS(Index = 516)] + /* 0x7810 */ public float ShipOverheatSwitchMessageTime; [NMS(Index = 515)] - /* 0x7800 */ public float ShipOverheatSwitchMessageTime; - [NMS(Index = 514)] - /* 0x7804 */ public float ShipOverheatSwitchMessageWait; - [NMS(Index = 1417)] - /* 0x7808 */ public float ShipScreenTexScale; - [NMS(Index = 249)] - /* 0x780C */ public float ShipSideScreenHeight; + /* 0x7814 */ public float ShipOverheatSwitchMessageWait; + [NMS(Index = 1420)] + /* 0x7818 */ public float ShipScreenTexScale; + [NMS(Index = 250)] + /* 0x781C */ public float ShipSideScreenHeight; [NMS(Index = 2)] - /* 0x7810 */ public float ShipTeleportPadMarkerDistance; + /* 0x7820 */ public float ShipTeleportPadMarkerDistance; [NMS(Index = 1)] - /* 0x7814 */ public float ShipTeleportPadMinDistance; - [NMS(Index = 313)] - /* 0x7818 */ public float ShopInteractionInWorldForcedOffset; + /* 0x7824 */ public float ShipTeleportPadMinDistance; [NMS(Index = 314)] - /* 0x781C */ public float ShopInteractionInWorldForcedOffsetV2; + /* 0x7828 */ public float ShopInteractionInWorldForcedOffset; + [NMS(Index = 315)] + /* 0x782C */ public float ShopInteractionInWorldForcedOffsetV2; [NMS(Index = 118)] - /* 0x7820 */ public int ShowDaysIfLessThan; + /* 0x7830 */ public int ShowDaysIfLessThan; [NMS(Index = 117)] - /* 0x7824 */ public int ShowHoursIfLessThan; + /* 0x7834 */ public int ShowHoursIfLessThan; [NMS(Index = 119)] - /* 0x7828 */ public int ShowWeeksIfLessThan; - [NMS(Index = 729)] - /* 0x782C */ public float SmallSpaceIconSize; - [NMS(Index = 251)] - /* 0x7830 */ public float SolidPointerLengthScale; + /* 0x7838 */ public int ShowWeeksIfLessThan; + [NMS(Index = 730)] + /* 0x783C */ public float SmallSpaceIconSize; [NMS(Index = 252)] - /* 0x7834 */ public float SolidPointerMaxLength; - [NMS(Index = 250)] - /* 0x7838 */ public float SolidPointerScale; - [NMS(Index = 1250)] - /* 0x783C */ public float SpaceMapActionScale; - [NMS(Index = 1246)] - /* 0x7840 */ public float SpaceMapAnomalyScale; - [NMS(Index = 1236)] - /* 0x7844 */ public float SpaceMapAspectRatio; - [NMS(Index = 1262)] - /* 0x7848 */ public float SpaceMapCamAngle; - [NMS(Index = 1263)] - /* 0x784C */ public float SpaceMapCamDistance; - [NMS(Index = 1261)] - /* 0x7850 */ public float SpaceMapCamHeight; - [NMS(Index = 552)] - /* 0x7854 */ public float SpaceMapCockpitAngle; - [NMS(Index = 542)] - /* 0x7858 */ public float SpaceMapCockpitScale; - [NMS(Index = 549)] - /* 0x785C */ public float SpaceMapCockpitScaleAdjustAlien; - [NMS(Index = 551)] - /* 0x7860 */ public float SpaceMapCockpitScaleAdjustCorvette; + /* 0x7840 */ public float SolidPointerLengthScale; + [NMS(Index = 253)] + /* 0x7844 */ public float SolidPointerMaxLength; + [NMS(Index = 251)] + /* 0x7848 */ public float SolidPointerScale; + [NMS(Index = 1253)] + /* 0x784C */ public float SpaceMapActionScale; + [NMS(Index = 1249)] + /* 0x7850 */ public float SpaceMapAnomalyScale; + [NMS(Index = 1239)] + /* 0x7854 */ public float SpaceMapAspectRatio; + [NMS(Index = 1265)] + /* 0x7858 */ public float SpaceMapCamAngle; + [NMS(Index = 1266)] + /* 0x785C */ public float SpaceMapCamDistance; + [NMS(Index = 1264)] + /* 0x7860 */ public float SpaceMapCamHeight; + [NMS(Index = 553)] + /* 0x7864 */ public float SpaceMapCockpitAngle; [NMS(Index = 543)] - /* 0x7864 */ public float SpaceMapCockpitScaleAdjustDropShip; - [NMS(Index = 544)] - /* 0x7868 */ public float SpaceMapCockpitScaleAdjustFighter; + /* 0x7868 */ public float SpaceMapCockpitScale; [NMS(Index = 550)] - /* 0x786C */ public float SpaceMapCockpitScaleAdjustRobot; - [NMS(Index = 547)] - /* 0x7870 */ public float SpaceMapCockpitScaleAdjustRoyal; - [NMS(Index = 548)] - /* 0x7874 */ public float SpaceMapCockpitScaleAdjustSail; + /* 0x786C */ public float SpaceMapCockpitScaleAdjustAlien; + [NMS(Index = 552)] + /* 0x7870 */ public float SpaceMapCockpitScaleAdjustCorvette; + [NMS(Index = 544)] + /* 0x7874 */ public float SpaceMapCockpitScaleAdjustDropShip; [NMS(Index = 545)] - /* 0x7878 */ public float SpaceMapCockpitScaleAdjustScientific; + /* 0x7878 */ public float SpaceMapCockpitScaleAdjustFighter; + [NMS(Index = 551)] + /* 0x787C */ public float SpaceMapCockpitScaleAdjustRobot; + [NMS(Index = 548)] + /* 0x7880 */ public float SpaceMapCockpitScaleAdjustRoyal; + [NMS(Index = 549)] + /* 0x7884 */ public float SpaceMapCockpitScaleAdjustSail; [NMS(Index = 546)] - /* 0x787C */ public float SpaceMapCockpitScaleAdjustShuttle; - [NMS(Index = 1255)] - /* 0x7880 */ public float SpaceMapDistance; + /* 0x7888 */ public float SpaceMapCockpitScaleAdjustScientific; + [NMS(Index = 547)] + /* 0x788C */ public float SpaceMapCockpitScaleAdjustShuttle; + [NMS(Index = 1258)] + /* 0x7890 */ public float SpaceMapDistance; + [NMS(Index = 1241)] + /* 0x7894 */ public float SpaceMapDistanceLogScaler; + [NMS(Index = 1260)] + /* 0x7898 */ public float SpaceMapDistanceMultiplier; + [NMS(Index = 1240)] + /* 0x789C */ public float SpaceMapDistanceScale; + [NMS(Index = 1263)] + /* 0x78A0 */ public float SpaceMapFadeAngleMax; + [NMS(Index = 1262)] + /* 0x78A4 */ public float SpaceMapFadeAngleMin; [NMS(Index = 1238)] - /* 0x7884 */ public float SpaceMapDistanceLogScaler; + /* 0x78A8 */ public float SpaceMapFoV; + [NMS(Index = 1247)] + /* 0x78AC */ public float SpaceMapFreighterScale; + [NMS(Index = 1261)] + /* 0x78B0 */ public float SpaceMapHorizonThickness; + [NMS(Index = 1268)] + /* 0x78B4 */ public float SpaceMapLightPitch; + [NMS(Index = 1269)] + /* 0x78B8 */ public float SpaceMapLightYaw; + [NMS(Index = 1222)] + /* 0x78BC */ public float SpaceMapLineBaseFade; + [NMS(Index = 1221)] + /* 0x78C0 */ public float SpaceMapLineBaseScale; + [NMS(Index = 1220)] + /* 0x78C4 */ public float SpaceMapLineWidth; [NMS(Index = 1257)] - /* 0x7888 */ public float SpaceMapDistanceMultiplier; - [NMS(Index = 1237)] - /* 0x788C */ public float SpaceMapDistanceScale; - [NMS(Index = 1260)] - /* 0x7890 */ public float SpaceMapFadeAngleMax; + /* 0x78C8 */ public float SpaceMapMarkerScale; [NMS(Index = 1259)] - /* 0x7894 */ public float SpaceMapFadeAngleMin; - [NMS(Index = 1235)] - /* 0x7898 */ public float SpaceMapFoV; - [NMS(Index = 1244)] - /* 0x789C */ public float SpaceMapFreighterScale; - [NMS(Index = 1258)] - /* 0x78A0 */ public float SpaceMapHorizonThickness; - [NMS(Index = 1265)] - /* 0x78A4 */ public float SpaceMapLightPitch; - [NMS(Index = 1266)] - /* 0x78A8 */ public float SpaceMapLightYaw; - [NMS(Index = 1219)] - /* 0x78AC */ public float SpaceMapLineBaseFade; - [NMS(Index = 1218)] - /* 0x78B0 */ public float SpaceMapLineBaseScale; - [NMS(Index = 1217)] - /* 0x78B4 */ public float SpaceMapLineWidth; - [NMS(Index = 1254)] - /* 0x78B8 */ public float SpaceMapMarkerScale; - [NMS(Index = 1256)] - /* 0x78BC */ public float SpaceMapMaxTraderDistance; - [NMS(Index = 1249)] - /* 0x78C0 */ public float SpaceMapMoonScale; - [NMS(Index = 1243)] - /* 0x78C4 */ public float SpaceMapObjectScale; - [NMS(Index = 1253)] - /* 0x78C8 */ public float SpaceMapPirateFreighterScale; + /* 0x78CC */ public float SpaceMapMaxTraderDistance; [NMS(Index = 1252)] - /* 0x78CC */ public float SpaceMapPirateFrigateScale; - [NMS(Index = 1248)] - /* 0x78D0 */ public float SpaceMapPlanetLineOffset; - [NMS(Index = 1247)] - /* 0x78D4 */ public float SpaceMapPlanetScale; - [NMS(Index = 1240)] - /* 0x78D8 */ public float SpaceMapScaleMin; - [NMS(Index = 1242)] - /* 0x78DC */ public float SpaceMapScaleRangeMax; - [NMS(Index = 1241)] - /* 0x78E0 */ public float SpaceMapScaleRangeMin; - [NMS(Index = 1220)] - /* 0x78E4 */ public float SpaceMapShipCombineDistance; + /* 0x78D0 */ public float SpaceMapMoonScale; + [NMS(Index = 1246)] + /* 0x78D4 */ public float SpaceMapObjectScale; + [NMS(Index = 1256)] + /* 0x78D8 */ public float SpaceMapPirateFreighterScale; + [NMS(Index = 1255)] + /* 0x78DC */ public float SpaceMapPirateFrigateScale; [NMS(Index = 1251)] - /* 0x78E8 */ public float SpaceMapShipScale; - [NMS(Index = 1264)] - /* 0x78EC */ public float SpaceMapShipScaleMin; + /* 0x78E0 */ public float SpaceMapPlanetLineOffset; + [NMS(Index = 1250)] + /* 0x78E4 */ public float SpaceMapPlanetScale; + [NMS(Index = 1243)] + /* 0x78E8 */ public float SpaceMapScaleMin; [NMS(Index = 1245)] - /* 0x78F0 */ public float SpaceMapStationScale; + /* 0x78EC */ public float SpaceMapScaleRangeMax; + [NMS(Index = 1244)] + /* 0x78F0 */ public float SpaceMapScaleRangeMin; + [NMS(Index = 1223)] + /* 0x78F4 */ public float SpaceMapShipCombineDistance; + [NMS(Index = 1254)] + /* 0x78F8 */ public float SpaceMapShipScale; + [NMS(Index = 1267)] + /* 0x78FC */ public float SpaceMapShipScaleMin; + [NMS(Index = 1248)] + /* 0x7900 */ public float SpaceMapStationScale; + [NMS(Index = 728)] + /* 0x7904 */ public float SpaceMarkersBattleOffset; [NMS(Index = 727)] - /* 0x78F4 */ public float SpaceMarkersBattleOffset; - [NMS(Index = 726)] - /* 0x78F8 */ public float SpaceMarkersOffset; + /* 0x7908 */ public float SpaceMarkersOffset; [NMS(Index = 125)] - /* 0x78FC */ public float StackSizeChangeMaxRate; + /* 0x790C */ public float StackSizeChangeMaxRate; [NMS(Index = 124)] - /* 0x7900 */ public float StackSizeChangeMinRate; + /* 0x7910 */ public float StackSizeChangeMinRate; [NMS(Index = 123)] - /* 0x7904 */ public float StackSizeRateChangeRate; + /* 0x7914 */ public float StackSizeRateChangeRate; [NMS(Index = 115)] - /* 0x7908 */ public float StageStingDisplayTime; - [NMS(Index = 523)] - /* 0x790C */ public float StandingRewardOSDTime; - [NMS(Index = 886)] - /* 0x7910 */ public float StatsMessageDelayTime; - [NMS(Index = 1451)] - /* 0x7914 */ public float SteamDeckMinFontHeight; + /* 0x7918 */ public float StageStingDisplayTime; + [NMS(Index = 524)] + /* 0x791C */ public float StandingRewardOSDTime; + [NMS(Index = 887)] + /* 0x7920 */ public float StatsMessageDelayTime; + [NMS(Index = 130)] + /* 0x7924 */ public float SteamDeckFrontendZoomFactor; + [NMS(Index = 1454)] + /* 0x7928 */ public float SteamDeckMinFontHeight; [NMS(Index = 28)] - /* 0x7918 */ public float StoreDialDecayTime; + /* 0x792C */ public float StoreDialDecayTime; [NMS(Index = 27)] - /* 0x791C */ public float StoreDialHoldTime; + /* 0x7930 */ public float StoreDialHoldTime; [NMS(Index = 29)] - /* 0x7920 */ public float StoreDialInnerRadius; + /* 0x7934 */ public float StoreDialInnerRadius; [NMS(Index = 30)] - /* 0x7924 */ public float StoreDialOuterRadius; + /* 0x7938 */ public float StoreDialOuterRadius; [NMS(Index = 83)] - /* 0x7928 */ public float SuperchargeGradientFactor; + /* 0x793C */ public float SuperchargeGradientFactor; [NMS(Index = 82)] - /* 0x792C */ public float SuperchargeGradientFactorMin; + /* 0x7940 */ public float SuperchargeGradientFactorMin; [NMS(Index = 84)] - /* 0x7930 */ public float SuperchargeGradientTime; - [NMS(Index = 794)] - /* 0x7934 */ public float SurveyObjectArrowOffsetMultiplier; - [NMS(Index = 354)] - /* 0x7938 */ public float TakeoffFuelMessageTime; - [NMS(Index = 583)] - /* 0x793C */ public float TalkBoxAlienTextSpeed; - [NMS(Index = 585)] - /* 0x7940 */ public float TalkBoxAlienTextTimeMax; + /* 0x7944 */ public float SuperchargeGradientTime; + [NMS(Index = 795)] + /* 0x7948 */ public float SurveyObjectArrowOffsetMultiplier; + [NMS(Index = 355)] + /* 0x794C */ public float TakeoffFuelMessageTime; [NMS(Index = 584)] - /* 0x7944 */ public float TalkBoxAlienTextTimeMin; - [NMS(Index = 558)] - /* 0x7948 */ public float TargetDisplayDamageFlashTime; - [NMS(Index = 553)] - /* 0x794C */ public float TargetDisplayScale; - [NMS(Index = 555)] - /* 0x7950 */ public float TargetDisplayShipScale; + /* 0x7950 */ public float TalkBoxAlienTextSpeed; + [NMS(Index = 586)] + /* 0x7954 */ public float TalkBoxAlienTextTimeMax; + [NMS(Index = 585)] + /* 0x7958 */ public float TalkBoxAlienTextTimeMin; + [NMS(Index = 559)] + /* 0x795C */ public float TargetDisplayDamageFlashTime; [NMS(Index = 554)] - /* 0x7954 */ public float TargetDisplayTorpedoScale; - [NMS(Index = 1208)] - /* 0x7958 */ public float TargetMarkerFadeAngleMin; + /* 0x7960 */ public float TargetDisplayScale; + [NMS(Index = 556)] + /* 0x7964 */ public float TargetDisplayShipScale; + [NMS(Index = 555)] + /* 0x7968 */ public float TargetDisplayTorpedoScale; + [NMS(Index = 1211)] + /* 0x796C */ public float TargetMarkerFadeAngleMin; + [NMS(Index = 1212)] + /* 0x7970 */ public float TargetMarkerFadeAngleRange; + [NMS(Index = 1210)] + /* 0x7974 */ public float TargetMarkerScaleEnd; [NMS(Index = 1209)] - /* 0x795C */ public float TargetMarkerFadeAngleRange; - [NMS(Index = 1207)] - /* 0x7960 */ public float TargetMarkerScaleEnd; - [NMS(Index = 1206)] - /* 0x7964 */ public float TargetMarkerScaleStart; - [NMS(Index = 1391)] - /* 0x7968 */ public float TargetParallaxMaintenancePageMultiplier; - [NMS(Index = 1390)] - /* 0x796C */ public float TargetParallaxMouseMultiplier; - [NMS(Index = 1012)] - /* 0x7970 */ public float TargetScreenDistance; - [NMS(Index = 1011)] - /* 0x7974 */ public float TargetScreenFoV; - [NMS(Index = 809)] - /* 0x7978 */ public float TechDisplayDelayTime; - [NMS(Index = 453)] - /* 0x797C */ public float TechPopupBuildLayerHeight; - [NMS(Index = 451)] - /* 0x7980 */ public float TechPopupInstallLayerHeight; - [NMS(Index = 452)] - /* 0x7984 */ public float TechPopupRepairLayerHeight; + /* 0x7978 */ public float TargetMarkerScaleStart; + [NMS(Index = 1394)] + /* 0x797C */ public float TargetParallaxMaintenancePageMultiplier; + [NMS(Index = 1393)] + /* 0x7980 */ public float TargetParallaxMouseMultiplier; + [NMS(Index = 1015)] + /* 0x7984 */ public float TargetScreenDistance; + [NMS(Index = 1014)] + /* 0x7988 */ public float TargetScreenFoV; + [NMS(Index = 810)] + /* 0x798C */ public float TechDisplayDelayTime; [NMS(Index = 454)] - /* 0x7988 */ public float TechPopupRequirementHeight; - [NMS(Index = 1414)] - /* 0x798C */ public float TextChatMaxDisplayTime; - [NMS(Index = 1415)] - /* 0x7990 */ public float TextChatStayBigAfterTextInput; - [NMS(Index = 190)] - /* 0x7994 */ public float TextPrintoutMultiplier; + /* 0x7990 */ public float TechPopupBuildLayerHeight; + [NMS(Index = 452)] + /* 0x7994 */ public float TechPopupInstallLayerHeight; + [NMS(Index = 453)] + /* 0x7998 */ public float TechPopupRepairLayerHeight; + [NMS(Index = 455)] + /* 0x799C */ public float TechPopupRequirementHeight; + [NMS(Index = 1417)] + /* 0x79A0 */ public float TextChatMaxDisplayTime; + [NMS(Index = 1418)] + /* 0x79A4 */ public float TextChatStayBigAfterTextInput; [NMS(Index = 191)] - /* 0x7998 */ public float TextPrintoutMultiplierAlien; + /* 0x79A8 */ public float TextPrintoutMultiplier; + [NMS(Index = 192)] + /* 0x79AC */ public float TextPrintoutMultiplierAlien; [NMS(Index = 23)] - /* 0x799C */ public float TextTouchScrollCap; - [NMS(Index = 772)] - /* 0x79A0 */ public float ThirdPersonCrosshairCircle1Distance; + /* 0x79B0 */ public float TextTouchScrollCap; [NMS(Index = 773)] - /* 0x79A4 */ public float ThirdPersonCrosshairCircle2Distance; - [NMS(Index = 771)] - /* 0x79A8 */ public float ThirdPersonCrosshairDistance; - [NMS(Index = 598)] - /* 0x79AC */ public float TimedEventLookTime; - [NMS(Index = 936)] - /* 0x79B0 */ public float TooltipTime; + /* 0x79B4 */ public float ThirdPersonCrosshairCircle1Distance; + [NMS(Index = 774)] + /* 0x79B8 */ public float ThirdPersonCrosshairCircle2Distance; + [NMS(Index = 772)] + /* 0x79BC */ public float ThirdPersonCrosshairDistance; + [NMS(Index = 599)] + /* 0x79C0 */ public float TimedEventLookTime; + [NMS(Index = 937)] + /* 0x79C4 */ public float TooltipTime; [NMS(Index = 24)] - /* 0x79B4 */ public float TouchScrollChangePageThreshold; + /* 0x79C8 */ public float TouchScrollChangePageThreshold; [NMS(Index = 21)] - /* 0x79B8 */ public float TouchScrollMaxDelta; + /* 0x79CC */ public float TouchScrollMaxDelta; [NMS(Index = 22)] - /* 0x79BC */ public float TouchScrollSpeedMul; - [NMS(Index = 769)] - /* 0x79C0 */ public float TrackCriticalHitSize; + /* 0x79D0 */ public float TouchScrollSpeedMul; [NMS(Index = 770)] - /* 0x79C4 */ public float TrackCriticalPulseTime; - [NMS(Index = 745)] - /* 0x79C8 */ public float TrackLeadTargetInScale; - [NMS(Index = 742)] - /* 0x79CC */ public float TrackMissileTargetPulseRate; + /* 0x79D4 */ public float TrackCriticalHitSize; + [NMS(Index = 771)] + /* 0x79D8 */ public float TrackCriticalPulseTime; + [NMS(Index = 746)] + /* 0x79DC */ public float TrackLeadTargetInScale; + [NMS(Index = 743)] + /* 0x79E0 */ public float TrackMissileTargetPulseRate; + [NMS(Index = 736)] + /* 0x79E4 */ public float TrackPoliceFreighterCentreOffset; [NMS(Index = 735)] - /* 0x79D0 */ public float TrackPoliceFreighterCentreOffset; - [NMS(Index = 734)] - /* 0x79D4 */ public float TrackPrimaryCentreOffset; - [NMS(Index = 747)] - /* 0x79D8 */ public float TrackReticuleAngle; - [NMS(Index = 749)] - /* 0x79DC */ public float TrackReticuleInactiveTime; + /* 0x79E8 */ public float TrackPrimaryCentreOffset; [NMS(Index = 748)] - /* 0x79E0 */ public float TrackReticuleInTime; - [NMS(Index = 751)] - /* 0x79E4 */ public float TrackReticuleRandomDelay; + /* 0x79EC */ public float TrackReticuleAngle; [NMS(Index = 750)] - /* 0x79E8 */ public float TrackReticuleRandomTime; - [NMS(Index = 746)] - /* 0x79EC */ public float TrackReticuleScale; - [NMS(Index = 743)] - /* 0x79F0 */ public float TrackScaleCritical; + /* 0x79F0 */ public float TrackReticuleInactiveTime; + [NMS(Index = 749)] + /* 0x79F4 */ public float TrackReticuleInTime; + [NMS(Index = 752)] + /* 0x79F8 */ public float TrackReticuleRandomDelay; + [NMS(Index = 751)] + /* 0x79FC */ public float TrackReticuleRandomTime; + [NMS(Index = 747)] + /* 0x7A00 */ public float TrackReticuleScale; [NMS(Index = 744)] - /* 0x79F4 */ public float TrackScaleHit; - [NMS(Index = 736)] - /* 0x79F8 */ public float TrackTimerAlpha; + /* 0x7A04 */ public float TrackScaleCritical; + [NMS(Index = 745)] + /* 0x7A08 */ public float TrackScaleHit; + [NMS(Index = 737)] + /* 0x7A0C */ public float TrackTimerAlpha; + [NMS(Index = 741)] + /* 0x7A10 */ public float TrackTimerIconExclaimRadius; [NMS(Index = 740)] - /* 0x79FC */ public float TrackTimerIconExclaimRadius; + /* 0x7A14 */ public float TrackTimerIconInnerRadius; [NMS(Index = 739)] - /* 0x7A00 */ public float TrackTimerIconInnerRadius; + /* 0x7A18 */ public float TrackTimerIconOuterRadius; [NMS(Index = 738)] - /* 0x7A04 */ public float TrackTimerIconOuterRadius; - [NMS(Index = 737)] - /* 0x7A08 */ public float TrackTimerRadarPulseSize; - [NMS(Index = 733)] - /* 0x7A0C */ public float TrackTypeIconSize; + /* 0x7A1C */ public float TrackTimerRadarPulseSize; + [NMS(Index = 734)] + /* 0x7A20 */ public float TrackTypeIconSize; [NMS(Index = 26)] - /* 0x7A10 */ public float TradePageNotifyOffset; - [NMS(Index = 365)] - /* 0x7A14 */ public float TransferPopupCursorOffsetFactor; - [NMS(Index = 597)] - /* 0x7A18 */ public float TransferSendOffscreenBorder; - [NMS(Index = 504)] - /* 0x7A1C */ public float TransitionOffset; + /* 0x7A24 */ public float TradePageNotifyOffset; + [NMS(Index = 366)] + /* 0x7A28 */ public float TransferPopupCursorOffsetFactor; + [NMS(Index = 598)] + /* 0x7A2C */ public float TransferSendOffscreenBorder; + [NMS(Index = 505)] + /* 0x7A30 */ public float TransitionOffset; + [NMS(Index = 317)] + /* 0x7A34 */ public float TravelLineThickness; [NMS(Index = 316)] - /* 0x7A20 */ public float TravelLineThickness; - [NMS(Index = 315)] - /* 0x7A24 */ public float TravelTargetRadius; + /* 0x7A38 */ public float TravelTargetRadius; [NMS(Index = 33)] - /* 0x7A28 */ public float TrialUpsellDeclineDecayTimeQuick; + /* 0x7A3C */ public float TrialUpsellDeclineDecayTimeQuick; [NMS(Index = 35)] - /* 0x7A2C */ public float TrialUpsellDeclineDecayTimeSlow; + /* 0x7A40 */ public float TrialUpsellDeclineDecayTimeSlow; [NMS(Index = 36)] - /* 0x7A30 */ public float TrialUpsellDeclineDialInnerRadius; + /* 0x7A44 */ public float TrialUpsellDeclineDialInnerRadius; [NMS(Index = 37)] - /* 0x7A34 */ public float TrialUpsellDeclineDialOuterRadius; + /* 0x7A48 */ public float TrialUpsellDeclineDialOuterRadius; [NMS(Index = 32)] - /* 0x7A38 */ public float TrialUpsellDeclineHoldTimeQuick; + /* 0x7A4C */ public float TrialUpsellDeclineHoldTimeQuick; [NMS(Index = 34)] - /* 0x7A3C */ public float TrialUpsellDeclineHoldTimeSlow; + /* 0x7A50 */ public float TrialUpsellDeclineHoldTimeSlow; [NMS(Index = 98)] - /* 0x7A40 */ public int UnknownWordsToShowInCatalogue; + /* 0x7A54 */ public int UnknownWordsToShowInCatalogue; [NMS(Index = 101)] - /* 0x7A44 */ public float UseZoomedOutBuildCamRadius; + /* 0x7A58 */ public float UseZoomedOutBuildCamRadius; + [NMS(Index = 212)] + /* 0x7A5C */ public int VRFaceLockedScreenHeight; [NMS(Index = 211)] - /* 0x7A48 */ public int VRFaceLockedScreenHeight; - [NMS(Index = 210)] - /* 0x7A4C */ public int VRFaceLockedScreenWidth; - [NMS(Index = 352)] - /* 0x7A50 */ public float WantedDetectMessageTime; + /* 0x7A60 */ public int VRFaceLockedScreenWidth; [NMS(Index = 353)] - /* 0x7A54 */ public float WantedDetectMinTimeout; - [NMS(Index = 882)] - /* 0x7A58 */ public float WantedLevelScanAlpha; + /* 0x7A64 */ public float WantedDetectMessageTime; + [NMS(Index = 354)] + /* 0x7A68 */ public float WantedDetectMinTimeout; [NMS(Index = 883)] - /* 0x7A5C */ public float WantedLevelScannedRate; - [NMS(Index = 880)] - /* 0x7A60 */ public float WantedLevelTimeoutPulseRate; + /* 0x7A6C */ public float WantedLevelScanAlpha; + [NMS(Index = 884)] + /* 0x7A70 */ public float WantedLevelScannedRate; [NMS(Index = 881)] - /* 0x7A64 */ public float WantedLevelWitnessAlpha; + /* 0x7A74 */ public float WantedLevelTimeoutPulseRate; + [NMS(Index = 882)] + /* 0x7A78 */ public float WantedLevelWitnessAlpha; + [NMS(Index = 880)] + /* 0x7A7C */ public float WantedLevelWitnessOffset; [NMS(Index = 879)] - /* 0x7A68 */ public float WantedLevelWitnessOffset; - [NMS(Index = 878)] - /* 0x7A6C */ public float WantedLevelWitnessPulseRate; + /* 0x7A80 */ public float WantedLevelWitnessPulseRate; [NMS(Index = 128)] - /* 0x7A70 */ public float ZoomFactorOverride; - [NMS(Index = 948)] - /* 0x7A74 */ public float ZoomHUDElementsOffsetX; + /* 0x7A84 */ public float ZoomFactorOverride; [NMS(Index = 949)] - /* 0x7A78 */ public float ZoomHUDElementsOffsetY; + /* 0x7A88 */ public float ZoomHUDElementsOffsetX; [NMS(Index = 950)] - /* 0x7A7C */ public float ZoomHUDElementTime; - [NMS(Index = 1310)] - /* 0x7A80 */ public NMSString0x100 HUDCircleAnimIcon; - [NMS(Index = 1308)] - /* 0x7B80 */ public NMSString0x100 HUDDeathPointIcon; - [NMS(Index = 1309)] - /* 0x7C80 */ public NMSString0x100 HUDHexAnimIcon; - [NMS(Index = 1304)] - /* 0x7D80 */ public NMSString0x100 HUDMarkerColourIcon; - [NMS(Index = 1302)] - /* 0x7E80 */ public NMSString0x100 HUDMarkerIcon; - [NMS(Index = 1303)] - /* 0x7F80 */ public NMSString0x100 HUDMarkerPrimaryIndicatorIcon; - [NMS(Index = 1305)] - /* 0x8080 */ public NMSString0x100 HUDPointIcon; + /* 0x7A8C */ public float ZoomHUDElementsOffsetY; + [NMS(Index = 951)] + /* 0x7A90 */ public float ZoomHUDElementTime; + [NMS(Index = 1313)] + /* 0x7A94 */ public NMSString0x100 HUDCircleAnimIcon; + [NMS(Index = 1311)] + /* 0x7B94 */ public NMSString0x100 HUDDeathPointIcon; + [NMS(Index = 1312)] + /* 0x7C94 */ public NMSString0x100 HUDHexAnimIcon; [NMS(Index = 1307)] - /* 0x8180 */ public NMSString0x100 HUDSaveIcon; + /* 0x7D94 */ public NMSString0x100 HUDMarkerColourIcon; + [NMS(Index = 1305)] + /* 0x7E94 */ public NMSString0x100 HUDMarkerIcon; [NMS(Index = 1306)] - /* 0x8280 */ public NMSString0x100 HUDSpaceshipIcon; - [NMS(Index = 946)] - /* 0x8380 */ public NMSString0x20 DistanceUnitKM; - [NMS(Index = 945)] - /* 0x83A0 */ public NMSString0x20 DistanceUnitM; + /* 0x7F94 */ public NMSString0x100 HUDMarkerPrimaryIndicatorIcon; + [NMS(Index = 1308)] + /* 0x8094 */ public NMSString0x100 HUDPointIcon; + [NMS(Index = 1310)] + /* 0x8194 */ public NMSString0x100 HUDSaveIcon; + [NMS(Index = 1309)] + /* 0x8294 */ public NMSString0x100 HUDSpaceshipIcon; [NMS(Index = 947)] - /* 0x83C0 */ public NMSString0x20 DistanceUnitMpS; - [NMS(Index = 513)] - /* 0x83E0 */ public NMSString0x20 MaxDialogCharSizeIdeographicString; - [NMS(Index = 511)] - /* 0x8400 */ public NMSString0x20 MaxDialogCharSizeRomanString; - [NMS(Index = 207)] - /* 0x8420 */ public NMSString0x20 VRDistanceWarningUIFile; - [NMS(Index = 399, Size = 0x15, EnumType = typeof(GcBuildMenuOption.BuildMenuOptionEnum))] - /* 0x8440 */ public bool[] BuildMenuUseSmallIconOnPad; - [NMS(Index = 1449)] - /* 0x8455 */ public bool AllowInventorySorting; - [NMS(Index = 193)] - /* 0x8456 */ public bool AllowInWorldDebugBorders; - [NMS(Index = 184)] - /* 0x8457 */ public bool AllowProjectorRepositioning; - [NMS(Index = 323)] - /* 0x8458 */ public bool AlwaysCloseQuickMenu; - [NMS(Index = 675)] - /* 0x8459 */ public TkCurveType ArrowBounceLeftCurve; - [NMS(Index = 671)] - /* 0x845A */ public TkCurveType ArrowBounceRightCurve; + /* 0x8394 */ public NMSString0x20 DistanceUnitKM; + [NMS(Index = 946)] + /* 0x83B4 */ public NMSString0x20 DistanceUnitM; + [NMS(Index = 948)] + /* 0x83D4 */ public NMSString0x20 DistanceUnitMpS; + [NMS(Index = 514)] + /* 0x83F4 */ public NMSString0x20 MaxDialogCharSizeIdeographicString; + [NMS(Index = 512)] + /* 0x8414 */ public NMSString0x20 MaxDialogCharSizeRomanString; + [NMS(Index = 208)] + /* 0x8434 */ public NMSString0x20 VRDistanceWarningUIFile; + [NMS(Index = 400, Size = 0x15, EnumType = typeof(GcBuildMenuOption.BuildMenuOptionEnum))] + /* 0x8454 */ public bool[] BuildMenuUseSmallIconOnPad; + [NMS(Index = 1452)] + /* 0x8469 */ public bool AllowInventorySorting; + [NMS(Index = 194)] + /* 0x846A */ public bool AllowInWorldDebugBorders; + [NMS(Index = 185)] + /* 0x846B */ public bool AllowProjectorRepositioning; + [NMS(Index = 324)] + /* 0x846C */ public bool AlwaysCloseQuickMenu; + [NMS(Index = 676)] + /* 0x846D */ public TkCurveType ArrowBounceLeftCurve; + [NMS(Index = 672)] + /* 0x846E */ public TkCurveType ArrowBounceRightCurve; [NMS(Index = 103)] - /* 0x845B */ public bool AutoScrollParagraphs; - [NMS(Index = 427)] - /* 0x845C */ public bool BaseBuildingSmoothMenuWhileSnapped; + /* 0x846F */ public bool AutoScrollParagraphs; + [NMS(Index = 428)] + /* 0x8470 */ public bool BaseBuildingSmoothMenuWhileSnapped; [NMS(Index = 91)] - /* 0x845D */ public bool BigPicking; + /* 0x8471 */ public bool BigPicking; [NMS(Index = 92)] - /* 0x845E */ public bool BigPickingUsesNumbers; - [NMS(Index = 168)] - /* 0x845F */ public bool BinocularScanScreen; - [NMS(Index = 388)] - /* 0x8460 */ public TkCurveType CompassCurve; + /* 0x8472 */ public bool BigPickingUsesNumbers; + [NMS(Index = 169)] + /* 0x8473 */ public bool BinocularScanScreen; + [NMS(Index = 389)] + /* 0x8474 */ public TkCurveType CompassCurve; + [NMS(Index = 758)] + /* 0x8475 */ public bool CreatureInteractLabelUseBB; [NMS(Index = 757)] - /* 0x8461 */ public bool CreatureInteractLabelUseBB; + /* 0x8476 */ public TkCurveType CreatureReticuleAlphaCurve; [NMS(Index = 756)] - /* 0x8462 */ public TkCurveType CreatureReticuleAlphaCurve; - [NMS(Index = 755)] - /* 0x8463 */ public TkCurveType CreatureReticuleScaleCurve; - [NMS(Index = 696)] - /* 0x8464 */ public TkCurveType CrosshairLeadScaleCurve; + /* 0x8477 */ public TkCurveType CreatureReticuleScaleCurve; + [NMS(Index = 697)] + /* 0x8478 */ public TkCurveType CrosshairLeadScaleCurve; + [NMS(Index = 715)] + /* 0x8479 */ public TkCurveType CrosshairTargetLockAlphaCurve; [NMS(Index = 714)] - /* 0x8465 */ public TkCurveType CrosshairTargetLockAlphaCurve; - [NMS(Index = 713)] - /* 0x8466 */ public TkCurveType CrosshairTargetLockCurve; - [NMS(Index = 626)] - /* 0x8467 */ public TkCurveType DamageNumberUpCurve; + /* 0x847A */ public TkCurveType CrosshairTargetLockCurve; + [NMS(Index = 627)] + /* 0x847B */ public TkCurveType DamageNumberUpCurve; + [NMS(Index = 330)] + /* 0x847C */ public bool DebugInventoryIndices; + [NMS(Index = 572)] + /* 0x847D */ public bool DebugMarkerLabels; + [NMS(Index = 327)] + /* 0x847E */ public bool DebugMissionLogText; [NMS(Index = 329)] - /* 0x8468 */ public bool DebugInventoryIndices; - [NMS(Index = 571)] - /* 0x8469 */ public bool DebugMarkerLabels; - [NMS(Index = 326)] - /* 0x846A */ public bool DebugMissionLogText; + /* 0x847F */ public bool DebugPopupSizes; [NMS(Index = 328)] - /* 0x846B */ public bool DebugPopupSizes; - [NMS(Index = 327)] - /* 0x846C */ public bool DebugShowMaintenanceScreenCentre; - [NMS(Index = 1435)] - /* 0x846D */ public bool EnableAccessibleUIOnSwitch; - [NMS(Index = 457)] - /* 0x846E */ public bool EnableBlackouts; - [NMS(Index = 813)] - /* 0x846F */ public bool EnableBuilderRobotGreekConversion; - [NMS(Index = 255)] - /* 0x8470 */ public bool EnableCraftingTree; - [NMS(Index = 192)] - /* 0x8471 */ public bool EnableHandMenuButtons; - [NMS(Index = 224)] - /* 0x8472 */ public bool EnableHandMenuDebug; + /* 0x8480 */ public bool DebugShowMaintenanceScreenCentre; + [NMS(Index = 1438)] + /* 0x8481 */ public bool EnableAccessibleUIOnSwitch; + [NMS(Index = 458)] + /* 0x8482 */ public bool EnableBlackouts; [NMS(Index = 814)] - /* 0x8473 */ public bool EnableKanaConversion; + /* 0x8483 */ public bool EnableBuilderRobotGreekConversion; + [NMS(Index = 256)] + /* 0x8484 */ public bool EnableCraftingTree; + [NMS(Index = 193)] + /* 0x8485 */ public bool EnableHandMenuButtons; + [NMS(Index = 225)] + /* 0x8486 */ public bool EnableHandMenuDebug; + [NMS(Index = 815)] + /* 0x8487 */ public bool EnableKanaConversion; [NMS(Index = 96)] - /* 0x8474 */ public bool EnablePopupUses; - [NMS(Index = 330)] - /* 0x8475 */ public bool FixedInventoryIconPositions; - [NMS(Index = 1124)] - /* 0x8476 */ public TkCurveType FrontendBootBarCurve; - [NMS(Index = 1109)] - /* 0x8477 */ public TkCurveType FrontendConfirmCurve; - [NMS(Index = 1196)] - /* 0x8478 */ public TkCurveType FrontendDoFCurve; - [NMS(Index = 888)] - /* 0x8479 */ public bool HideExtremePlanetNotifications; - [NMS(Index = 1412)] - /* 0x847A */ public bool HideQuickMenuControls; - [NMS(Index = 1345)] - /* 0x847B */ public TkCurveType HUDMarkerActiveCurve; - [NMS(Index = 1315)] - /* 0x847C */ public TkCurveType HUDMarkerAnimAlphaCurve; - [NMS(Index = 1316)] - /* 0x847D */ public TkCurveType HUDMarkerAnimCurve; - [NMS(Index = 846)] - /* 0x847E */ public TkCurveType HUDPlayerTrackArrowEnergyShieldDepletedCurve; - [NMS(Index = 851)] - /* 0x847F */ public TkCurveType HUDPlayerTrackArrowEnergyShieldStartChargeCurve; - [NMS(Index = 305)] - /* 0x8480 */ public bool InteractionInWorldPlayerCamAlways; - [NMS(Index = 989)] - /* 0x8481 */ public TkCurveType InteractionScanSlapCurve; - [NMS(Index = 516)] - /* 0x8482 */ public bool LeadTargetEnabled; - [NMS(Index = 1016)] - /* 0x8483 */ public bool ModelRendererBGPass; - [NMS(Index = 1017)] - /* 0x8484 */ public bool ModelRendererPass1; - [NMS(Index = 1018)] - /* 0x8485 */ public bool ModelRendererPass2; - [NMS(Index = 1393)] - /* 0x8486 */ public TkCurveType NGuiModelViewFadeInAfterRenderCurve; - [NMS(Index = 1394)] - /* 0x8487 */ public bool NGuiUseSeparateLayersForModelAndReflection; - [NMS(Index = 212)] - /* 0x8488 */ public bool OnlyShowEjectHandlesInVR; + /* 0x8488 */ public bool EnablePopupUses; + [NMS(Index = 331)] + /* 0x8489 */ public bool FixedInventoryIconPositions; + [NMS(Index = 1127)] + /* 0x848A */ public TkCurveType FrontendBootBarCurve; + [NMS(Index = 1112)] + /* 0x848B */ public TkCurveType FrontendConfirmCurve; + [NMS(Index = 1199)] + /* 0x848C */ public TkCurveType FrontendDoFCurve; + [NMS(Index = 889)] + /* 0x848D */ public bool HideExtremePlanetNotifications; + [NMS(Index = 1415)] + /* 0x848E */ public bool HideQuickMenuControls; + [NMS(Index = 1348)] + /* 0x848F */ public TkCurveType HUDMarkerActiveCurve; + [NMS(Index = 1318)] + /* 0x8490 */ public TkCurveType HUDMarkerAnimAlphaCurve; + [NMS(Index = 1319)] + /* 0x8491 */ public TkCurveType HUDMarkerAnimCurve; + [NMS(Index = 847)] + /* 0x8492 */ public TkCurveType HUDPlayerTrackArrowEnergyShieldDepletedCurve; + [NMS(Index = 852)] + /* 0x8493 */ public TkCurveType HUDPlayerTrackArrowEnergyShieldStartChargeCurve; + [NMS(Index = 306)] + /* 0x8494 */ public bool InteractionInWorldPlayerCamAlways; + [NMS(Index = 992)] + /* 0x8495 */ public TkCurveType InteractionScanSlapCurve; + [NMS(Index = 517)] + /* 0x8496 */ public bool LeadTargetEnabled; + [NMS(Index = 1019)] + /* 0x8497 */ public bool ModelRendererBGPass; + [NMS(Index = 1020)] + /* 0x8498 */ public bool ModelRendererPass1; + [NMS(Index = 1021)] + /* 0x8499 */ public bool ModelRendererPass2; + [NMS(Index = 1396)] + /* 0x849A */ public TkCurveType NGuiModelViewFadeInAfterRenderCurve; + [NMS(Index = 1397)] + /* 0x849B */ public bool NGuiUseSeparateLayersForModelAndReflection; + [NMS(Index = 213)] + /* 0x849C */ public bool OnlyShowEjectHandlesInVR; [NMS(Index = 71)] - /* 0x8489 */ public TkCurveType PadCursorUICurve; - [NMS(Index = 506)] - /* 0x848A */ public TkCurveType PageTurnCurve; + /* 0x849D */ public TkCurveType PadCursorUICurve; [NMS(Index = 507)] - /* 0x848B */ public TkCurveType PageTurnFadeCurve; - [NMS(Index = 1128)] - /* 0x848C */ public TkCurveType PopupActivateCurve1; - [NMS(Index = 1129)] - /* 0x848D */ public TkCurveType PopupActivateCurve2; - [NMS(Index = 560)] - /* 0x848E */ public bool ProgressiveDialogStyle; - [NMS(Index = 1413)] - /* 0x848F */ public bool QuickMenuAllowCycle; - [NMS(Index = 256)] - /* 0x8490 */ public bool QuickMenuEnableSwipe; - [NMS(Index = 325)] - /* 0x8491 */ public bool RepairTechUseTechIcon; + /* 0x849E */ public TkCurveType PageTurnCurve; + [NMS(Index = 508)] + /* 0x849F */ public TkCurveType PageTurnFadeCurve; + [NMS(Index = 1131)] + /* 0x84A0 */ public TkCurveType PopupActivateCurve1; + [NMS(Index = 1132)] + /* 0x84A1 */ public TkCurveType PopupActivateCurve2; + [NMS(Index = 561)] + /* 0x84A2 */ public bool ProgressiveDialogStyle; + [NMS(Index = 1416)] + /* 0x84A3 */ public bool QuickMenuAllowCycle; + [NMS(Index = 257)] + /* 0x84A4 */ public bool QuickMenuEnableSwipe; + [NMS(Index = 326)] + /* 0x84A5 */ public bool RepairTechUseTechIcon; [NMS(Index = 87)] - /* 0x8492 */ public bool ReplaceItemBarWithNumbers; - [NMS(Index = 1031)] - /* 0x8493 */ public bool ShieldHUDAlwaysOn; - [NMS(Index = 573)] - /* 0x8494 */ public bool ShowDamageNumbers; + /* 0x84A6 */ public bool ReplaceItemBarWithNumbers; + [NMS(Index = 1034)] + /* 0x84A7 */ public bool ShieldHUDAlwaysOn; + [NMS(Index = 574)] + /* 0x84A8 */ public bool ShowDamageNumbers; [NMS(Index = 56)] - /* 0x8495 */ public bool ShowDifficultyForBases; - [NMS(Index = 885)] - /* 0x8496 */ public bool ShowJetpackNotificationForNonTerrain; - [NMS(Index = 605)] - /* 0x8497 */ public bool ShowOnscreenPredatorMarkers; + /* 0x84A9 */ public bool ShowDifficultyForBases; + [NMS(Index = 886)] + /* 0x84AA */ public bool ShowJetpackNotificationForNonTerrain; + [NMS(Index = 606)] + /* 0x84AB */ public bool ShowOnscreenPredatorMarkers; [NMS(Index = 57)] - /* 0x8498 */ public bool ShowPadlockForLockedSettings; - [NMS(Index = 208)] - /* 0x8499 */ public bool ShowVRDistanceWarning; + /* 0x84AC */ public bool ShowPadlockForLockedSettings; + [NMS(Index = 209)] + /* 0x84AD */ public bool ShowVRDistanceWarning; [NMS(Index = 127)] - /* 0x849A */ public bool SkipShopIntro; - [NMS(Index = 1239)] - /* 0x849B */ public TkCurveType SpaceMapDistanceCurve; - [NMS(Index = 1225)] - /* 0x849C */ public bool SpaceMapShowAnomaly; - [NMS(Index = 1226)] - /* 0x849D */ public bool SpaceMapShowAnomalyLines; - [NMS(Index = 1232)] - /* 0x849E */ public bool SpaceMapShowFrieghterLines; - [NMS(Index = 1231)] - /* 0x849F */ public bool SpaceMapShowFrieghters; - [NMS(Index = 1227)] - /* 0x84A0 */ public bool SpaceMapShowNexus; + /* 0x84AE */ public bool SkipShopIntro; + [NMS(Index = 1242)] + /* 0x84AF */ public TkCurveType SpaceMapDistanceCurve; [NMS(Index = 1228)] - /* 0x84A1 */ public bool SpaceMapShowNexusLines; - [NMS(Index = 1222)] - /* 0x84A2 */ public bool SpaceMapShowPlanetLines; - [NMS(Index = 1221)] - /* 0x84A3 */ public bool SpaceMapShowPlanets; + /* 0x84B0 */ public bool SpaceMapShowAnomaly; + [NMS(Index = 1229)] + /* 0x84B1 */ public bool SpaceMapShowAnomalyLines; + [NMS(Index = 1235)] + /* 0x84B2 */ public bool SpaceMapShowFrieghterLines; [NMS(Index = 1234)] - /* 0x84A4 */ public bool SpaceMapShowPulseEncounterLines; - [NMS(Index = 1233)] - /* 0x84A5 */ public bool SpaceMapShowPulseEncounters; + /* 0x84B3 */ public bool SpaceMapShowFrieghters; [NMS(Index = 1230)] - /* 0x84A6 */ public bool SpaceMapShowShipLines; - [NMS(Index = 1229)] - /* 0x84A7 */ public bool SpaceMapShowShips; - [NMS(Index = 1223)] - /* 0x84A8 */ public bool SpaceMapShowStation; + /* 0x84B4 */ public bool SpaceMapShowNexus; + [NMS(Index = 1231)] + /* 0x84B5 */ public bool SpaceMapShowNexusLines; + [NMS(Index = 1225)] + /* 0x84B6 */ public bool SpaceMapShowPlanetLines; [NMS(Index = 1224)] - /* 0x84A9 */ public bool SpaceMapShowStationLines; - [NMS(Index = 517)] - /* 0x84AA */ public bool SpaceOnlyLeadTargetEnabled; + /* 0x84B7 */ public bool SpaceMapShowPlanets; + [NMS(Index = 1237)] + /* 0x84B8 */ public bool SpaceMapShowPulseEncounterLines; + [NMS(Index = 1236)] + /* 0x84B9 */ public bool SpaceMapShowPulseEncounters; + [NMS(Index = 1233)] + /* 0x84BA */ public bool SpaceMapShowShipLines; + [NMS(Index = 1232)] + /* 0x84BB */ public bool SpaceMapShowShips; + [NMS(Index = 1226)] + /* 0x84BC */ public bool SpaceMapShowStation; + [NMS(Index = 1227)] + /* 0x84BD */ public bool SpaceMapShowStationLines; + [NMS(Index = 518)] + /* 0x84BE */ public bool SpaceOnlyLeadTargetEnabled; [NMS(Index = 97)] - /* 0x84AB */ public bool TechBoxesCanStack; - [NMS(Index = 767)] - /* 0x84AC */ public TkCurveType TrackCritCurve; + /* 0x84BF */ public bool TechBoxesCanStack; + [NMS(Index = 768)] + /* 0x84C0 */ public TkCurveType TrackCritCurve; + [NMS(Index = 754)] + /* 0x84C1 */ public TkCurveType TrackReticuleInAngleCurve; [NMS(Index = 753)] - /* 0x84AD */ public TkCurveType TrackReticuleInAngleCurve; - [NMS(Index = 752)] - /* 0x84AE */ public TkCurveType TrackReticuleInCurve; - [NMS(Index = 1098)] - /* 0x84AF */ public bool UseCursorHoverSlowFixedValue; + /* 0x84C2 */ public TkCurveType TrackReticuleInCurve; + [NMS(Index = 1101)] + /* 0x84C3 */ public bool UseCursorHoverSlowFixedValue; [NMS(Index = 99)] - /* 0x84B0 */ public bool UseIntermediateMissionGiverOptions; - [NMS(Index = 819)] - /* 0x84B1 */ public bool UseNamesOnShipHUD; + /* 0x84C4 */ public bool UseIntermediateMissionGiverOptions; + [NMS(Index = 820)] + /* 0x84C5 */ public bool UseNamesOnShipHUD; [NMS(Index = 90)] - /* 0x84B2 */ public bool UseSquareSlots; - [NMS(Index = 324)] - /* 0x84B3 */ public bool UseWorldNodesForRepair; + /* 0x84C6 */ public bool UseSquareSlots; + [NMS(Index = 325)] + /* 0x84C7 */ public bool UseWorldNodesForRepair; } } diff --git a/libMBIN/Source/Version.cs b/libMBIN/Source/Version.cs index 92685d3d8..586b0ea88 100644 --- a/libMBIN/Source/Version.cs +++ b/libMBIN/Source/Version.cs @@ -25,7 +25,7 @@ public static class Version { // the Prerelease version should be reset to 1 // When the Release version is incremented: // the Prerelease version should be reset to 0 - internal const string VERSION_STRING = "6.10.0.1"; + internal const string VERSION_STRING = "6.11.0.1"; /// Shorthand for AssemblyVersion.Major public static int Major => AssemblyVersion.Major;