diff --git a/RageLib.GTA5/ResourceWrappers/PC/Meta/Convert/MetaXml.cs b/RageLib.GTA5/ResourceWrappers/PC/Meta/Convert/MetaXml.cs index aadfe4a1..895a4ef2 100644 --- a/RageLib.GTA5/ResourceWrappers/PC/Meta/Convert/MetaXml.cs +++ b/RageLib.GTA5/ResourceWrappers/PC/Meta/Convert/MetaXml.cs @@ -40,7 +40,7 @@ public static string GetXml(MetaFile meta) { var cont = new MetaCont(meta); - WriteNode(sb, 0, cont, meta.RootBlockIndex, 0, XmlTagMode.Structure, 0, (string)meta.Name); + WriteNode(sb, 0, cont, meta.RootBlockIndex, 0, XmlTagMode.Structure, 0, meta.Name is null ? "" : (string)meta.Name); } return sb.ToString(); diff --git a/RageLib.GTA5/ResourceWrappers/PC/Meta/Structures/MCEntityDef.cs b/RageLib.GTA5/ResourceWrappers/PC/Meta/Structures/MCEntityDef.cs index 17ee2346..6b4f15f3 100644 --- a/RageLib.GTA5/ResourceWrappers/PC/Meta/Structures/MCEntityDef.cs +++ b/RageLib.GTA5/ResourceWrappers/PC/Meta/Structures/MCEntityDef.cs @@ -119,7 +119,7 @@ public MCEntityDef ParentEntity } else { - this._ParentIndex = value.Parent.Entities.IndexOf(value); + this._ParentIndex = value.Parent?.Entities.IndexOf(value) ?? -1; } if (this._ParentEntity != null && this.ParentEntity.Children.IndexOf(this) == -1) diff --git a/RageLib.GTA5/Resources/PC/Drawables/VertexDeclaration.cs b/RageLib.GTA5/Resources/PC/Drawables/VertexDeclaration.cs index 2b2aaa2b..4aa47196 100644 --- a/RageLib.GTA5/Resources/PC/Drawables/VertexDeclaration.cs +++ b/RageLib.GTA5/Resources/PC/Drawables/VertexDeclaration.cs @@ -10,11 +10,11 @@ public override long Length } // structure data - public uint Flags { get; set; } - public ushort Stride { get; set; } - public byte Unknown_6h { get; set; } - public byte Count { get; set; } - public ulong Types { get; set; } + public uint Flags; + public ushort Stride; + public byte Unknown_6h; + public byte Count; + public ulong Types; /// /// Reads the data-block from a stream. diff --git a/RageLib.GTA5/Resources/PC/GameFiles/YmapFile.cs b/RageLib.GTA5/Resources/PC/GameFiles/YmapFile.cs index 27777ac3..a7cbfbed 100644 --- a/RageLib.GTA5/Resources/PC/GameFiles/YmapFile.cs +++ b/RageLib.GTA5/Resources/PC/GameFiles/YmapFile.cs @@ -62,6 +62,9 @@ public override void Parse(object[] parameters = null) public override void Build(object[] parameters = null) { + for (int i = 0; i < this.CMapData.Entities.Count; i++) + this.CMapData.Entities[i].ParentEntity = this.CMapData.Entities[i].ParentEntity; + var mb = new MetaBuilder(); mb.EnsureBlock(MetaName.CMapData); diff --git a/RageLib.GTA5/Resources/PC/GameFiles/YmtPedDefinitionFile.cs b/RageLib.GTA5/Resources/PC/GameFiles/YmtPedDefinitionFile.cs index 34ef8962..e954548a 100644 --- a/RageLib.GTA5/Resources/PC/GameFiles/YmtPedDefinitionFile.cs +++ b/RageLib.GTA5/Resources/PC/GameFiles/YmtPedDefinitionFile.cs @@ -24,6 +24,7 @@ THE SOFTWARE. using System.Collections.Generic; using RageLib.GTA5.Resources.PC; using RageLib.GTA5.ResourceWrappers.PC.Meta.Structures; +using RageLib.Resources.Common; using RageLib.Resources.GTA5.PC.Meta; using SharpDX; @@ -33,6 +34,7 @@ namespace RageLib.Resources.GTA5.PC.GameFiles public class YmtPedDefinitionFile : GameFileBase_Resource { public MUnk_376833625 Unk_376833625; + public string metaYmtName = ""; public YmtPedDefinitionFile() { @@ -50,6 +52,8 @@ public override void Parse(object[] parameters = null) this.Unk_376833625 = new RageLib.GTA5.ResourceWrappers.PC.Meta.Structures.MUnk_376833625(); this.Unk_376833625.Parse(this.ResourceFile.ResourceData, Unk_376833625); + + this.metaYmtName = (string)this.ResourceFile.ResourceData.Name; } public override void Build(object[] parameters = null) @@ -60,6 +64,8 @@ public override void Build(object[] parameters = null) this.Unk_376833625.Build(mb, true); + this.Unk_376833625.Meta.Name = (string_r)metaYmtName; + ResourceFile.Version = ResourceFileTypes_GTA5_pc.Meta.Version; ResourceFile.ResourceData = this.Unk_376833625.Meta; } diff --git a/RageLib.GTA5/Resources/PC/Meta/MetaNames.cs b/RageLib.GTA5/Resources/PC/Meta/MetaNames.cs index edf6cd7f..31846858 100644 --- a/RageLib.GTA5/Resources/PC/Meta/MetaNames.cs +++ b/RageLib.GTA5/Resources/PC/Meta/MetaNames.cs @@ -35,57 +35,103 @@ public enum MetaName : int BYTE = 17, FLOAT = 33, PsoPOINTER = 12, - _dimensionLOD2 = 138375721, - _fakedGrassNormal = 262182417, - _vecCollParams = -60236511, - _vecVehColl0B = -467947329, - _vecVehColl0M = -614654138, - _vecVehColl0R = 114325036, - _vecVehColl1B = -1699012197, - _vecVehColl1M = 2024004953, - _vecVehColl1R = 763905831, - _vecVehColl2B = -951584428, - _vecVehColl2M = -1788308070, - _vecVehColl2R = 1380454234, - _vecVehColl3B = -665573356, - _vecVehColl3M = 1498688014, - _vecVehColl3R = -195141596, - _vecVehCollB = 827574761, - _vecVehCollM = 30862080, - _vecVehCollR = 1438290626, - aabb = 293662904, + + _dimensionlod2 = -2081636553, + _fakedgrassnormal = -447233266, + _veccollparams = 1235110448, + _vecvehcoll0b = -851637423, + _vecvehcoll0m = 2054776271, + _vecvehcoll0r = -618354908, + _vecvehcoll1b = -956794520, + _vecvehcoll1m = -563074985, + _vecvehcoll1r = 1839679119, + _vecvehcoll2b = 1542889970, + _vecvehcoll2m = 298913216, + _vecvehcoll2r = -791409721, + _vecvehcoll3b = -1802793565, + _vecvehcoll3m = 2003587933, + _vecvehcoll3r = -1165272674, + _vecvehcollb = -260857183, + _vecvehcollm = -210851693, + _vecvehcollr = -1392010298, AABB = 1666779607, + aabb = 293662904, aAnchors = 162345210, + AbandonDistance = -978946741, AbilityType = 229841885, - Acceleration_Delta = 1525663391, + AbortAimedAtMinDistance = -1823843141, + AbsoluteIntensityEnabled = -2126235900, + Acceleration = 455772583, + acceleration_delta = -252890109, + AccelerationBased = 1199000829, + AccelerationForce = -152651194, + AccelerationLimit = -1487079437, + AccelerationScaleBike = 1717140709, + AccelerationSmoothing = 946605886, + AccelerationSmoothingBike = 1058383858, + AccelerationToStartLeaning = -317974255, AccelGrid = -1241812021, - accumulationBufferSampler0 = 713369681, - accumulationBufferSampler1 = -54113068, + AccelRate = 1799363495, + accumulationbuffersampler0 = 8230410, + accumulationbuffersampler1 = 272905623, + aComponentData3 = -498557873, Action = 1705836299, + ACTION_TABLE_BRANCHES = 873568416, + ACTION_TABLE_DAMAGES = 595808921, + ACTION_TABLE_DEFINITIONS = 1586102416, + ACTION_TABLE_FACIAL_ANIM_SETS = -2065059567, + ACTION_TABLE_HOMINGS = 322779061, + ACTION_TABLE_IMPULSES = -646426882, + ACTION_TABLE_INTERRELATIONS = 1160967041, + ACTION_TABLE_RESULTS = 1389081087, + ACTION_TABLE_RUMBLES = -1547806103, + ACTION_TABLE_STEALTH_KILLS = 607800534, + ACTION_TABLE_STRIKE_BONES = 2040342322, + ACTION_TABLE_VFX = 387140454, + ActionBlendInDuration = 1593645740, + ActionClipRate = -2064836051, + ActionCombatAlignRate = 1946397601, + ActionModeTime = 258368020, + ActionSets = -285765190, + ActionsHandcuffedNetworkId = -1491265201, ActivateVehicleSiren = -893607308, + activeAnimSet = -262480881, activeChangesetConditions = 618424668, - activeShadowCascades = -1287915057, - adapDOFProj = 2052251453, - AdapLumSampler = -393040125, - AdaptedLumMax = 1611858727, - AdaptedLumMin = -1260792284, - AdaptionParams = 740457760, + activeshadowcascades = -1547411239, + adapdofproj = 711499858, + adaplumsampler = -1694893347, + adaptedlummax = 735476279, + adaptedlummin = 120989687, + adaptionparams = 994945211, adaptive = -1717647531, - AdaptiveDofDepthDownSampleParams = 397406246, - adaptiveDOFExposureSampler = -306243692, - AdaptiveDofFocusDistanceDampingParams1 = -1036416186, - AdaptiveDofFocusDistanceDampingParams2 = 754999506, - AdaptiveDOFOutputBuffer = -1905756554, - AdaptiveDofParams0 = 1874085887, - AdaptiveDofParams1 = -1992525041, - AdaptiveDofParams2 = -986778889, - AdaptiveDofParams3 = 1455986224, - AdaptiveDOFParamsBuffer = -688644536, - adaptiveDOFSampler = -26911384, - adaptiveDOFSamplerDepth = -2018162333, - AdaptTime = 95321408, + adaptivedofdepthdownsampleparams = 530741887, + adaptivedofexposuresampler = 2063861440, + adaptivedoffocusdistancedampingparams1 = -102264315, + adaptivedoffocusdistancedampingparams2 = -376573614, + adaptivedofoutputbuffer = -1639199486, + adaptivedofparams0 = 1088399132, + adaptivedofparams1 = 806028659, + adaptivedofparams2 = 1767143429, + adaptivedofparams3 = -1424131174, + adaptivedofparamsbuffer = 209455569, + adaptivedofsampler = 2098736783, + adaptivedofsamplerdepth = 718794333, + adapttime = 1514540018, + AdditionalDistanceForApproach = -983246849, + AdditionalDistanceForStrafe = -1045647106, + AdditionalModifier = -1129991412, + AdditionalSpeedCap = -1155327645, + AdditionalWindscreenRagdollForceFwd = 1948944372, + AdditionalWindscreenRagdollForceUp = -1059195711, AdditiveDamageClipSet = 1159808383, AddList = 327274266, + AddPedGenBlockedArea = -630201079, + AddToBaseStuckOnVehicleSets = -267254141, + Adjustment = 1514279376, + Adjustments = -147198398, + aDrawblData3 = 1756136273, + AdvanceDistanceSquared = 898987704, + AdvanceUseTimeRandomMaxProportion = 652219771, AerialVehiclePoint = 1653545417, AET_Directed_In_Place = 1450000159, AET_Flinch = -1408376960, @@ -94,10 +140,69 @@ public enum MetaName : int AET_Threatened = 1152560683, AET_Threatening = 56876971, aExplosionTagData = -2098421157, + AF_AimDirect = 860304717, + AF_AtEdge = -908937455, + AF_CAN_DIVE = 1665251515, + AF_Center = -902184675, + AF_EnterLeft = -472186301, + AF_FaceLeft = 754232761, + AF_Low = -189148368, + AF_Scope = -1305106909, + AF_ToLow = 569621039, + AF_ToPeek = 1740709742, + AFF_AVERAGE = -1572775417, AFF_POOR = 1885794222, + AFF_RICH = 1119317219, Affluence = -1399611441, Age = 2099622785, + AggressiveMove = 625597120, AggressiveVehicleDriving = -1668902425, + Agility = -1255446029, + AgitatedPersonality = -795132378, + AgitationTriggers = 1849624842, + Ai = 237851371, + AI_IdleTurnRate = 985371239, + AI_MBRAcceleration = -1553456104, + AI_MBRDeceleration = -900361303, + AiAimIntroCloseEnoughTolerance = 295831481, + AiClearedVehicleDelay = -1678093232, + AiClearedVehicleSmartFallDelay = -1842015978, + AIEnterCoverClips = 102329791, + AIEnterTransitionClips = -1379073233, + AiEntryHalfAngleTolerance = -1767744940, + AiEntryMaxRate = 976189127, + AiEntryMinRate = -1649507188, + AimAssistBlendInTime = 505547665, + AimAssistBlendOutTime = -645645529, + AimAssistCapsuleMaxLength = 134284951, + AimAssistCapsuleRadius = -1467031910, + AimAssistDistanceCurve = 390534438, + AimBehaviourEnvelopeRef = -2056070048, + AimDirectlyMaxAngle = -1234717375, + AimDistance = -469246344, + AimFov = -1140412955, + Aiming = -1034350054, + AimingOnStickCooldownMs = 1466310013, + AimingOnStickExitCooldown = -1882193088, + AimingSettings = 85936843, + AimIntroClips = 1512682432, + AimIntroMaxAngleChangeRate = 1952772149, + AimIntroMaxPhaseChangeRate = -1542014984, + AimIntroMaxTimedOutPhaseChangeRate = -773665316, + AimIntroMinPhaseChangeRate = 1545452032, + AimIntroRateForAi = -1063281116, + AimIntroTaskBlendOutDuration = 473976041, + AimOutroDelayTime = -1321244634, + AimOutroMinTaskTimeWhenRunPressed = -1783357247, + AimOutroRateForAi = 1089147792, + AimOutroTime = 1822973195, + AimOutroTimeIfAimingOnStick = 1768561713, + AiMoverFixupMaxExtraHeadingChange = -1079150532, + AimPoses = 877489286, + AimSensitivityScalingLimits = 1539206266, + AimTurnCosAngleTolerance = -1473500752, + AIOneHandedAimingClipSetId = 1351184833, + AIOnlyReactionRangeScaleFactor = 1284602455, aircraftDownwashPtFxDist = 1452685083, aircraftDownwashPtFxEnabled = 1469712840, aircraftDownwashPtFxNameDefault = 461290670, @@ -113,30 +218,91 @@ public enum MetaName : int aircraftSectionDamageSmokePtFxRange = -1994987466, aircraftSectionDamageSmokePtFxSpeedEvoMax = 1864737051, aircraftSectionDamageSmokePtFxSpeedEvoMin = -579697209, - attachedObjects = -1912262356, - AirResist = 1578850177, + airresist = 1208302886, + AirResistanceOption = 220567909, + AIStandEnterCoverClips = -675233271, + AITimeBetweenLookAtsFailureMax = 825960985, + AITimeBetweenLookAtsFailureMin = 1036503478, + AITimeWaitingToCrossRoadMax = 242751779, + AITimeWaitingToCrossRoadMin = 299126851, + AITwoHandedAimingClipSetId = 1837001601, + aLevelsData = 1643066032, + AlignmentConeAngle = -302650174, + AlignmentConeAngleWithTrailer = -929627209, + AlignmentConeOffsetTowardsVehicleFrontAngle = 1160959405, + AlignSuccessMaxDist = -1633817857, ALL = -604447406, Allow = 1329228842, + AllowAnimatedDeadFall = -2011892759, + AllowArmouredKnockdown = -577700310, + AllowArmouredLegShot = 1779515548, allowBonnetSlide = 1294495304, AllowCloseSpawning = -275722604, - alphaAdjust = -169904281, + AllowDriverLockOnToAmbientPeds = -511239618, + AllowDriverLockOnToAmbientPedsInSP = -1079009526, + AllowDriveToGetup = -1802127798, + allowedFolders = -629716573, + AllowEntryToMPWarpInSeats = -29603553, + AllowIgnoreAsLowPriority = -1079546518, + AllowMovingArmedMeleeAttack = 2144745273, + AllowNonPlayerHighFallAbort = -39452054, + AllowOffScreenHighFallAbort = 992799658, + AllowPitchAndRoll = -433897930, + AllowPlayerStunned = -301875313, + AllowPursuePlayer = 1975950903, + AllowRoadCrossHurryOnLightChange = -1034795887, + AllowScanningEvenIfPreviouslyReacted = -1176946199, + AllowSlowCruisingWithMusic = -1914542278, + AllowSoftLockFineAim = 297555324, + AllowWarningActivations = -97390696, + AllowWhenBalanced = 2018281497, + alphaadjust = 1287606900, AlphabeticOffset = 1050521113, - AlphaMaskMapSampler = 2055275171, - AlphaRange = 614516406, - AlphaScale = 1297270271, - AlphaTest = 254585686, - alphaTestValue = -775295605, + alphamaskmapsampler = 1705051233, + alpharange = 1331056747, + alphascale = 931055822, + alphatest = 950204405, + alphatestvalue = -984136926, + alta_bevhills = -637181170, + alta_business = 485106051, + alta_streetgeneral = -1711786647, + alta_tramps = -332705402, ALTERNATE_VARIATIONS_FILE = 611054590, - altRemap = 2132880517, + AlternateControlStickInputThreshold = -877850503, + AlternativeAnimBlockedHeight = -418847351, + altremap = 285573515, + AlwaysUse = 715231316, + AMB_PROCEDURAL_BLOOD_FILE = -1556166066, + ambience_birds = 2111673525, + ambience_collectables = 1822293160, + ambience_general = 605434024, + ambience_industrial = -693932918, + ambience_insects = 1516192474, + ambience_music = -233215494, + ambience_speech = -176433960, + ambience_weather = -1301728829, + AMBIENT_PED_MODEL_SET_FILE = -1709075639, + AMBIENT_PROP_MODEL_SET_FILE = 1221077490, + AMBIENT_VEHICLE_MODEL_SET_FILE = -1806953276, + AmbientAnimLengthBuffer = 1095839119, + AmbientAudio = -1026502507, AmbientClipsForFlee = 1496688419, - AmbientDecalMask = 1909117534, - AmbientLightingParams = -1177455665, - ambientOcclusionContrast = -109833559, + ambientdecalmask = -608780453, + AmbientEventLifetime = 1941376054, + AmbientEventType = 1507389089, + ambientlightingparams = 1614910597, + ambientocclusioncontrast = 633061550, ambientOcclusionMultiplier = 415356295, - AmbientOccSampler = 1191585511, + ambientoccsampler = 1212577329, AmbulanceShouldRespondTo = -2141120999, Amount = 42366424, + AmountPinnedDownByBullet = 866380197, + AmountPinnedDownByDamage = -838434223, + AmountPinnedDownByWitnessKill = 1098445330, Amplitude = 946881915, + AmplitudeLimits = -1923317167, + AmplitudeNoise = 312484959, + AmplitudeScale = -1375599048, anchor = 1880738441, ANCHOR_EARS = 119829315, ANCHOR_EYES = 1125276126, @@ -146,54 +312,185 @@ public enum MetaName : int ANCHOR_LEFT_HAND = 100074042, ANCHOR_LEFT_WRIST = 935290624, ANCHOR_MOUTH = 2032023579, + ANCHOR_PH_L_HAND = 604819740, + ANCHOR_PH_R_HAND = -1936340362, ANCHOR_RIGHT_FOOT = 1776231225, ANCHOR_RIGHT_HAND = -601328428, ANCHOR_RIGHT_WRIST = 1131235937, anchorId = -1563743268, + AngledArea = -1702453321, + AngledAreas = -764777368, + AngledClimbScaleVelocityExtensionMax = -1532342468, + AngledClimbTheshold = -1136893213, + AngleDelta = 737052146, + AngleDifferenceForMax = -2087004734, + AngleDifferenceForMin = -510064035, + AngleForMax = 760576493, + AngleForMin = 485092302, + AngleForRunway = 2103581552, + AngleOfCoverWeighting = -1822928965, + AngleScalingFactor = 1160632805, + AngleToCameraWeighting = 1431242126, + AngleToCoverWeighting = 647728646, + AngleToDynamicCoverWeighting = -892404129, + angleToTargetDegreesToNotUseMinRadius = -1308951382, + AngularVelocityLimits = 1247412006, + anim_group_gesture_f_generic = 1375166916, + anim_group_gesture_m_generic = -214339680, + anim_group_visemes_f_lo = -1511510863, + anim_group_visemes_m_lo = -968930445, + animal = 974042365, AnimalAudioObject = 1131698046, + AnimalBodyScale = -627281646, + AnimalPelvisScale = -220961127, + AnimatedDeadFallSet = 1451470102, AnimatedModel = 1544926406, - AnimatedNormalMapMask0Sampler = -1081748434, - AnimatedNormalMapMask1Sampler = -96711290, - AnimatedNormalMapMask2Sampler = 2127914587, - animatedNormalMapMod1 = 1262899947, - animatedNormalMapMod2 = 1990699437, + animatednormalmapmask0sampler = -1664762084, + animatednormalmapmask1sampler = 1838164585, + animatednormalmapmask2sampler = -2037214171, + animatednormalmapmod1 = 96407192, + animatednormalmapmod2 = 326478341, + AnimatedPostFX = -1089853901, Animations = 212063203, AnimDict = 1027851728, + AnimMode = 1881596949, AnimName = 1300132907, - AnisoNoiseSpecSampler = -1699728494, - AnisotropicAlphaBias = 2028500950, - anisotropicSpecularColour = 520719220, - anisotropicSpecularExponent = 1456009334, - anisotropicSpecularIntensity = -1993557963, + animPoseAttachDefault = 1043632907, + animPoseAttachToVehicle = -496784389, + animPoseDefault = 1916209420, + animPoseHandsCuffed = -1569692627, + AnimPostFXManager = -85874582, + AnimStreamingBase = 1324611103, + anisonoisespecsampler = 2134197289, + anisotropicalphabias = 363074471, + anisotropicspecularcolour = 1673722929, + anisotropicspecularexponent = 499953092, + anisotropicspecularintensity = 401654871, + AnkleAndWrist = -859346090, Ao = -1298588732, + AP_FACE_HIGH = 611607097, + AP_FACE_LOW = 2096169364, + AP_FACE_MEDIUM = -785898820, + AP_HIGH = 313384972, AP_LOW = -1599206467, AP_MEDIUM = 629290484, + APF_ADDITIVE = 332392317, + APF_BLOCK_HEAD_IK = 1871501357, + APF_BLOCK_IK = 1238878851, + APF_FACIAL = 1706286383, APF_ISBLENDAUTOREMOVE = -147948642, + APF_ISFINISHAUTOREMOVE = -571600368, APF_ISLOOPED = 829168795, - APlaneSampler = -679104738, + APF_ISPLAYING = 508324092, + APF_SCRIPT = -1467152743, + APF_UNUSED_3 = -1567352483, + APF_UNUSED_4 = -1262436938, + APF_UNUSED_6 = -648182029, + APF_UNUSED_7 = -380950834, + APF_UNUSED_8 = 1023626813, + APF_UNUSED_9 = 1321103795, + APF_UPPERBODYONLY = -753356259, + APF_USE_SECONDARY_SLOT = -1361249948, + aplanesampler = 1600333029, Apply = 804826100, - ApplyDamageSampler = 2093458091, - approxTangent = 78607549, + applydamagesampler = 1117905904, + ApplyPedScale = 1737474230, + ApplyRotationScaling = 142881218, + ApplyTranslationScaling = -1313950328, + ApplyVehicleScale = -644145044, + ApproachingPlayerCosineThreshold = 372581586, + ApproachingPlayerDistanceThreshold = 1461747338, + ApproachingPlayerModifier = -1580274529, + ApproachingTargetVehicleHoldFireDistance = 1135781765, + ApproachTarget = 432947414, + approxtangent = -688355815, + aPropMetaData = -392164023, + AquaticSpawnDepth = 798871205, + AquaticSpawnMaxHeightAbovePlayer = 1856882404, + Arc = 1995960590, archetypeName = -1608277972, archetypes = 25836315, + ArcRadius = 1686516854, + ArcStatus = 743861760, areas = -36357794, - ArmourStrength = -2128926178, + Armoured = 264772538, + ArmouredBonus = 81171216, + ArmouredRapidHitCount = -757552192, + ArmourEfficiency = -964900465, + armourstrength = -1233171815, + ArmShot = -620608502, + Army = -1742371437, + ArrestDistance = 684815089, + ArrestDot = 1800609114, + ArrestHardLockDistance = 1845591318, + ArrestInVehicleDistance = 1433360068, + ArrestProbeDistance = -198026400, artificialAmbientOcclusion = 599844163, + aSelectionSets = 2131007641, + aSlownessZone = 1652130128, + AspectRatio = 69123357, ASSET_TYPE_ASSETLESS = -133882255, ASSET_TYPE_DRAWABLE = 130075505, ASSET_TYPE_DRAWABLEDICTIONARY = 1580165652, ASSET_TYPE_FRAGMENT = 571047911, ASSET_TYPE_UNINITIALIZED = 189734893, assetName = -1703426107, + AssetName = 2112595704, assetType = 110101682, + AssistanceAngle = 763241052, + AssistedAimCamera = -226780905, + AssistedAimInterpolateInDuration = -262292680, + AssistedAimOutroTime = -51642950, AT_DRB = 1956121915, AT_DWD = 474212588, AT_FRG = -1422603603, AT_TXD = -424154247, + AtEdgeAnimStateInfos = 1367701780, aTexData = 1251090986, - AttenuationSampler = -1152808702, + athFxListHash = 1844888803, + AttachBoneTag = 575433612, + attachedObjects = -1912262356, + AttachedParentName = 734609027, + AttachOffset = -643592429, + AttachOffsetX = 1914687253, + AttachOffsetY = 1407750823, + AttachOffsetZ = 1694184652, + AttachOrientationX = -1583283029, + AttachOrientationY = -1353277418, + AttachOrientationZ = 1795856235, + AttachParentHeightRatioToAttain = 2070771362, + AttachParentHeightRatioToAttainInTightSpace = -1371509625, + AttachParentHeightScalingForCameraRelativeVerticalOffset = -1609719077, + AttachParentHeightScalingForCameraRelativeVerticalOffset_AfterAiming = -640734719, + AttachParentHeightScalingForExtraCameraRelativeVerticalOffset = -307145410, + AttachParentInAirEnvelopeRef = 1789219851, + AttachParentMatrixForRelativeOrbitSpringConstant = -1773374484, + AttachParentMatrixForRelativeOrbitSpringDampingRatio = -227950347, + AttachParentRelativeHeading = 10648206, + AttachParentRelativePitch = -858024649, + AttachParentRollDampingPitchHardLimits = 1356521412, + AttachParentRollDampingPitchSoftLimits = -255434149, + AttachParentRollSpringConstant = 293341517, + AttachParentRollSpringDampingRatio = -687929138, + AttachParentUpwardSpeedScalingInAirEnvelopeRef = -1334770910, + AttachParentUpwardSpeedScalingOnGroundEnvelopeRef = -2070119633, + AttachParentWidthScalingForCameraRelativeSideOffset = 142271562, + AttachPart = -2005693964, + AttachPedPelvisOffsetSpringConstant = 1148495425, + AttachPedPelvisOffsetSpringDampingRatio = 536202543, + AttachRelativeOffset = -576257294, + AttackDelay = 1512162309, + AttackDuration = 75961662, + AttackStrengthMax = -488924489, + AttackStrengthMin = -1792814643, + attenuationsampler = 483360323, + attributeList = 1107288906, + attributes = 1956494238, + AUDIO_CURVEDATA = -2024396448, AUDIO_DYNAMIXDATA = -1756179931, AUDIO_GAMEDATA = -1726787788, + AUDIO_LEGALS = 980984444, + AUDIO_NAME = 1792396879, AUDIO_SOUNDDATA = -233444505, AUDIO_SPEECHDATA = -1360085464, AUDIO_SYNTHDATA = 1488170759, @@ -207,7 +504,13 @@ public enum MetaName : int audioOcclusion = 1093790004, audioPrefix = -1925715465, audioPrefixHash = 319619186, + AudioReactionRange = 17870529, + AUTOGYRO = -1311715678, AutoJunctionAdjustments = 1352439928, + AutomaticHeadShot = 478190306, + AutomaticInitialSnapMult = 1689181219, + AutomaticNeckShot = 451773670, + AutomobileSpeedModifier = -1862948064, AutoOpenCloseRateTaper = 838139088, AutoOpenCosineAngleBetweenThreshold = -1757561795, AutoOpenRadiusModifier = 380434751, @@ -221,66 +524,244 @@ public enum MetaName : int AutoOpenVolumeOffset = -1696151396, AvailabilityInMpSp = -1362285978, availableInMpSp = 286077157, - AverageLuminanceOut = 1834214356, - AvgLuminanceTexture = 91044132, - AzimuthColor = -822947728, - AzimuthColorEast = 488107998, - azimuthEastColor = 396957525, - AzimuthHeight = 1719970364, - AzimuthStrength = -886316569, - azimuthTransitionColor = 311613465, - azimuthTransitionPosition = -724754015, - azimuthWestColor = -854548390, - BackBufferSampler = 1489830749, - BackBufferTexture = -1354089438, + availComp = -1298406872, + averageluminanceout = 1654447808, + avgluminancetexture = 1087818619, + AvoidanceMarginForOtherLawEnforcementVehicles = 48543250, + AvoidanceProbeInterval = -447358271, + AvoidanceProbeLength = 715859273, + AvoidanceProbePullback = -1028226568, + AvoidanceSteerAngleDegrees = -713929401, + avoidHeadingChangeSpeed = 1518108829, + avoidHeadingJump = -1258247071, + avoidLockDuration = -743123684, + AvoidNearbyPedDotThreshold = -1864906303, + AvoidNearbyPedHorizontal = -1584430771, + AvoidNearbyPedVertical = 868109097, + AvoidOffsetXY = -2045674879, + AvoidOffsetZ = -1375252976, + avoidPitchChangeSpeed = 1623304217, + avoidPitchJump = 1597259961, + Avoids = 394023184, + AwardParachuteJumpDistanceA = -1290418763, + AwardParachuteJumpDistanceB = -1059561158, + AwardParachuteJumpTime = 1740411412, + AwardVehicleJumpDistanceA = -632945930, + AwardVehicleJumpDistanceB = -1993383694, + AwardVehicleJumpTime = 1801522365, + AxesFacingTolerance = 1858039250, + azimuthcolor = 360934156, + azimuthcoloreast = 1882877478, + azimutheastcolor = 1044876032, + azimuthheight = -1645114531, + azimuthstrength = -1470659730, + azimuthtransitioncolor = -1624851819, + azimuthtransitionposition = -1530111397, + azimuthwestcolor = 1874413695, + backbuffersampler = -594641595, + backbuffertexture = -1094910315, backfirePtFxEnabled = -704669248, backfirePtFxName = 326241207, backfirePtFxRange = 2051678496, + BACKGROUND_SCRIPT_FILE = 1197964820, + BackHeadingInterpRate = 1673427683, + backlot_film = 897751036, + backlot_streetgeneral = 1689692965, + BackOffTimer = -404003196, + BackShot = -799652943, + BadRoute = 1572599387, + BadRouteValue = -631672860, + bAllowSmashDuringJump = -1453541695, + bAllowUnderwaterExplosion = -1984846661, + banning_construction = 46699983, + banning_specificjob = -1719920158, + banning_streetgeneral = -820507092, + banning_tramps = 2130175499, bAppliesContinuousDamage = 1994294878, - BaseSampler = -1886683390, - baseTextureSampler = 1767558596, + bApplyVehicleEMP = 178952880, + bApplyVehicleSlick = 1236241772, + bApplyVehicleSlowdown = 1509365439, + bApplyVehicleTyrePop = 1334397542, + Base = 212355988, + BaseAttachVelocityToIgnoreEnvelopeRef = 60641442, + BaseClipId = 1993756531, + baseCols = -1649090604, + BaseFov = 1865815245, + BaseFovToEmulateWithFocalLengthMultiplier = -373670771, + BaseHeading = -1309033868, + BaseMotionBlurStrength = 652273141, + BaseNearClip = -1539915765, + BaseOrbitPitchOffset = 1778852906, + BaseOrbitPitchOffsetInTightSpace = 158553507, + BasePivotHeightScalingForFootRoom = 1397182427, + BasePivotPosition = 1065618425, + basesampler = -1625703085, + basetexturesampler = 1399472831, + BaseTimeToLook = -1389863172, + BasicObjectScore = 1313622498, + BasicPedScore = 835021064, + BasicVehicleScore = -831655002, BatchAABB = 1859041902, + baytree_canyon_bevhills = 1095587898, + bBlockJumpCollisionAgainstRagdollBlocked = 69785967, bbMax = -410343912, bbMin = -638614986, + bBox = 1231029245, + BC_Randomize = -59125845, + BC_Retain = -2129432373, + bCanApplyRealDamage = -540145714, bCanSetPedOnFire = 1975010672, + bCanSetPlayerOnFire = -584211965, bCanTurnRightOnRedLight = -105858012, + bChargeTargetEnabled = -1257376591, + bControlledByPlayerSprintInput = -390573672, + BCRExclusionZone = -326101984, bDamageObjects = -1207710798, bDamageVehicles = 410915188, - bDebugDisplayDamageMap = -148550559, - bDebugDisplayDamageScale = -1041900310, + bdebugdisplaydamagemap = 727005071, + bdebugdisplaydamagescale = 1720897181, + bDebugRender = 1991353814, + bDisable2HandedGetups = 1782949708, + bDrawIdleHeadLookTarget = -2020097602, + beach_fat = 1495265263, + beachparty = -1702513847, + BehindPedModifier = 214316948, + BehindPedToCoverCosTolerance = 1216157443, + BehindRotateAngleLookAhead = -1269880221, + BehindTargetAngle = -1606178868, + BehindThreshold = 692748984, + BeingPushedOnGroundTooLongMS = 952442515, + BeJackedBlendInDuration = -1409333709, + bEnabled = 1409504843, + bEnableDebugDraw = -629900034, + bEnableGaitAdditive = -1058549746, + bEnableJumpCollisions = 787384491, + bEnableJumpCollisionsMp = 1816652759, + BF_AGGRESSIVE_AFTER_RUNNING_PED_OVER = -135328910, BF_ALLOW_CONFRONT_FOR_TERRITORY_REACTIONS = 135224044, + BF_ARGUMENTATIVE = 168692563, BF_BOOST_BRAVERY_IN_GROUP = 1233676580, + BF_CAN_ACCELERATE_IN_CAR = 1160283338, + BF_CAN_FLEE_WHEN_HIT_BY_CAR = 687848862, + BF_CAN_GET_OUT_WHEN_HIT_BY_CAR = -1297442450, + BF_CONFRONTATIONAL = 1200956848, BF_COWARDLY_FOR_SHOCKING_EVENTS = -1945887840, + BF_DONT_FORCE_FLEE_COMBAT = 1196718962, + BF_DONT_RUN_ON_MELEE_ATTACK = 914958829, + BF_DONT_SAY_PANIC_ON_FLEE = 640530450, + BF_GET_PISSED_WHEN_HIT_BY_CAR = -130582290, + BF_INTERVENE_ON_MELEE_ACTION = 294976751, + BF_INTIMIDATE_PLAYER = -1445949808, + BF_LIMIT_COMBATANTS = -92700010, + BF_PLAY_CAR_HORN = -660604610, + BF_PURSUE_WHEN_HIT_BY_CAR = 985531983, + BF_REACT_ON_COMBAT = -793258271, + BF_WATCH_ON_CAR_STOLEN = 1317922943, + bFaceAndBodyAreMerged = -1859173093, + bForcePetrolTankDamage = -310974341, + bForceVehicleExplosion = -982669961, + bFoundFaceAnimation = 259776703, + bHasDrawblVariations = -208500112, + bHasLowLODs = 911147899, + bHasTexVariations = 1235281004, + bHorizontalRighting = -2057834424, Bias = 2130430791, + BiasSide = 1744405318, + BiasSideTime = -1467618918, BICYCLE = -946589783, + BicycleDepletionMaxMult = -866239965, + BicycleDepletionMidMult = -267725637, + BicycleDepletionMinMult = -1585821828, + BicycleDrivebyFilterId = 939946101, + BicycleEnterForce = 1607735267, + BicycleInverseMassScales = -640716735, + BicycleMaxDepletionLimit = 1171875727, + BicycleMidDepletionLimit = -1829664212, + BicycleMinDepletionLimit = -118498806, + BicycleVelocityToUseAnimatedJumpOff = -2076833667, + BIG_REACTION = -490262271, bIgnoreExplodingEntity = 558484383, + bIgnoreRatioCheckForFire = -1894715630, BIKE = 1039130067, - Billboard = -1090061703, + BikeDrivebyFilterId = -363415024, + BikeEnterForce = 356015597, + BikeEnterLeanAngleOvershootAmt = 1348653070, + BikeEnterLeanAngleOvershootRate = 114247175, + BikeExitForce = -1164926757, + BikeHornClipId = 1786685138, + BikeInAirDriveToStandUpTimeMax = -186235916, + BikeInAirDriveToStandUpTimeMin = 333974259, + BikeInverseMassScales = -675619319, + BikeMaxRestoreDuration = -275393748, + BikeMinRestoreDuration = 1929662760, + BikePickUpAlignBlendDuration = -395672785, + BikePitchSmoothingPassengerRate = 1515003340, + BikePitchSmoothingRate = -24355060, + BikeVehicleMinPhaseToStartRotFixup = -235861852, + BikeVelocityToUseAnimatedJumpOff = 553575729, + billboard = 552363713, + BirdHeightMapDeltaMax = 1961626874, + BirdHeightMapDeltaMin = 597953858, + birds_city = 589253797, + birds_countryside = 390908839, + birds_ground_city = 1230242748, + birds_ground_ocean = -1184581441, + birds_ocean = -1126932042, + BirdSpawnXYRangeMax = -1517100480, + BirdSpawnXYRangeMin = -926483516, + bIsSuperLOD = 315291935, + Bitmap = -754659606, + BlanketForceScale = -223273753, bLeftLaneIsAheadOnly = 15530841, - blend = -361519605, Blend = -296407184, + blend = -361519605, + BlendDuration = -1907026294, + BlendDurationForEarlyOut = -97603349, + BlendInDeltaForPed = 1293637123, + BlendInDeltaForProp = 639648672, + BlendInSpringConstant = 2111282409, + BlendLevel = 42409501, + BlendOut = -29251434, + BlendOutDelayBalanceFailed = -1912095333, + BlendOutDelayStanding = -999118420, BlendOutDelta = -1605332399, + BlendOutDuration = 1231407173, + BlendOutPhase = -744869203, + BlendoutPhase = 160395732, + BlendOutSpringConstant = 165735146, + BlendOutThreshold = 124792981, BlendShapeFileName = 538335227, - blitSampler = 536785838, + BlendToIdleTime = -1794115814, + BlindFireAnimStateNewInfos = -1554049491, + BlindFireHighCoverMaxPitchLimit = -344890552, + BlindFireHighCoverMinPitchLimit = 1565596444, + blitsampler = -196213985, + Block = -2084571807, block = -466364547, + BlockingAreas = 20824415, + BlockOffscreenShotReactions = 83217879, BLOODFX_FILE = -2144359874, - BloodSampler = -1320366544, - BloodSamplerVS = -821888333, - BloodZoneAdjust = 754701588, - bloomLum = -971309052, - BloomParams = 1750487053, - BloomSampler = 1461637047, - BloomSamplerG = 1028395327, - BloomTexelSize = 1405807922, - BlueOff = -670150481, - blurIntensity = -2010512509, - BlurSampler = 101684479, - BlurVignettingParams = 957820989, + bloodsampler = 1970149772, + bloodsamplervs = -498876824, + bloodzoneadjust = 1011740581, + bloomlum = 1959356754, + BloomMax = -1201567000, + bloomparams = 1213613006, + bloomsampler = 1613750243, + bloomsamplerg = -2107746457, + bloomtexelsize = -704848706, + blueoff = 1614062594, + blurintensity = 804387779, + blursampler = 822703767, + blurType = -1545479141, + blurvignettingparams = 871768731, bmax = -1074401301, bmin = 2028577215, bNoOcclusion = 1554370232, BOAT = -373325542, boatBowPtFxEnabled = -448508006, + boatBowPtFxForwardMountedName = -1892186711, + boatBowPtFxForwardMountedOffset = 1426207057, boatBowPtFxForwardName = 1639130517, boatBowPtFxKeelEvoMax = 237804409, boatBowPtFxKeelEvoMin = -618454384, @@ -296,6 +777,12 @@ public enum MetaName : int boatEntryPtFxScale = -1593556886, boatEntryPtFxSpeedEvoMax = -1448141538, boatEntryPtFxSpeedEvoMin = 690983709, + boatExitPtFxEnabled = 913361740, + boatExitPtFxName = 276219657, + boatExitPtFxRange = -867448271, + boatExitPtFxScale = -1381015385, + boatExitPtFxSpeedEvoMax = 669705932, + boatExitPtFxSpeedEvoMin = 501212370, boatLowLodWakePtFxEnabled = 1609784914, boatLowLodWakePtFxName = -110322709, boatLowLodWakePtFxRangeMax = -1459732604, @@ -303,6 +790,7 @@ public enum MetaName : int boatLowLodWakePtFxScale = -566075273, boatLowLodWakePtFxSpeedEvoMax = -710225814, boatLowLodWakePtFxSpeedEvoMin = 1014081258, + BoatMaxAvoidanceAngle = 26476902, boatPropellerPtFxBackwardSpeedEvoMax = -1470510353, boatPropellerPtFxBackwardSpeedEvoMin = -609732005, boatPropellerPtFxDepthEvoMax = 1772973337, @@ -313,6 +801,7 @@ public enum MetaName : int boatPropellerPtFxName = -1922386973, boatPropellerPtFxRange = 333451303, boatPropellerPtFxScale = -1334626718, + BoatTargetArriveDist = -1045043162, boatWashPtFxEnabled = 1083605797, boatWashPtFxName = 1782303759, boatWashPtFxRange = -894063159, @@ -320,39 +809,61 @@ public enum MetaName : int boatWashPtFxSpeedEvoMax = 1641333397, boatWashPtFxSpeedEvoMin = -873885251, bobble_base = 1417117096, + bobble_hand = 785162942, bobble_head = 1789547068, bodyColorRemap1 = 1429703670, bodyColorRemap2 = 1254848286, bodyColorRemap3 = 1880965569, bodyColorRemap4 = 1719152247, - BokehAlphaCutoff = 97675092, - BokehBrightnessParams = -732416653, - BokehEnableVar = 1189157478, - BokehGlobalAlpha = 1664396904, - BokehNumAddedToBuckets = 1908768847, - BokehParams1 = 5796877, - BokehParams2 = 2137911862, - BokehPointBuffer = 1720961542, - BokehSortedIndexBuffer = -701469520, - BokehSortedListBuffer = -29195470, - BokehSortLevel = -828321170, - BokehSortLevelMask = -1726395478, - BokehSortTransposeMatHeight = -1638124447, - BokehSortTransposeMatWidth = 646091097, - BokehSpritePointBuffer = 1154995241, + bodyshell = 1970334199, + BodyWrithe = 1990395340, + bohemian = -1767051911, + bokehalphacutoff = 1703140281, + bokehbrightnessparams = 1737665654, + bokehenablevar = 643379889, + bokehglobalalpha = 1022881476, + bokehnumaddedtobuckets = -1780042613, + bokehparams1 = -349579289, + bokehparams2 = -110070668, + bokehpointbuffer = 2084769495, + bokehsortedindexbuffer = 1533187666, + bokehsortedlistbuffer = 201662228, + bokehsortlevel = -1980035779, + bokehsortlevelmask = 1605336858, + bokehsorttransposematheight = -824693649, + bokehsorttransposematwidth = 821002802, + bokehspritepointbuffer = 170997925, bone = 282216227, boneMask = 593061963, + BoneRelativeAttachOffset = -1452297863, + boneSize = 60123590, boneTag = 702019504, BONETAG_HEAD = -380494080, BONETAG_INVALID = -746706691, BONETAG_L_CALF = -263300122, BONETAG_L_CLAVICLE = -1041454473, + BONETAG_L_FINGER0 = -811531042, + BONETAG_L_FINGER01 = -952336188, + BONETAG_L_FINGER02 = -1791615816, + BONETAG_L_FINGER1 = 986241836, + BONETAG_L_FINGER11 = -1767467095, + BONETAG_L_FINGER12 = -44440306, + BONETAG_L_FINGER2 = 1293713363, + BONETAG_L_FINGER21 = -768208857, BONETAG_L_FINGER22 = 222561854, + BONETAG_L_FINGER3 = 858967036, + BONETAG_L_FINGER31 = -1058799389, + BONETAG_L_FINGER32 = -1767265169, + BONETAG_L_FINGER4 = 1149791911, + BONETAG_L_FINGER41 = -1112310858, + BONETAG_L_FINGER42 = -167089053, BONETAG_L_FOOT = 1655517369, BONETAG_L_FOREARM = -1711325017, BONETAG_L_HAND = -1236393387, BONETAG_L_PH_HAND = -1300629873, BONETAG_L_THIGH = -1469131136, + BONETAG_L_TOE = -560069348, + BONETAG_L_TOE1 = -1797703552, BONETAG_L_UPPERARM = -566104538, BONETAG_NECK = 1526074386, BONETAG_NECK2 = -717261998, @@ -360,12 +871,28 @@ public enum MetaName : int BONETAG_PELVIS1 = 2070754819, BONETAG_R_CALF = 1591530804, BONETAG_R_CLAVICLE = 623050371, + BONETAG_R_FINGER0 = -1749997023, + BONETAG_R_FINGER01 = 1005591915, + BONETAG_R_FINGER02 = 774537696, + BONETAG_R_FINGER1 = -32377119, + BONETAG_R_FINGER11 = 557114589, + BONETAG_R_FINGER12 = 308168496, + BONETAG_R_FINGER2 = 2082763528, + BONETAG_R_FINGER21 = -2119876076, BONETAG_R_FINGER22 = 1557592184, + BONETAG_R_FINGER3 = 1358503090, + BONETAG_R_FINGER31 = 1281645843, + BONETAG_R_FINGER32 = 2136457977, + BONETAG_R_FINGER4 = 1589098543, + BONETAG_R_FINGER41 = 1518893755, + BONETAG_R_FINGER42 = -1999907007, BONETAG_R_FOOT = -422020951, BONETAG_R_FOREARM = -1025758941, BONETAG_R_HAND = 1128649107, BONETAG_R_PH_HAND = 1835505437, BONETAG_R_THIGH = 1692969046, + BONETAG_R_TOE = 1201239981, + BONETAG_R_TOE1 = -1290909645, BONETAG_R_UPPERARM = 868290042, BONETAG_ROOT = 102109035, BONETAG_SPINE0 = -1765320892, @@ -373,57 +900,133 @@ public enum MetaName : int BONETAG_SPINE2 = 740327916, BONETAG_SPINE3 = -1576768066, BONETAG_SPINE_ROOT = -209048737, + BONETAG_TAIL0 = 981146734, BONETAG_TAIL1 = 1278001105, BONETAG_TAIL2 = -1931984601, + BONETAG_TAIL3 = -1635588996, + BONETAG_TAIL4 = 1899006424, + BONETAG_TAIL5 = -2095567449, bOnlyAffectsLivePeds = -1751711651, bOnlyBulkyItemVariations = -882703355, bonnet = 1704829083, + Bonus = -1561156725, boot = -1252093671, bottom = -287268170, - bottomSkyColour = -1269152693, - BoundRadius = -721493936, + BottomComponent = -2126671260, + bottomskycolour = 161676916, + BottomSpread = -122285498, + Bound = 2111641000, + BoundAnkles = -146180301, + boundradius = -2064132647, + Bounds = -996744024, + bOverrideFaceAnimation = 1741651815, + BoxOccluder = 975711773, boxOccluders = -311376364, bPostProcessCollisionsWithNoForce = 1091620747, bPreventWaterExplosionVFX = -630235078, - branchBendPivot = -329724464, - branchBendStiffnessAdjust = 1460373130, + Brake = -801469302, + BrakeControl = -1782710961, + Braking = -1144821666, + BrakingDifferenceForLinearVZMax = -36303383, + BrakingDifferenceForLinearVZMin = -1145957602, + branchbendpivot = 892666959, + branchbendstiffnessadjust = -400704970, + Bravery = -1783292627, + BraveryTypes = 1481182292, + break_extra_1 = -2104708771, + break_extra_10 = -1560382715, + break_extra_2 = 1950749904, + break_extra_3 = 1709504522, + break_extra_4 = 1480285367, + break_extra_5 = 1213709552, + break_extra_6 = 848662892, + break_extra_7 = -304642063, + break_extra_8 = 367056899, + break_extra_9 = -881179845, BreakableByVehicle = -867040998, + BreakAttachmentMoveSpeedThreshold = -829839956, + BreakAttachmentOrientationThreshold = 365892591, BreakingImpulse = 1467901147, bRightLaneIsRightOnly = 1190125928, - Brightness = 418994217, - BrightnessSetting = 1180834839, - BrightTonemapParams0 = 1307038257, - BrightTonemapParams1 = -82629483, - BrokenBumpSampler = 143878571, - BrokenColor = -1325801473, - BrokenDiffuseColor = 1248775673, - BrokenDiffuseSampler = -1142908954, - BrokenGlassTileScale = 55399510, - BrokenSpecularColor = 980976943, - BrokenSpecularSampler = 712821563, + brightness = 26603225, + brightnesssetting = 303513935, + brighttonemapparams0 = 118691255, + brighttonemapparams1 = 1904208559, + BringVehicleToHaltDistance = 157002911, + brokenbumpsampler = 2033191777, + brokencolor = -1477759235, + brokendiffusecolor = 878330249, + brokendiffusesampler = -945098799, + brokenglasstilescale = 1356197901, + brokenspecularcolor = 1359397883, + brokenspecularsampler = -422557848, + bs_ai = -2144575411, + bs_franklin = 1037948029, + bs_michael = 2057220685, + bs_trevor = 1249954968, bsCentre = -703040769, bsRadius = -2098674210, + bStatic = -1919319437, bSuppressCrime = 1060477616, + bThrowSmokeGrenadeEnabled = 2007829514, + bTrafficLightPositioning = 956704533, + BuddyShot = 1747672916, + BufferDistance = 2084497360, + BUILDING_META_DISPLACEMENT_FILE = 1815909929, + BumpedByCar = 19643947, + BumpedByCarFriendly = 1912045929, + BumpedByObject = -866154737, + BumpedByPed = -908071463, + BumpedByPedFriendly = 121419715, + BumpedByPedIsQuadruped = 1002558306, + BumpedByPedMinDotVel = 1234302495, + BumpedByPedMinVel = 974350285, + BumpedByPedRagdoll = 2004593632, + BumpedByPlayerRagdoll = 1980284711, bumper_f = -408636939, bumper_r = -1924596429, + BumperOverlapForMaxSpeed = -1211730372, + BumperOverlapForMinSpeed = -1368561905, + BumperOverlapToBeInPosition = 1688870175, bumpiness = -160355455, - BumpSampler = 1670072418, - BumpSampler2 = 1234674625, - BumpSampler_layer0 = 950651649, - BumpSampler_layer1 = 787789719, - BumpSampler_layer2 = -259474840, - BumpSampler_layer3 = -148650082, - BumpSampler_layer4 = 1275523427, - BumpSampler_layer5 = -491249977, - BumpSampler_layer6 = 439225778, - BumpSamplerFur = -435119079, - bumpSelfShadowAmount = -1719340499, - BurnoutLimit = -348850960, + bumpsampler = 1186448975, + bumpsampler2 = 1893875305, + bumpsampler_layer0 = 1073714531, + bumpsampler_layer1 = 1422769919, + bumpsampler_layer2 = -1549607768, + bumpsampler_layer3 = -1319536619, + bumpsampler_layer4 = -1877461613, + bumpsampler_layer5 = -574861066, + bumpsampler_layer6 = -203588296, + bumpsamplerfur = 2030333799, + bumpselfshadowamount = -1387506976, + BuoyancySettings = 1991191506, + BurnOutBlendInSpeed = 514772223, + BurnOutBlendInTol = -256539063, + BurnOutBlendOutSpeed = 765288989, + BurnOutClipId = 1402571365, + burnoutlimit = 2048742054, + BurstFireInitialSnapMult = -2146002646, + burton_bevhills = -1139263784, + burton_business = -1129523894, + burton_hipsters = -2100834416, + burton_streetgeneral = -1238954581, + burton_tramps = 256463428, + burton_vinewood = 1651740194, + bUseClipPoseHelper = 2006791804, bUseDistanceDamageCalc = 1929564509, + bUseStayUpright = -1515990421, + bUseTimeCycleValues = 1299282176, + business = 942215692, + bValidForPlayBack = 1999956592, + bValue = 208974921, + bVerticalRighting = 1056777533, CAiCoverClipVariationHelper__Tunables = 1889755865, + Calculation = -591111781, camAnimatedCameraMetadata = -1801602064, camAnimatedShakeMetadata = 830598329, camAnimSceneDirectorMetadata = -606104175, + CamAttachPositionWeights = 1291841671, CAmbientLookAt__Tunables = -503008326, CAmbientPedModelVariations = 949980109, camCatchUpHelperMetadata = 1074754094, @@ -475,6 +1078,7 @@ public enum MetaName : int camCinematicParachuteContextMetadata = 13761107, camCinematicParachuteHeliShotMetadata = -944221583, camCinematicPedCloseUpCameraMetadata = -562613361, + camCinematicPoliceCarMountedShotMetadata = 1537399056, camCinematicPoliceExitVehicleShotMetadata = -1050367860, camCinematicPoliceHeliMountedShotMetadata = 216191320, camCinematicPoliceInCoverShotMetadata = 971556424, @@ -529,7 +1133,20 @@ public enum MetaName : int CamDir = 210316193, camEnvelopeMetadata = -1572175738, Camera = -1297606591, + CAMERA_METADATA_FILE = -1493634447, + cameraCutHashName = 1262004121, + cameraCutList = -1676620556, + CameraDirToCoverMinDot = -76843715, + CameraLookAtBlendRate = -1096442093, + CameraLookAtRotationLimit = -593808239, + CameraLookAtTurnRate = -705276751, cameraPos = -1955224158, + CameraRef = 1055059023, + CameraRelativeSideOffset = 1032707911, + CameraRelativeVerticalOffset = 1114870307, + Cameras = 1331283328, + CameraSettings = -1199825236, + CameraWeighting = -304421539, camFirstPersonAimCameraMetadataHeadingCorrection = 1094369805, camFirstPersonHeadTrackingAimCameraMetadata = -1215783584, camFirstPersonPedAimCameraMetadata = 821570743, @@ -576,6 +1193,7 @@ public enum MetaName : int camInconsistentBehaviourZoomHelperDetectSuddenMovementSettings = -1747204252, camInconsistentBehaviourZoomHelperLosSettings = -1639931167, camInconsistentBehaviourZoomHelperMetadata = 589272335, + camInterpolatorMetadata = -1914330609, camLongSwoopSwitchHelperMetadata = -928103668, camLookAheadHelperMetadata = 1630118580, camLookAtDampingHelperMetadata = -1673219222, @@ -650,6 +1268,8 @@ public enum MetaName : int camThirdPersonPedMeleeAimCameraMetadata = -1047068635, camThirdPersonVehicleAimCameraMetadata = 1836891244, camTimedSplineCameraMetadata = -1591455077, + CamToCoverDirCosAngleTol = 588986036, + CamToPedDirCosAngleTol = 1553721673, camVehicleCustomSettingsMetadata = -1997304671, camVehicleCustomSettingsMetadataAdditionalBoundScalingVehicleSettings = -1810110090, camVehicleCustomSettingsMetadataDoorAlignmentSettings = 690471002, @@ -657,39 +1277,76 @@ public enum MetaName : int camVehicleCustomSettingsMetadataInvalidCinematcShotsRefsForVehicleSettings = -55234134, camVehicleCustomSettingsMetadataMultiplayerPassengerCameraHashSettings = 695621723, camVehicleCustomSettingsMetadataSeatSpecficCameras = 1805758296, + camVehicleRocketSettings = -2083802641, + CanBePaused = 1966573275, canBreak = -1538180952, + CanCallPolice = -461478364, CAnchorProps = -2124583421, canGetOffAtBottom = 923729576, canGetOffAtTop = 564839673, + cAnimCompressionFile = 2016919075, + cAnimExportCtrlSpecFile = -1312601474, CAnimSpeedUps__Tunables = 1899092416, CanRideBikeWithNoHelmet = -2047234355, CanSpawnInCar = -2120235204, + CanStealCarsAtLights = -386745804, + CanStealParkedCars = -301959679, + CanStealPlayersVehicle = -730733622, + CanStealStationaryCars = 1365518895, CantUse = -255431936, + CanUseForReactions = -1868380360, CapsuleHalfHeight = -2131084222, CapsuleHalfWidth = 629093761, + CapsuleHitForce = 883555571, CapsuleLen = -1059782414, + CapsuleLengthForDetection = 322237759, CapsuleRadius = 1996975203, + CapsuleSettings = -1491954020, + CapsuleVehicleHitTuning = 1834701470, CapsuleZOffset = 1054694912, CAR = 185025060, CARCOLS_FILE = 869804114, carGenerators = -1040143540, carModel = -1118961391, + CarSirenModifier = -652315464, + cascadeIndex = 311972855, + CAssassinsDispatch__Tunables = -710253900, castShadows = -653969569, + CatchFall = -201564967, + CatchFallHeightThresholdClipPose = 1581787136, + CatchFallHeightThresholdRollUp = 2088499253, + CatchFallHeightThresholdWindmill = -1154048424, + CatchFallRelaxHeight = -45715411, + CatchUpHelperRef = 1443569911, + CatchUpSpeed = 730064409, category = 2052871693, + CausesRumbleWhenCollidesWithPlayer = -1473400921, + CausesVehicleAvoidance = 1030055336, CBaseArchetypeDef = -2099839869, CBikeLeanAngleHelper__Tunables = 1450700199, CBlockDesc = -1222611382, - cBPlaneSampler = -577132251, + cbplanesampler = 1648690748, + cBugstarName = -324226229, CCarGen = 1860713439, CClassNameOfItemType = 440716365, CClipScalingHelper__Tunables = -522065647, CCombatTaskManager__Tunables = 1555503841, + CCompEntityAnims = 1980345114, + CCompEntityEffectsData = -864638612, CComponentInfo = 1866571721, CCompositeEntityType = 1185771007, + CCoverTuningFile = -1278278476, CCreatureMetaData = 2042092773, + CCreditArray = 1998252412, + CCreditItem = 113388969, CCurve = 608533002, CCurveSet = -2072952733, + CDataFileMgr__ChangeSetData = 666520515, + CDataFileMgr__ContentChangeSet = -1336037722, CDataFileMgr__ContentsOfDataFileXml = 1736702710, + CDataFileMgr__DataFile = -269767889, + CDataFileMgr__DataFileArray = -1250395512, + CDataFileMgr__ResourceReference = -205857537, CDispatchAdvancedSpawnHelper__Tunables = 91788279, CDispatchHelperSearchInAutomobile__Tunables = 587339511, CDispatchHelperSearchInBoat__Tunables = -1414154519, @@ -700,6 +1357,8 @@ public enum MetaName : int CDistantLODLight = 2033467892, CDoorTuningFile = -1883656575, CDynamicCoverHelper__Tunables = -1141943395, + CellDimX = -1604057537, + CellDimY = -603292277, centerAndRadius = -205221119, CEntityDef = -833612669, CEventAgitated__Tunables = -1420459865, @@ -733,71 +1392,208 @@ public enum MetaName : int CExtensionDefSpawnPoint = -994904520, CExtensionDefSpawnPointOverride = -1578105176, CExtensionDefWindDisturbance = 569228403, + cExtraRoom = -1342445157, + CF_ALLOWED_COP_PURSUIT = 491616304, + CF_JACKING = -1433445772, + cFaceDir = 399683105, + cFaceExportCtrlSpecFile = -912639387, + cFilename = -534831849, CFiringPatternInfo = -155322425, CFiringPatternInfoManager = -596548208, + CFriendlyIssues = 754458458, + cFriendlyName = 2077026003, CGrabHelper__Tunables = 1898505781, Chains = -1040059500, + chamberlain_gang = 411250856, + chamberlain_sc = -806860355, + chamberlain_tramps = -637288684, + ChanceForGutShotKnockdown = -1239720804, + ChanceOfFallToKneesAfterLastStand = -279326474, + ChanceOfFallToKneesOnCollapse = -525007686, + ChanceOfFilmingEventOnPhoneIfWatching = -292592858, + ChanceOfPedSeeingCarFromBehind = 315595788, + ChanceOfWatchRatherThanHurryAway = 273885309, + ChancePlayingCustomBackAwayAnimBigReact = -1836409830, + ChancePlayingCustomBackAwayAnimSmallReact = 1713122871, + ChancePlayingInitalTurnAnimBigReact = 551070027, + ChancePlayingInitalTurnAnimSmallReact = 1757042582, Chances = -860700024, + ChancesForHesitate = 1095332633, + ChancesForSwerve = 1825428191, + ChancesToApplyReactionWhenShootingOutTire = -236099053, + ChancesToCallPolice = -1571125896, + ChancesToDive = -1120535795, + ChancesToFlipOff = -1899591450, + ChancesToForceWaitInFront = 987604024, + ChancesToHonk = -123917531, + ChancesToHonkHeldDown = 1871327732, + ChancesToIntimidateArmedTarget = -2082645856, + ChancesToIntimidateUnarmedTarget = -2080712538, + ChancesToReactForGunAimedAt = 1942207582, + ChancesWhenBuddyKilledWithScaryWeapon = 52194177, + ChanceToDeleteOnExitVehicle = 1276762529, + cHandle = 1251016415, + ChangeRatesForParachuting = -1594475669, + ChangeRatesForSkydiving = 143335713, changeSetName = -676166773, + ChangeStationClipId = -1427723023, + CharacterLight = 1142553590, + chargeMultiplier = 510925374, + ChargeTuning = 612012739, + Chase = -1952423070, chassis = -736599458, CHDTxdAssetBinding = 1501994083, + Cheat = 766857224, + CheatPowerIncreaseForMatchSpeed = -654840747, + CheckForMovingGround = -2070290109, + ChestForce = 2102302469, + ChestForcePitch = 347021105, + child = 54445749, childLodDist = -896054323, childName = 204594422, children = 240949893, - ChromAbParam = 23846239, + CHINESE_SHUFFLING_CHECKS_FILE = 1244900227, + chromabparam = -2051698318, + chrome = 1114790148, CImapDependencies = -1054916895, CImapDependency = -793940382, + CINEMATIC = -455764484, + CinematicContexts = 1387858, + CInteriorBoundsFiles = 741495440, + CircleRotateAngleLookAhead = -1534801587, + CircleTestRadii = 1409114490, + CircleTestsMoveDistToTestNewPos = 3404462, + CirclingAngularSpeed = -104480424, + CirclingMBR = -91379787, CItypDependencies = 1515605584, + civfemale = 1191392768, + civmale = 45677184, CJunctionTemplate = -1309388819, CJunctionTemplateArray = 313816480, + ClampImpulse = 1180195582, + classic = -1836507794, + ClavicleImpulseScale = 1905000551, clearcol = 2021704599, + ClearedVehicle = -682767948, + ClearVehicleTimeMS = -49228440, + ClearZ = -1499360206, CLegIkSolver__Tunables = 841524051, CLevelData = 75111904, CLightAttrDef = -179625349, + ClimbAlignTolerance = -642892872, + ClimbingOrJumpingPedModifier = -2085854118, Clip = 547633373, + clip_set_id_invalid = 2106583169, CLIP_SETS_FILE = -158760171, clipDictionary = 424089489, clipDictionaryMetadatas = -1257295172, - clipDictionaryName = 635311839, ClipDictionaryName = -1723009137, + clipDictionaryName = 635311839, + ClipId = 1300775131, clipItems = -1000199238, - clippingPlane = 1431396622, - ClipPlanes = 744819046, + ClippingAvoidance = 185739126, + clippingplane = 1632555383, + clipplanes = -69468653, + Clips = -647448673, clips = 1731275751, ClipSet = 230522063, + ClipSetForCasual = -1507854114, + ClipSetForIntro = -1539919746, + ClipSetForRuns = -277625011, ClipSetId = 1769383946, - clipSets = -1928444946, ClipSets = -1834656358, + clipSets = -1928444946, + clipVariationSets = 1333660780, CLODLight = -2018753224, + ClonePlayerBumpedByCarActivationModifier = 1036094636, + ClonePlayerBumpedByCloneCarActivationModifier = -1548975713, CLookAtHistory__Tunables = -80229624, - ClothDarken = 1205447025, - ClothDarkenColor = 1802627449, + CloseDistance = -1851282052, + CloseDoorForceMultiplier = -2056258653, + ClosePlayerDistanceThreshold = -1992268622, + ClosePlayerModifier = -2015969683, + ClosePlayerSpeedupDistanceSquaredThreshold = -1909125580, + ClosePlayerSpeedupTimeThreshold = 1980022811, + ClosePointCounterMax = -1420256779, + ClosePointDistanceSquared = -1462544801, + CloseSpawningViewMultiplier = -448744859, + ClosestPointToLineBonusModifier = 1432381156, + ClosestPointToLineDist = -524825100, + cloth_backpack = 1069599825, + cloth_ballistic = -216111770, + cloth_cop_belt = -161858663, + cloth_gas_mask = -229343551, + cloth_heavy_bag = -141862661, + cloth_lower_ballistic_armour = -188769175, + cloth_lower_bare = 1628659471, + cloth_lower_cop = 1540859016, + cloth_lower_cotton = 1141160746, + cloth_lower_extreme = -206353774, + cloth_lower_fireman = 1406591853, + cloth_lower_leather = -967790977, + cloth_lower_pants_denim = -118217725, + cloth_lower_pants_leather = 529572143, + cloth_lower_pants_suit = -609113415, + cloth_lower_pants_tight = 879250969, + cloth_lower_shorts = -993537852, + cloth_lower_skirt_long = 421389060, + cloth_lower_skirt_short = 710005800, + cloth_lower_swat = 291450192, + cloth_lower_waterproof = 1695056885, + cloth_rappel_parachute = -781755114, + cloth_scuba = 861851786, + cloth_tool_belt = -1763900087, + cloth_upper_alien = -2003067127, + cloth_upper_ballistic_armour = 145524546, + cloth_upper_bare = 1870774092, + cloth_upper_bikini_top = -665713143, + cloth_upper_coat_scientist = 1946563223, + cloth_upper_cop = -1811521606, + cloth_upper_cop_vest = 1515519271, + cloth_upper_cotton = 830866350, + cloth_upper_fireman = 669860574, + cloth_upper_jacket_cotton = -286884983, + cloth_upper_jacket_leather = 1106508751, + cloth_upper_jacket_puffy = -1410555860, + cloth_upper_jacket_suit = 979848852, + cloth_upper_leather = 401172640, + cloth_upper_shirt_cotton_heavy = -360883024, + cloth_upper_shirt_cotton_lite = 176526946, + cloth_upper_shirt_leather = 67091042, + cloth_upper_shirt_tee = 1237088534, + cloth_upper_spacesuit = 1018641360, + cloth_upper_swat = -1511576645, + cloth_upper_sweater = -1105452813, + cloth_upper_waterproof = -546404480, + clothdarken = -9176849, + clothdarkencolor = -2102320746, clothData = -1830384205, - clothParentMatrix = -147667501, - ClothSweatMapSampler = 534825304, - ClothSweatSpec = -1194839558, - cloudBaseColour = -1437067830, - cloudBaseMinusMidColour = -901514955, - CloudBias = 104927166, - cloudBillboardParams = -1433094030, - CloudColor = 441120091, - cloudConstants1 = -801125552, - cloudConstants2 = -526423025, - cloudConstants3 = -1017237107, - cloudDetailConstants = -1175619650, - CloudFadeOut = 1003813139, - CloudInscatteringRange = 644558284, - cloudLayerAnimScale1 = -979520357, - cloudLayerAnimScale2 = -623386865, - cloudLayerAnimScale3 = 287034262, - cloudMidColour = -794221920, - cloudShadowColour = -2040768992, - cloudShadowMinusBaseColourTimesShadowStrength = -897707333, - CloudShadowOffset = -1909764154, - CloudShadowStrength = -115514391, - CloudThicknessEdgeSmoothDetailScaleStrength = 1099866139, - CloudThreshold = 556696721, - ClumpBump = -556101450, + clothparentmatrix = -1959943183, + clothsweatmapsampler = 1059055951, + clothsweatspec = -1825123257, + cloudbasecolour = -1624171303, + cloudbaseminusmidcolour = 207551193, + cloudbias = 1077109597, + cloudbillboardparams = 1372983410, + cloudcolor = -1049059038, + cloudconstants1 = 1542931277, + cloudconstants2 = 1848698816, + cloudconstants3 = -322870049, + clouddetailconstants = -2116697762, + cloudfadeout = 1796923256, + cloudinscatteringrange = 1590938598, + cloudlayeranimscale1 = -1595909165, + cloudlayeranimscale2 = -1389988769, + cloudlayeranimscale3 = 1697604722, + cloudmidcolour = -1174783135, + cloudshadowcolour = -1865500698, + cloudshadowminusbasecolourtimesshadowstrength = -613215297, + cloudshadowoffset = 1192276656, + cloudshadowstrength = -825665256, + cloudthicknessedgesmoothdetailscalestrength = -1846323378, + cloudthreshold = 2011404587, + club_nighttime = 2022489214, + clumpbump = 620873514, Clusters = -706978902, ClusterSphere = 352461053, CMapData = -749125722, @@ -811,6 +1607,7 @@ public enum MetaName : int CMloRoomDef = 186126833, CMloTimeCycleModifier = 807246248, CMultiTxdRelationship = 1261337422, + cName = 1286194959, CNmMessage = 540147835, CNmParameterBool = -1093128659, CNmParameterFloat = -1836619340, @@ -821,50 +1618,93 @@ public enum MetaName : int CNmParameterString = -2004561569, CNmParameterVector = 1886176625, CNmTuningSet = 1903166467, - COCOutputTexture = -1950620752, + CockGunWeaponClipId = -1557165195, + cocoutputtexture = 561614071, col = 2082703339, + colA = -164556334, + colB = 193412222, + colG = -1478396624, + COLLAR = 87075802, + Collision = -1775696564, collisionBone = -1060915483, CollisionData = -747911511, + CollisionFallBackPosition = 340312382, + CollisionLosHeightOffset = 706571699, + CollisionProbe = 961255660, CollisionRadius = -1333466483, + CollisionRef = -870358559, + CollisionRootPositionFallBackToPivotBlendValue = -15239669, + CollisionRootPositionSpringConstant = -787016710, + CollisionRootPositionSpringDampingRatio = -897908607, + collisions_cloth = -180670650, + collisions_glass = -629083067, + collisions_louder = -587367747, + collisions_scripted = -687900666, + collisions_vehicles_glass = 40916134, + CollisionSettings = -532093004, + CollisionTestRadiusSpringConstant = 551575094, + CollisionTestRadiusSpringDampingRatio = 1557769430, color = -380371671, Color = 1308845671, - ColorCorrect = 215617823, - ColorCorrectHighLum = -54756372, - ColorFringeParams1 = -1498130742, - ColorFringeParams2 = 284240706, - colorHighLum = -1134948111, - colorLowLum = -1793932909, - colorLum = 1603808301, + colorcorrect = 1418724964, + colorcorrecthighlum = 1002641818, + colorfringeparams1 = 1315010326, + colorfringeparams2 = 94922157, + colorhighlum = -1116643899, + colorlowlum = -20956276, + colorlum = 819694290, colorName = -658760621, colors = 140995175, Colors = 721554909, - ColorSampler = -99613023, - colorScaler = -1741317563, - ColorShift = -31146665, - ColorShiftLowLum = 514031472, - ColorShiftScalar = 650792221, - ColorTexture = 2118525134, + colorsampler = -376084771, + colorscaler = -1861854809, + colorshift = -1025130632, + colorShift = -40511132, + colorshiftlowlum = -1519695496, + colorshiftscalar = 2106064165, + colortexture = 934209648, + Colour = -948034609, colour = 1541149667, + colR = 960927728, + colTint = 690075466, + COMBAT_BEHAVIOUR_OVERRIDE_FILE = 364263123, + CombatAlignRate = 1557395660, + CombatEntryBlendDuration = -1739055928, CombatInfo = 894792629, - ComboHeightSamplerFur = -97398849, - ComboHeightSamplerFur01 = 668926824, - ComboHeightSamplerFur2 = -1100308622, - ComboHeightSamplerFur23 = -970406283, - ComboHeightSamplerFur3 = -392432684, - ComboHeightSamplerFur4 = -657042359, - ComboHeightSamplerFur45 = -38522009, - ComboHeightSamplerFur67 = -640449306, - ComboHeightTexMask = 1761283968, + CombatLoitering = -1265492857, + CombatOpenDoorClipId = 118829386, + comboheightsamplerfur = 455740840, + comboheightsamplerfur01 = 1709265783, + comboheightsamplerfur2 = 374924583, + comboheightsamplerfur23 = -1364893038, + comboheightsamplerfur3 = -1534754430, + comboheightsamplerfur4 = -238806018, + comboheightsamplerfur45 = -1785809067, + comboheightsamplerfur67 = 1396547512, + comboheighttexmask = 285679314, + ComeBackInWhenAimDirectChangeInHighCover = -18631376, + COMImpulseComponent = -1165125089, + COMImpulseMaxRootVelocityMagnitude = -1613926928, + COMImpulseOnlyWhileBalancing = -2106991228, + COMImpulseScale = -1254846306, CommonSets = -46561397, + compDrawableId = 173599222, compInfos = 592652859, + CompletionRadius = 1468879986, Component = -950476715, components = -1200452924, compositeEntityTypes = 1709823211, CompRestrictions = 1292693219, + compTexId = -1303513025, + concatDataList = 1452216515, CONDITIONAL_ANIMS_FILE = 7003891, coneInnerAngle = 1163671864, coneOuterAngle = -119938236, coneOuterAngleOrCapExt = -1133073216, + Constant = -1880000326, + constant_one = -840708605, + Constraints = 1591913012, + Contact = -1233894464, containerLods = -1358983915, CONTENT_UNLOCKING_META_FILE = 138872183, contentChangeSets = 614695604, @@ -872,75 +1712,208 @@ public enum MetaName : int contents = 780522884, CONTENTS_ANIMATION = 1729429563, CONTENTS_CUTSCENE = 1341504475, + CONTENTS_DEBUG_ONLY = -1642369249, + CONTENTS_DEFAULT = 507224223, CONTENTS_DLC_MAP_DATA = 2008833657, CONTENTS_LODS = 129500478, CONTENTS_MAP = -710794216, + CONTENTS_MAX = 1137770612, CONTENTS_PEDS = -2144148327, CONTENTS_PROPS = 85688491, CONTENTS_VEHICLES = -1090154288, Context = -1775983690, - Contrast = -383464765, - ConvertSampler = 1134818276, + continuousCharge = 463466415, + ContinuousContactTime = 1174887920, + ContinuousGapHighFallTime = 1425777632, + contrast = 699508084, + ControlDebugBeginAngle = 1147737070, + ControlDebugEndAngle = -1390352294, + ControlDebugRadius = -1408695039, + ControlDebugXPos = -875782435, + ControlDebugYPos = -422788369, + ControlHelperRef = -1410013145, + CONTROLLER_LABELS_FILE = 1309368403, + CONTROLLER_LABELS_FILE_360 = 648947982, + CONTROLLER_LABELS_FILE_DURANGO = -165142411, + CONTROLLER_LABELS_FILE_ORBIS = 91648887, + CONTROLLER_LABELS_FILE_ORBIS_JPN = 2018868761, + CONTROLLER_LABELS_FILE_PS3 = 2127547113, + CONTROLLER_LABELS_FILE_PS3_JPN = -1970087381, + convertsampler = 4959160, + cop_dispatch_interaction_settings = 778268174, + CopInVehicleVisualReactionRange = -1643027583, + Cops = 1528396268, + CoreAIMotionClipSetId = -1512465173, + CoreMotionClipSetId = -1416827748, + CoreWeaponClipSetId = 1024291853, cornerA = -992372269, cornerB = -1901089412, cornerC = -1602236132, cornerD = -44594482, + CornerExitClips = 353989914, + CornerExitHeadingModifier = -2002372599, corners = 1329770163, corona = -1103804803, + coronaColor = -679230482, coronaIntensity = -2002603525, - CoronasDepthMapSampler = 1774211266, + coronaIntensityModifier = -1139169942, + coronasdepthmapsampler = -691732025, coronaSize = 1705000075, coronaZBias = -1774608013, + CoverAimOffsetFromBlocked = -1799482869, + CoverDirToCameraWeightMax = 302988723, + CoverDirToCameraWeightMaxAimGun = 428630826, + CoverDirToCameraWeightMaxScaleDist = -649039031, + CoverDirToCameraWeightMin = -1517261325, + CoveredInBloodPlayerModifier = 1573945112, + CoverEntryHeadingReachedTol = 647951209, + CoverEntryMaxDirectDistance = 1608065887, + CoverEntryMaxDistance = 1307601741, + CoverEntryMaxDistanceAI = -771431103, + CoverEntryMinAngleToScale = -868041601, + CoverEntryMinDistance = 1391743069, + CoverEntryMinDistanceAI = -224858083, + CoverEntryMinTimeNavigatingAI = 1162149057, + CoverEntryPositionReachedTol = 1436746072, + CoverEntryRateAI = -1393531040, + CoverEntryRatePlayer = 443908416, + CoverEntryShortDistanceAI = 14209833, + CoverEntryShortDistancePlayer = 1607017826, + CoverEntryStandDistance = 1011440787, + CoverEntryStandStrafeDistance = 1748900014, + CoverHeadingCloseEnough = 488807312, + CoverHeadingCloseEnoughTurn = 52868234, + CoverLeftFireModifier = -1280223183, + CoverLeftFireModifierLow = -274988947, + CoverLeftIncreaseModifier = 314817266, + CoverMaxDistance = -152229196, + CoverMinDistance = 417867439, + CoverPoint = -1771446675, + CoverPoints = -1241767340, + CoverPositionCloseEnough = -1914297418, + CoverResponseTimeout = -1948646881, + CoverRightFireModifier = -708375051, + CoverRightFireModifierLow = 1508442808, + CoverRightIncreaseModifier = 1620272884, + CoverSettings = -514769982, + CoverStepClipSetId = -1844520772, + CoverToCoverAngTol = 1570059814, + CoverToCoverAnimStateInfos = -717198601, + CoverToCoverClipRate = 1687761193, + CoverToCoverDistTol = 2125677956, + CoverToCoverDuration = 462269180, + CoverToCoverEdgeTestEndYOffset = 545166509, + CoverToCoverEdgeTestStartYOffset = -1824668889, + CoverToCoverMaxAccel = -1151191645, + CoverToCoverMaxAngToStep = 446471957, + CoverToCoverMaxDistToStep = 19390938, + CoverToCoverMaxRotScalePhase = 372008448, + CoverToCoverMaxScalePhase = -66568682, + CoverToCoverMinAng = -1643024179, + CoverToCoverMinAngToScale = -911980137, + CoverToCoverMinDepthToScale = 1009232455, + CoverToCoverMinDistToScale = 483457094, + CoverToCoverMinRotScalePhase = 321218444, + CoverToCoverMinScalePhase = -1375521413, + CoverToCoverSmallAnimDist = 392526062, + CoverWeightDistance = -958264657, + CoverWeightUsage = -385993392, + CoverWeightValue = -1829861005, + CoweringForeverDeleteOffscreenTimeMS_MAX = 263563417, + CoweringForeverDeleteOffscreenTimeMS_MIN = 1966243013, CPackFileMetaData = -1817802193, CPedCompExpressionData = -1189020045, CPedModelInfo__InitData = -345583482, CPedModelInfo__InitDataList = -579373282, CPedModelInfo__PersonalityDataList = -1866835537, CPedPropExpressionData = -1423573426, + CPedPropInfo = -1436020670, + CPedPropMetaData = 94549140, + CPedPropTexData = 254518642, + CPedSelectionSet = 253191135, CPedTargetEvaluator__Tunables = 1616944729, CPedTargetting__Tunables = -722624256, + CPedVariationInfo = 376833625, + CPlantInfo = 1982133670, CPlayerCoverClipVariationHelper__Tunables = -446990125, CPlayerInfo__sPlayerStatInfo = 1168828738, CPlayerInfo__sSprintControlData = -2069626472, CPlayerInfo__Tunables = -531042597, CPlayerPedTargeting__Tunables = 1955283657, + CPlayerSpecialAbilityManager = -1606226628, CPoliceBoatDispatch__Tunables = 308678703, CPopGroupList = 738910261, + CPopulationGroup = 1530774378, CPrioritizedClipSetRequestManager__Tunables = 76934329, CProceduralInfo = -11477179, CPtFxAssetDependencyInfo = -358370708, CPtFxAssetInfoMgr = -695468730, - CrackDecalBumpAlphaThreshold = 1142077613, - CrackDecalBumpAmount = 691749191, - CrackDecalBumpTileScale = -533425503, - CrackEdgeBumpAmount = 1982721663, - CrackEdgeBumpTileScale = 839746276, - crackleIntensity = 1722034513, - CrackleSampler = 1254341068, - CrackMatrix = -2119150830, - CrackOffset = -219046570, - CrackSampler = -608164915, + CPVComponentData = -756472076, + CPVDrawblData = 1535046754, + CPVTextureData = 1036962405, + crackdecalbumpalphathreshold = -951042135, + crackdecalbumpamount = -2139671193, + crackdecalbumptilescale = 730767419, + crackedgebumpamount = -874777039, + crackedgebumptilescale = 492538267, + crackleintensity = 1771354266, + cracklesampler = 1774790613, + crackmatrix = -1650557946, + crackoffset = -2080269020, + cracksampler = -966468678, CRandomEventManager__Tunables = -986749569, + CrashLanding = -1143221725, + creatureMetadataName = -1528490137, CreatureMetadataName = 982286538, CreditItems = 1705522053, CRelationshipManager__Tunables = 1682166943, + cRemoveBoneNameList = 1501402472, + cRenderTargetName = -843672, Crimes = 944438733, - cRPlaneSampler = 2106185005, + Criminality = -486227039, + CriminalityTypes = 1643851287, + CriminalVehicleMinStartSpeed = -231840660, + CrouchedLeftFireOffset = -841660484, + CrouchedOrLowCover = -1222002830, + CrouchedRightFireOffset = -1761028750, + crplanesampler = -379133201, + CruiseDuckPrepLeftBikeClipId = 1163109918, + CruiseDuckPrepLeftCharClipId = 733218, + CruiseDuckPrepRightBikeClipId = 1089195126, + CruiseDuckPrepRightCharClipId = 1933131499, + CruisePedalCharClipId = 196702567, + CruiseSpeed = -1399065728, + CruiseSpeedForStrafe = -1812210316, + CruiseSpeedMultiplierForBackOff = -635030841, + CruiseSpeedMultiplierForMaxBackOffDistance = 2134482011, + CruiseSpeedMultiplierForMaxSlowdown = -1604858730, + CruiseSpeedMultiplierForMinBackOffDistance = -757038976, + CruiseSpeedMultiplierForMinSlowdown = 2016261853, + CruiseSpeedWhenClose = 587550606, + CruiseSpeedWhenObstructedByLawEnforcementPed = 1914453083, + CruiseSpeedWhenObstructedByLawEnforcementVehicle = 1604976859, CScenarioChain = 871314709, CScenarioChainingEdge = -39557736, + CScenarioChainingEdge__eAction = -685159878, + CScenarioChainingEdge__eNavMode = -323193842, + CScenarioChainingEdge__eNavSpeed = 941086046, CScenarioChainingNode = -954284041, CScenarioClipHelper__Tunables = 1707736265, CScenarioEntityOverride = -81233496, CScenarioPoint = -191917806, CScenarioPointCluster = 750308016, CScenarioPointContainer = -1914028693, + CScenarioPointFlags__Flags = 700327466, CScenarioPointGroup = -911287233, CScenarioPointLookUps = -1275345429, CScenarioPointManifest = 1425675487, CScenarioPointRegion = 1492970064, CScenarioPointRegionDef = 1251976652, + cSceneName = -1146603405, CShaderVariableComponent = -413846757, CSituationalClipSetStreamer__Tunables = 1395325338, + CSlownessZoneManager = -573786771, + CStreamingRequestCommonSet = 1358189812, CStreamingRequestFrame = 999226379, CStreamingRequestRecord = 135915278, CTacticalAnalysis__Tunables = 1413047452, @@ -960,6 +1933,7 @@ public enum MetaName : int CTaskAmbientClips__Tunables = 1589125251, CTaskAnimatedHitByExplosion__Tunables = 1117516593, CTaskArrestPed__Tunables = 1399891452, + CTaskBirdLocomotion__Tunables = 1099459847, CTaskBoatChase__Tunables = -495995558, CTaskBoatCombat__Tunables = -1885299106, CTaskBoatStrafe__Tunables = -1258471404, @@ -976,6 +1950,7 @@ public enum MetaName : int CTaskCoupleScenario__Tunables = 44269074, CTaskCover__Tunables = -842160646, CTaskCowerScenario__Tunables = 27789385, + CTaskCuffed__Tunables = 918124422, CTaskDamageElectric__Tunables = 856265530, CTaskDraggingToSafety__Tunables = -251261060, CTaskDyingDead__Tunables = -1619232905, @@ -1002,6 +1977,7 @@ public enum MetaName : int CTaskHeliPassengerRappel__Tunables = -465987766, CTaskHumanLocomotion__Tunables = -1374830259, CTaskInCover__Tunables = 1340552235, + CTaskInCustody__Tunables = 2117468048, CTaskIntimidate__Tunables = 1888161203, CTaskInVehicleBasic__Tunables = -703536712, CTaskInvestigate__Tunables = 2122351816, @@ -1133,277 +2109,753 @@ public enum MetaName : int CTaskWanderInArea__Tunables = 711403403, CTaskWanderingScenario__Tunables = -111905743, CTaskWitness__Tunables = 1436906951, + CTCCapsuleRadius = -643476684, + CTCClearanceCapsuleEndForwardOffset = -1217708405, + CTCClearanceCapsuleEndZOffset = 2044226047, + CTCClearanceCapsuleRadius = 837246042, + CTCClearanceCapsuleStartForwardOffset = -205323316, + CTCClearanceCapsuleStartZOffset = 1328526529, + CTCDepthDistanceCompletionOffset = 148125195, + CTCForwardOffset = -1258281840, + CTCHeightOffset = 1038229473, + CTCMinDistance = 348835470, + CTCProbeDepth = -567440790, + CTCSideOffset = -1782367690, + CTCSpacingOffset = -36270211, cTextId1 = -106647417, cTextId2 = -1381623669, CTimeArchetypeDef = 1991296364, CTimeCycleModifier = 1733268304, - cubeFace = 578680460, + cTitle = 834048882, + CTuningFile = -1466208016, + CTxdRelationship = -645764497, + cubeface = -1727166082, cullingPlane = 1689591312, - CurLumSampler = -1924919398, - currentDOFTechnique = 876361946, - currentLum = -2144163723, - currentResolution = -606457186, - curveCoeffs = 262887999, + cult = 2010391401, + curlumsampler = -863380955, + Current = -1815874823, + currentdoftechnique = -751462438, + CurrentHeading = 413002367, + currentlum = 968818364, + currentresolution = -112154033, + curvecoeffs = -1531320579, + curves = 1403691063, + CurveSets = -178632350, + CustomBoundingBoxSettings = 1022007033, + CustomCollisionOriginRelativePosition = -139513036, + CustomOrbitDistanceLimitsToForce = 1828892401, + CustomSettings = -1467915351, CustomTriggerBox = -1715541285, + cutfAttributes = -2057783194, + CutsceneBlendSpringConstant = 777008740, + CutsceneBlendSpringDampingRatio = -1928522426, + cutscenes = 2130818598, + CVA_WHEEL_REAR_LEFT = -1146082906, CVehicleClipRequestHelper__Tunables = -1437948606, + CVehicleKit = 679130282, + CVehicleMetallicSetting = 2073371064, + CVehicleModColor = 1443412025, + CVehicleModColors = -1436648806, + CVehicleModelColor = -81631474, CVehicleModelInfoVarGlobal = -1110307889, CVehicleModelInfoVariation = 746362187, + CVehicleModLink = -1564259916, + CVehicleModPearlescentColors = 1380492417, + CVehicleModStat = 243590259, + CVehicleModVisible = -56676060, CVehicleScenarioManager__AttractorTuning__Tunables = 1138425769, CVehicleWheel = -1330602317, + CVehicleWindowColor = -1733697330, + CVehicleXenonLightColor = -1487739897, CVfxFogVolumeInfo = 759946685, CVfxFogVolumeInfoMgr = 1633161012, CVfxInteriorInfo = 998078140, CVfxInteriorInfoMgr = -168008104, + CVfxInteriorSetup = 128879576, CVfxPedInfo = -1025497343, CVfxPedInfoMgr = -1617130652, CVfxRegionInfo = 286275649, CVfxRegionInfoMgr = -698522730, + CVfxRoomSetup = 769638437, CVfxVehicleInfo = -1728407484, CVfxVehicleInfoMgr = 13081091, CVfxWeaponInfo = 1271168564, CVfxWeaponInfoMgr = 623762845, CWanted__Tunables = -1356445425, + CWanted__Tunables__WantedLevel = -85564465, CWantedHelicopterDispatch__Tunables = -613850841, CWildlifeManager__Tunables = -395089171, + CycleTargetAngularLimit = 1394170274, + CycleTargetAngularLimitMelee = -505001437, + cypress_general = 1446780254, + cypress_tramps = -1080929412, damageAtCentre = 626304432, damageAtEdge = 1456455832, - DamagedWheelOffsets = -1469071347, - DamageMultiplier = 834852380, - DamageSampler = -980931521, - damageSpecTextureSampler = 522820676, - DamageTextureOffset = -1423520499, - damageTextureSampler = -781750402, - DamageVertBuffer = 1078059797, - DarkTonemapParams0 = 471167923, - DarkTonemapParams1 = 231855916, + damageAtMid = -1284635661, + damagedwheeloffsets = 1348413520, + DamageMotionBlurDuration = 304164673, + DamageMotionBlurMaxDamage = 938189370, + DamageMotionBlurMaxStrength = 1317618698, + DamageMotionBlurMinDamage = -1052682598, + damageMultiplier = 18336056, + damagemultiplier = 378227101, + damagesampler = -715617540, + damagespectexturesampler = -474314471, + damagetextureoffset = 4318529, + damagetexturesampler = -162251306, + damagevertbuffer = -1483822425, + DampeningForce = 1129875775, + DampenRootTargetHeight = 1671878115, + DampenRootTargetWeight = 794209155, + darktonemapparams0 = 1554855265, + darktonemapparams1 = 780523795, + DataFileContents = 655728054, dataFiles = -130364957, + DataFileType = -430548229, dataSize = -1852213925, - deathIntensity = 1746394714, - DeathSampler = 1360321153, - debugCloudsParams = 2055010188, - debugLightColour = 1249424015, + davis_gang = -2035612613, + davis_hookers = 263474307, + davis_sc = -1356172774, + davis_tramps = 80817981, + Dead = -1429049826, + DeadBlendOutSet = -40375504, + DeadFallOutClipId = 1583960251, + DeadZoneAnyInputDirection = 1699227528, + DeadZoneStickNorm = -613536433, + deathintensity = -2075175445, + deathsampler = -147976328, + debugcloudsparams = 580885775, + DebugDisplayAlwaysUseEventPosition = 387027865, + DebugDisplayListPlayerInfo = 1307368391, + DebugDraw = -1876492547, + debuglightcolour = 227690714, + DebugLockOnTargets = -441930948, + DebugSwapInstantly = -1343988710, + DebugTargetting = -204420321, + decalId = -1923116275, + decalLength = 1229088392, + decalLife = 96058849, DECALS_FILE = 721270417, - DecalSampler = 741530363, - DecalTint = 869050711, + decalsampler = -1483018560, + decaltint = -1202894686, + decalWidth = -1896955987, + Decay = 398571259, + DecayDuration = 1826449020, decayFactor = -2107573258, + DecayRate = 1564203967, + Deceleration = 1627413096, DecisionMakerName = 71722552, - DecorationFrameInfo = -626893845, - DecorationTattooAdjust = -1766295719, - DecorationTintPaletteSel = -1299792552, - DecorationTintPaletteTexSampler = -2113894503, + decorationframeinfo = -565184197, + decorationtattooadjust = 1578586549, + decorationtintpalettesel = -1846021487, + decorationtintpalettetexsampler = -8803002, + DeepWaterThreshold = -354856927, Default = 1012917042, + default_perception = -757264008, + DEFAULT_TASK_DATA_FILE = -1593566013, + DefaultAlignEndFixupPhase = 1305634921, + DefaultAlignRate = -1739750507, + DefaultAlignStartFixupPhase = 717764835, + DefaultAmnestyTime = 1730819989, + DefaultBackwardsProjectionRange = -182419017, + DefaultBeJackedAlivePedFromOutsideClipId = -475741888, + DefaultBeJackedAlivePedFromWaterClipId = -549096301, + DefaultBeJackedAlivePedOnVehicleClipId = -1987601309, + DefaultBeJackedAlivePedOnVehicleIntoWaterClipId = -1947001436, + DefaultBeJackedDeadPedFromOutsideClipId = -1668553817, + DefaultBeJackedDeadPedFromWaterClipId = 542641977, + DefaultBeJackedDeadPedOnVehicleClipId = 988275496, + DefaultBeJackedDeadPedOnVehicleIntoWaterClipId = 824689766, DefaultBrawlingStyle = 665939989, + DefaultChanceOfStandingWhileMoving = -580663928, + DefaultClimbDownClipId = -1536161219, + DefaultClimbDownNoDoorClipId = 374589004, + DefaultClimbUpClipId = -1300975565, + DefaultClimbUpNoDoorClipId = -127001376, + DefaultCloseDoorEndIkPhase = 932416743, + DefaultCloseDoorEndPhase = 444144670, + DefaultCloseDoorStartIkPhase = -1201973675, + DefaultCloseDoorStartPhase = -2113234026, + DefaultCrashExitOnSideClipId = 828622422, + DefaultCrouchingPose = 607364341, + DefaultDistanceFromWorldCenter = -2043062465, + DefaultEdgeTurnBlendDuration = -1091419374, defaultEntitySets = 1407157833, + DefaultFleeExitClipId = 1085529957, + DefaultForcedEntryClipId = -107589121, + DefaultFov = 1391977192, DefaultGestureClipSet = 289586118, + DefaultGetInClipId = 1776336338, + DefaultGetOutBlendDuration = -555606644, + DefaultGetOutClipId = 1983795837, + DefaultGetOutNoWindBlendDuration = -1824581725, + DefaultGetOutNoWingId = 90808597, + DefaultGetOutOnToVehicleClipId = -1796870858, + DefaultGetOutToWaterClipId = -185405782, + DefaultHiddenEvasionTimeReduction = 115496620, + DefaultImpactBikeClipId = -1851533336, + DefaultImpactCharClipId = 628124008, + DefaultInverseMassScales = 1575645985, + DefaultJackAlivePedFromOutsideClipId = -1670688193, + DefaultJackAlivePedFromWaterClipId = -1915305181, + DefaultJackDeadPedFromOnVehicleClipId = 1982208210, + DefaultJackDeadPedFromOutsideClipId = 1755247816, + DefaultJackDeadPedFromWaterClipId = 2061479056, + DefaultJackDeadPedOnVehicleIntoWaterClipId = -786124122, + DefaultJackPedFromOnVehicleClipId = 807201844, + DefaultJackPedOnVehicleIntoWaterClipId = 1866652328, + DefaultJackRate = -38967235, + DefaultJumpOutClipId = 1640661523, + DefaultKillShotImpulseMult = 1035940220, + DefaultLookAtThreshold = -1755353079, + DefaultMaxRotationScalingValue = -580809546, + DefaultMaxTranslationScalingValue = 589616650, + DefaultMeleeRange = 318279589, + DefaultMinRotationScalingValue = 273784445, + DefaultMinTranslationScalingValue = -223307904, + DefaultMPKillShotImpulseMult = -1087124121, + DefaultMPRapidFireKillShotImpulseMult = -469487059, + DefaultOpenDoorClipId = 757048139, + DefaultOpenDoorEndIkPhase = -1663742373, + DefaultOpenDoorEndPhase = 1506371742, + DefaultOpenDoorRate = 350729378, + DefaultOpenDoorStartIkPhase = -1416748492, + DefaultOpenDoorStartPhase = 462320915, + DefaultPedalToFreewheelBlendDuration = 811691519, + DefaultPitch = -2027971791, + DefaultPitchSmoothingRate = -1180779132, + DefaultPlayerStandEntryEndMovementPhase = -1849666942, + DefaultPlayerStandEntryStartMovementPhase = -1507630884, + DefaultProbeOffset = -194677708, + DefaultRapidFireKillShotImpulseMult = 2071204131, + DefaultRelativePitch = 551950644, DefaultRemoveRangeMultiplier = -2027885011, + DefaultReversePitch = 1670344535, + DefaultSettleBlendDuration = -1439391626, + DefaultSitToStandBlendDuration = -1839653659, + DefaultSmallImpactBikeClipId = -1996672252, + DefaultSmallImpactCharClipId = -1328281477, DefaultSpawningPreference = -797685521, + DefaultSpawnPreference = 888587604, + DefaultStandingPose = 836857486, + DefaultStillToTurnBlendDuration = 1307353498, + DefaultTargetAimPitchMax = -880001821, + DefaultTargetAimPitchMin = -543789573, + DefaultTargetAngularLimit = 361676600, + DefaultTargetAngularLimitClose = -1020346030, + DefaultTargetAngularLimitCloseDistMax = 2015184340, + DefaultTargetAngularLimitCloseDistMin = -1696066535, + DefaultTargetAngularLimitMelee = -477803458, + DefaultTargetAngularLimitMeleeLockOnNoStick = 2076997846, + DefaultTargetAngularLimitVehicleWeapon = -1619077517, + DefaultTargetDistanceWeightMelee = 908567944, + DefaultTargetDistanceWeightMeleeRunning = 118717170, + DefaultTargetHeadingWeightMelee = -956421919, + DefaultTargetHeadingWeightMeleeRunning = -461667691, DefaultTaskDataSetName = -1317685300, DefaultTexureIndex = -1214172305, + DefaultTimeBetweenIdles = 1544265672, + DefaultTryLockedDoorClipId = 2087055883, DefaultUnarmedWeapon = -1493365723, DefaultVisemeClipSet = -1025475791, - deferredLightDownsampleDepthSampler = 1224952379, - deferredLightParams = -99208792, - deferredLightScreenSize = -127794305, - deferredLightVolumeParams = 1590943330, - deferredPerspectiveShearParams0 = 1326157075, - deferredPerspectiveShearParams1 = 1002989193, - deferredPerspectiveShearParams2 = 707117892, - deferredProjectionParams = 484703595, - deferredVolumeColour = 1768259926, - deferredVolumeDepthBufferSamp = 769699235, - deferredVolumeDirection = 1690873388, - deferredVolumePosition = -1040527818, - deferredVolumeShaftCompositeMtx = 1376956973, - deferredVolumeShaftGradient = 1769447809, - deferredVolumeShaftGradientColourInv = 1943421543, - deferredVolumeShaftPlanes = -1239885123, - deferredVolumeTangentXAndShaftRadius = 793723912, - deferredVolumeTangentYAndShaftLength = -355534368, + DefaultWeaponLoadout = -1550751537, + defenseMultiplier = 2057680844, + deferredlightdownsampledepthsampler = 110250107, + deferredlightparams = 1690620309, + deferredlightscreensize = -483484071, + deferredlightvolumeparams = 2130744975, + deferredperspectiveshearparams0 = -861111415, + deferredperspectiveshearparams1 = 61303170, + deferredperspectiveshearparams2 = -169030131, + deferredprojectionparams = 424764587, + deferredvolumecolour = 2115695095, + deferredvolumedepthbuffersamp = -913102138, + deferredvolumedirection = -1091001184, + deferredvolumeposition = 1009422528, + deferredvolumeshaftcompositemtx = -1193573630, + deferredvolumeshaftgradient = 404580226, + deferredvolumeshaftgradientcolourinv = 1067440921, + deferredvolumeshaftplanes = -1172208339, + deferredvolumetangentxandshaftradius = 1118228408, + deferredvolumetangentyandshaftlength = -11024702, + DEFORMABLE_OBJECTS_FILE = -298487488, + del_perro_bums = -1072552528, + del_perro_streetgeneral = -291697029, + Delay = -182469961, + DelayBetweenPavementFloodFillSearches = -207776616, DelayDoorClosingForPlayer = -1938551638, + DELAYED_IDE_FILE = -179764709, + DelayTimeWhenOutOfAmmoInScope = -610433601, + DeleteOffscreenTimeMS_MAX = 2066926080, + DeleteOffscreenTimeMS_MIN = -1512696038, delta = 1117510170, + DeltaForMaxStickChange = -1955429726, + DeltaScaleWhenPlayerStationary = 397262754, + DeltaTolerance = 2032147920, + density = -451034985, Density = 1026783212, DensityRange = -141899544, - DensitySampler = 1616726273, + densitysampler = -466598698, densityType = 235100599, dependencies = 1013942340, - DepthBlurHalfResSampler = 319930602, - DepthBlurHalfResTexture = 574667873, - DepthBlurSampler = -1335131480, - DepthBlurTexture = -1921017494, - depthBuffer = 882071649, - depthBuffer2 = 1506006101, - depthBuffer2_Sampler = -1066926097, - DepthBufferSamp = 161242755, - DepthBufferSampler = -1536114382, - DepthMapPointSampler = 819452728, - DepthMapSampler = 2007089277, - DepthMapTexSampler = 335515213, - DepthSampler = 1072204358, - depthSourceSampler = -942285598, - depthTexture = -1045474014, - DepthTextureMS = 1262636483, - deSatContrastGamma = -707669482, - Desaturate = -1614158248, - desaturateTint = 1035395054, - detailBumpiness = -187192358, - DetailBumpSampler = -1552824442, - DetailDensity2Sampler = 1223303786, - DetailDensitySampler = -1605176010, - detailMapOffset = 654857961, - DetailMapSampler = 3364060, - detailMapUScale = 433060136, - detailMapVScale = 616926007, - DetailNormal2Sampler = 336748488, - DetailNormalSampler = 112497184, - DetailOffset = -2060426337, - DetailSampler = -736219968, - detailSettings = -375371948, - detailUVScale = 1521105826, - diffuse2SpecMod = -703933516, - diffuseCol = -653966183, - DiffuseExtraSampler = -818451467, - DiffuseHfSampler = -195426362, + depletionMultiplier = -641780645, + Deploy = 325816429, + depthblurhalfressampler = -1961213389, + depthblurhalfrestexture = -1656721000, + depthblursampler = 979379647, + depthblurtexture = -256856675, + depthbuffer = -847301538, + depthbuffer2 = 1908423578, + depthbuffer2_sampler = 720934291, + depthbuffersamp = -1802238478, + depthbuffersampler = -797369236, + DepthForLandProbe = 1901477334, + depthmappointsampler = -79586878, + depthmapsampler = 847477652, + depthmaptexsampler = -1510493458, + depthMult = 1469744358, + depthsampler = 383876435, + depthsourcesampler = -1716029833, + depthtexture = -206124349, + depthtexturems = -160937730, + desatcontrastgamma = 1070958827, + desaturate = -1655629489, + desaturatetint = -1783268037, + DesiredDirToCoverAimingWeight = 1242729948, + DesiredDirToCoverMinDot = -526806382, + DesiredDirToCoverWeight = -1362907879, + DesiredDistanceToCover = 1551121369, + DesiredDistanceToCoverToRequestStep = -1935027192, + DesiredLeanAngleRate = -156026999, + DesiredLeanAngleRateQuad = -1354899801, + DesiredLeanAngleTolToBringLegIn = 1030667828, + DesiredOvershootLeanAngle = -1426875805, + DesiredPitch = 2095341670, + DesiredSpeedToBringLegIn = -874742048, + DesiredTimeToResolveAngleDifference = -1371440269, + Despawning = 1606361377, + DestInteriorHash = 57503776, + DestRoomIdx = 1028873946, + destroySuppressor = 1745227706, + DetachExitDefaultPhaseThreshold = 1532444703, + detailbumpiness = 1675037470, + detailbumpsampler = 143227613, + detaildensity2sampler = -1707744404, + detaildensitysampler = -2024811893, + detailmapoffset = -1262553336, + detailmapsampler = 1041827691, + detailmapuscale = 489333004, + detailmapvscale = -1464046173, + detailnormal2sampler = 2004179855, + detailnormalsampler = -1391126299, + detailoffset = 2002782257, + detailsampler = -901604892, + detailsettings = -1256313201, + detailuvscale = -876470031, + DetectionRadius = -16563217, + DEVINS_SNOWLIGHT = 1635759186, + Difficulty = 1654675133, + diffuse2specmod = 1788442252, + diffusecol = 1517692383, + diffuseextrasampler = 58635929, + diffusehfsampler = -1348697215, DiffuseMapName = 1085051633, - diffuseMod = -551129620, - DiffuseNoBorderTexSampler = -1104095983, - DiffuseSampler = 1156305749, - DiffuseSampler2 = -1652986880, - DiffuseSamplerFur = 938368662, - DiffuseSamplerPhase2 = 1667209411, - DiffuseSamplerPoint = -2058071649, - DiffuseSplatterTexSampler = -2084995218, - DiffuseTexSampler = 1655153480, - DiffuseTexSampler01 = -2077596993, - DiffuseTexSampler02 = 1805824444, - DiffuseTexSampler03 = 1623563266, - DiffuseTexSampler04 = -939529611, - DiffuseTexTileUV = 53404435, - DiffuseWoundTexSampler = -1707025594, - DiffusionRadius = 686144443, - dimmerSet = -1840079468, - dimmerSetPacked = -654523581, + diffusemod = 1685953011, + diffusenobordertexsampler = 1732587965, + diffusesampler = -235000975, + diffusesampler2 = 181641832, + DiffuseSampler3 = 1429813046, + diffusesamplerfur = 1282320680, + diffusesamplerphase2 = -1067347847, + diffusesamplerpoint = -279966011, + diffusesplattertexsampler = 1412546033, + diffusetexsampler = -1290263141, + diffusetexsampler01 = 255045494, + diffusetexsampler02 = -1587883070, + diffusetexsampler03 = -1313770385, + diffusetexsampler04 = -1003316875, + diffusetextileuv = -1478965173, + diffusewoundtexsampler = -536486076, + diffusionradius = -270896895, + dimmerset = 1523312743, + dimmersetpacked = -112662224, Direct = 1129153779, directedLifeTime = 2075377911, directedWidth = 932713096, - direction = 887068712, Direction = -1604945531, - DirectionalMotionBlurIterParams = 170829637, - DirectionalMotionBlurLength = 715426685, - DirectionalMotionBlurParams = -657269674, + direction = 887068712, + DirectionalLightMultiplier = -48217369, + directionalmotionbluriterparams = -1517017763, + directionalmotionblurlength = 544111294, + directionalmotionblurparams = -886543053, directionAmount = 1441249296, - dirtColor = 1617451449, - DirtDecalMask = 1443982923, - dirtLevel = 1666152487, - dirtLevelMod = 708247481, - DirtSampler = -92761446, + DirectorList = 1163993726, + dirtBlue = 365907991, + DirtBumpSampler = -1137146787, + dirtcolor = 1146381126, + dirtdecalmask = 1050016400, + dirtGreen = 986658337, + dirtlevel = 47191856, + dirtlevelmod = -333152487, + dirtRed = -831960762, + dirtsampler = 2124031998, + DISABLE_FILE = -396996816, + DisableAiCoverEntryStreamCheck = -1789972106, + DisableBikeHandleArmIk = 1131247892, + DisableBikePickPullUpOffsetScale = 454797365, disableBonnetCamera = 1563940027, + DisableCloseDoor = -248331695, + DisableCoverToCoverRotationScaling = 1227928250, + DisableCoverToCoverTranslationScaling = -1418922492, disabled = -1722884127, Disabled = 295298378, disabledFiles = -1184429346, + DisableDirectionalLighting = 22229384, + DisableDoorHandleArmIk = -56761618, disableDriveby = -1256214711, + disableDrivebySeat = 161724223, + disableDrivebySeatSecondary = 484538291, + DisableHighQualityDof = -230910789, + DisableInjuredBehaviorDistLimit = 868220978, + DisableInjuredBehaviorImpulseLimit = 1833631034, + DisableIntroOverShootCheck = -696021502, + DisableIntroScaling = 1465904835, + DisableJumpOnSteepStairs = 1258832245, + DisableMoverFixups = 1336261201, + DisableOutroOverShootCheck = -1549165540, + DisableOutroScaling = 1212343445, disableProjectileDriveby = 531190847, - DiskBrakeGlow = 1281815109, + DisableReachForWoundOnHeadShot = 390630339, + DisableReachForWoundOnHeadShotMaxDelay = 702711221, + DisableReachForWoundOnHeadShotMinDelay = -1023470807, + DisableReachForWoundOnNeckShot = 249145917, + DisableReachForWoundOnNeckShotMaxDelay = 266530001, + DisableReachForWoundOnNeckShotMinDelay = -1102570517, + DisableRotationOvershoot = -1041842160, + DisableRotationOvershootCheck = -595440587, + DisableRotationScaling = 800236883, + DisableSeatBoneArmIk = -1958266157, + DisableStartMessageForSprintExhausted = -761232593, + DisableStreamedVehicleAnimRequestHelper = -344662416, + DisableTagSyncIntoAlign = 609083866, + DisableTimeslicingHeadingThresholdD = 484878979, + DisableTranslationOvershoot = -1860789316, + DisableTranslationOvershootCheck = -1615200027, + DisableTranslationScaling = -1160965081, + DisableVaultForwardDot = 1893591066, + DisableVehicleDependencies = 1599003681, + DisableWeaponBlocking = 800840705, + DisableWhenOffMission = 746028494, + DisallowGroundProbeVelocity = 7853624, + discardFrameList = 1234565986, + diskbrakeglow = 1035405954, Dispatch = -703832427, - displParams = 650796126, + DISPATCH_DATA_FILE = 1977530558, + DispatchNode = -934755105, + DisplacementScaleApproachRateIn = -1623564655, + DisplacementScaleApproachRateOut = -1271208165, + Display = -1934550799, + DisplayAimAssistCurves = 216413736, + DisplayAimAssistIntersections = -1299113615, + DisplayFreeAimTargetDebug = 315412703, + DisplayLockOnAngularRanges = 951183830, + DisplayLockOnDistRanges = 208459187, + DisplayRemovedGroups = 1828214902, + DisplaySoftLockDebug = 1909407402, + displparams = 1163050293, Distance = 1974652584, - distanceMapSampler = -1233889838, + DistanceBetweenAiPedsCoverAndPlayersCover = 2013288531, + DistanceForCarChaseShockingEvents = 1719190513, + DistanceForFull = -410267196, + DistanceForMaxTimeBeforeNewPose = 858243059, + DistanceForMinTimeBeforeNewPose = -693642892, + DistanceForStraightLineModeAlways = -1308597882, + DistanceForStraightLineModeIfLos = 1150609584, + DistanceLimits = 335839296, + distancemapsampler = 1616890976, DistanceRange = 1987085678, + DistanceToCapSpeed = -1201699453, + DistanceToEvaluateDoors = -819949022, + DistanceToFollowInCar = -438819029, + DistanceToFollowVehicleBeforeFlee = 459862259, + DistanceToRunToVehicle = 1289358659, + DistanceToSignalVehiclePursuitToCriminal = 783802328, + DistanceToStart = 64309451, + DistanceToStartCappingSpeed = -555849193, + DistanceToStopMassIdeal = -471353243, + DistanceToStopMassWeight = 979399865, + DistanceToStopMultiplier = -1496128356, + DistanceToTerminate = 1737497458, + DistanceToTestDownForVehiclesToReject = -878339063, + DistanceToUseGunfireReactAndFleeAnimations = -1697475917, + DistanceToWallCoverToCover = 1318415761, + DistanceToWallCrouching = 575575803, + DistanceToWallStanding = -1644363997, + DistanceWeighting = 1241525786, + DistanceWeightingNoStick = 1793159754, + DistanceXYToUseHeightMapAvoidance = 1504259891, + DistanceZThresholdForHighHighFall = -290681242, DISTANT_LIGHTS_FILE = 983558349, DISTANT_LIGHTS_HD_FILE = -1368971017, DistantLODLightsSOA = -1340500655, distBetweenCoronas = 1962520137, distBetweenCoronas_far = 232750087, - DistEpsilonScaleMin = 2078819845, - DistMapCenterVal = -1693499594, - distortionParams = -651045976, - DistortionSampler = -757034478, + DistConsideredAtAimPosition = -1997920355, + distepsilonscalemin = 1163639717, + DistFromCoverToAllowReloadCache = -853521288, + distmapcenterval = 1612602645, + distortionparams = -1337287984, + distortionsampler = 342449994, distribution = 914976023, + DistSquaredThresholdAtCrowdRoundPos = -672435057, + DistSquaredThresholdMovingToCrowdRoundPos = -435753964, + DistToCoverWeight = -2015435319, + DistToCoverWeightNoStickBonus = -1298877842, + DistToCoverWeightThreat = -1039377493, + DistToEntryToAllowForcedActionMode = 1493908582, + DistToUseShortestRotation = -804741976, disturbanceType = -492258926, - ditherSampler = 2034372086, + DistVicinityOfCrowd = 803081093, + dithersampler = 612917610, + DiveControlExtraDistanceBlendOutSpeed = -130384539, + DiveControlExtraDistanceForDiveFromVehicle = 145933303, + DiveControlMaxFallDistance = -1117764349, + DiveDepth = 639055889, + DiveMBR = -902669878, + DiveProjectionDistance = -802592218, + DiveRampPow = -1246962071, + DiveWaterOffsetToHitFullyInControlWeight = -1756956256, DLC_ITYP_REQUEST = -180800066, + DLC_POP_GROUPS = -1873591514, DLC_SCRIPT_METAFILE = 259967989, DLC_WEAPON_PICKUPS = -1126197941, dlcName = -1957269854, - dofBlur = -1482551918, - DofBlurWeight = 266324836, - dofDist = -1837135153, - dofInten = -579560456, - dofNoBlurBlendRingSize = -590280259, - dofNoBlurRadius = -2024645789, - DOFOutputTexture = -956732830, - dofProj = -1831939998, - dofProjCompute = 20176950, - dofRenderTargetSize = 359435000, - DOFSampler = 193990456, - dofShear = 489028426, - dofSkyWeightModifier = -897349914, - DOFTargetSize = 2075586688, + DoAynchronousProbesWhenFindingFreeAimAssistTarget = -1364118682, + DoCatchFallRelax = -1880874763, + dofblur = 731686132, + dofblurweight = 706444485, + dofdist = -965925675, + DoFinalHeadingFixUp = -348908490, + dofinten = -742510221, + dofnoblurblendringsize = 413916545, + dofnoblurradius = 108398598, + dofoutputtexture = -807730638, + dofproj = -1989858435, + dofprojcompute = -1565802486, + dofrendertargetsize = -299596073, + dofsampler = -1680537720, + DofSettings = -1250068344, + DofSettingsForMobilePhoneShallowDofMode = 1057367158, + DofSettingsInTightSpace = -1480564450, + dofshear = 1387749709, + dofskyweightmodifier = 1603770318, + doftargetsize = -729004390, + DoInitialHeadingBlend = 311045516, DontCloseWhenTouched = 1465449817, + DontRemoveReticuleDuringBlindFireNew = -158636997, door_dside_f = 1744947660, door_dside_r = -512115474, door_pside_f = -1741669617, door_pside_r = 1096977781, DOOR_TUNING_FILE = 57918953, + DoorAlignmentSettings = -344548993, + DoorRatioToConsiderDoorClosed = -953122329, + DoorRatioToConsiderDoorOpen = -1874672754, + DoorRatioToConsiderDoorOpenCombat = -1288849614, + DoorRatioToConsiderDoorOpenSteps = -1753559208, + doors_loud = -211591121, doorTargetRatio = 770433283, - downsampledDepthSampler = 401912421, - DownsampleDepthSampler = 587019721, - dpMapFarClip = 1618138115, - dpMapNearClip = 1665175791, + DoPostCameraClipUpdateForPlayer = -1345045310, + DotProductBehind = 1100440084, + DotProductFacing = -1562419632, + DotThresholdForCenterEnter = 762985941, + DotToClampSpeedToMaximum = -1444387888, + DotToClampSpeedToMinimum = 628879039, + DownedThreatModifier = 521885682, + DownHillImpactBikeClipId = 450274249, + DownHillImpactCharClipId = -124830864, + DownHillInAirFreeWheelBikeClipId = -130990573, + DownHillInAirFreeWheelCharClipId = -2073797885, + DownHillMinPitchToStandUp = 1599024557, + DownHillSmallImpactBikeClipId = 896939326, + DownHillSmallImpactCharClipId = -2095721826, + downsampleddepthsampler = 2057740952, + downsampledepthsampler = 498175796, + DownStairsPelvisMaxDeltaZMoving = -2121486575, + DownStairsPelvisMaxNegativeDeltaZMoving = 1295091688, + downtown_bevhills = 809773694, + downtown_hipsters = 180130592, + downtown_streetgeneral = -771188252, + downtown_tramps = 987833330, + DownwardSpeedLimits = 1575008605, + dpmapfarclip = -899366029, + dpmapnearclip = 479573217, + DraggerArmIk = 989307764, + DrawableAltId = -1265546500, drawableDictionary = -65030405, DrawableId = 1166348048, + DrawableIds = -118178005, DrawableIndex = 1740452767, - drawBucket = -1537417832, - dReflectionParams = 791496461, - droopParams = -470526081, - DruggedEffectColorShift = 180500570, - DruggedEffectParams = 454276262, - dShadowMatrix = 1441242192, - dShadowOffsetScale = 2137345571, - dShadowParam0123 = -1054063533, - dShadowParam4567 = -1086911521, - dShadowParam891113 = 1612346170, + drawbucket = 514782960, + DrawDebug = -1336090503, + dreflectionparams = 153627866, + DriftX = 1925470428, + DriftY = -211690987, + DriftZ = 422585777, + DRIVER_RULES_STD_FILE = -2803872, + DriveToGetup = 1589180219, + DrivingAbilityMax = 866268907, + DrivingAbilityMin = 1569329370, + DrivingAggressivenessMax = 534710722, + DrivingAggressivenessMin = 1151027181, + droopparams = -1367985702, + Drop = -1393786371, + DropDistance = 529669607, + DropDuration = 1445694321, + DropForRunway = -1181376897, + druggedeffectcolorshift = -266711684, + druggedeffectparams = 858398664, + dshadowmatrix = -871310978, + dshadowoffsetscale = 930807775, + dshadowparam0123 = -378310529, + dshadowparam4567 = 584100066, + dshadowparam891113 = 1698928349, + DSP_AERIAL = -1146853622, + DSP_AQUATIC = 1563097128, + DSP_GROUND_WILDLIFE = 2099691605, DSP_NORMAL = 1082005734, - DstTextureSize = 1737293047, - duration = -619998507, + dsttexturesize = 45365902, + DuckAndCoverCanTriggerForPlayerTime = 760739523, + DuckUnderOverheadCollisionSettings = -1348867264, + DuplicateDistanceCheck = 735659884, + DuplicateTimeCheck = 1621558076, Duration = -2101136082, - eaaParams2 = 1331970461, - earlyOut = 2033484393, - earlyOut_Sampler = -666234096, - earlyOutParams = 927775013, - EastColor = 2136700030, + duration = -619998507, + DurationHeldDownEnterButtonToJackFriendly = -1605407704, + DurationRampDownCapsulePushedByVehicle = -130984668, + dustPtFxEnabled = 1270885502, + dustPtFxEvo = -378010986, + dustPtFxName = -233078280, + DynamicSet1 = -1324742480, + DynamicSet2 = -1033262225, + DynamicSet3 = -391579667, + eaaparams2 = 1422359808, + eAnchorPoints = -1460418243, + eAnimBoneTag = -1931495940, + eAnimPlayerFlag = 224899699, + eAnimPriority = 1498349301, + earlyout = -872487391, + earlyout_sampler = -1323443857, + earlyoutparams = 141437565, + EaseIn = -1301392168, + EaseOut = -252738240, + east_vinewood_hipster = 271987258, + east_vinewood_local = 1545421012, + east_vinewood_streetgeneral = -928833356, + eastcolor = 1417575779, + eastla = -391136125, + EasyTargettingDifficultyInfo = 1097471232, + eclipse_hipsters = -574534148, + eclipse_sexuals = -1943390000, + eclipse_streetgeneral = 2052334107, + eclipse_vinewood = -1701910021, + eCurveType = -373951515, + EdgeCapsuleRadius = -1188613425, + EdgeCoverWeight = -384420139, + EdgeEndXOffset = 1400174762, + EdgeEndYOffset = 1982386380, + EdgeHighZOffset = 919529730, EdgeIds = 934700563, - EdgeMarkParams = -988241969, + EdgeLowCoverMoveTime = 205550242, + EdgeLowZOffset = -814760168, + edgemarkparams = 717226593, + EdgeMaximumOffsetDiff = -1038845694, + EdgeMinimumOffsetDiff = -837137339, Edges = 1456031062, - EdgeThreshold = 1107797043, - EdgeThresholdMin = 714582734, + EdgeStartXOffset = -938950998, + EdgeStartYOffset = -2044608913, + edgethreshold = -1624749058, + edgethresholdmin = 316543927, + EdgeTurnAnimStateInfos = 896061089, + EdgeWeighting = 1511298321, + eExternallyDrivenDOFs = 637184392, + eFadeCurveType = -1237928010, effectHash = -1312743848, - effectsConstants = -895215949, + effectsconstants = 1179101422, effectsData = -1009446064, - ElapsedTime = -1476153461, - emissiveMultiplier = 360674617, - emissiveReflectMultiplier = 1817771473, - EmitterParamLifeAndSpeed = 1158874769, - EmitterParamPos = 56668469, - EmitterParamPosRange = -1162479335, - EmitterParamProbablityPhase2 = -1130529431, - EmitterTransform = -40339568, - EmitterVelocityBoxPos = -488123206, - EmitterVelocityBoxRange = -2055060497, + eImpactConeRagdollComponent = 100413071, + el_burro_general = -1564446787, + elapsedtime = -142657081, + Electrocute = -438128868, + elysian_island_genped = 398248766, + elysian_island_streetgeneral = 851640179, + emissivemultiplier = 1592520008, + emissivereflectmultiplier = 1347035993, + emitterparamlifeandspeed = 1295421465, + emitterparampos = -2008371872, + emitterparamposrange = -789869848, + emitterparamprobablityphase2 = 1652433309, + emittertransform = -2078528894, + emittervelocityboxpos = 1027158774, + emittervelocityboxrange = -1092315266, emmissiveBoost = 1697573984, + eModKitType = -429536696, EMPTY = -1545083036, Enable = 421699355, + EnableActivationsFromCapsuleImpacts = -1047380190, + EnableAimDirectlyIntros = -244211014, + EnableBikePickUpAlign = -1917138038, + EnableBulletBending = 1473266781, + EnableCloseDoorHandIk = 734813238, + EnableConflictingNormalCollisionRemoval = -830383514, + EnableCoverIdleVariations = 288573626, + EnableCoverPeekingVariations = -513436098, + EnableCoverPinnedVariations = -1796343327, + EnableCoverToCover = 1136710348, enabled = 1527945487, Enabled = 1989893331, EnabledByDefault = -373751397, + EnableFootTagSyncing = -1801662498, + EnableForcedFireForTargetProximity = -281997022, + EnableIkForAI = 138117989, + EnableInitialHeadingBlend = 914424597, + EnableJackRateOverride = 583417184, + EnableLeftHandIkInCover = -1466624202, enableLimitAngle = 1979299226, + EnableNewAICoverEntry = 661599637, + EnableNewBikeEntry = -995735768, + EnableOpenDoorHandIk = -1433665241, + EnableRagdollPooling = 325894988, + EnableRagdollPoolingMp = 503115024, + EnableReloadingWhilstMovingInCover = -927243353, + EnableRotationScaling = -1206882248, + EnableSideSwipeActivations = -1577971671, + EnableStreamedEntryAnims = -568840729, + EnableStreamedEntryVariationAnims = -1989522880, + EnableStreamedInVehicleAnims = 774087018, + EnableTranslationScaling = 1466859809, + EnableUseSwatClipSet = -914387681, + EnableWalkStops = -1734947861, + EnclosedSearchRegions = 937610588, end = -1329297961, End = 443072552, + EndHeadingTolerance = -2051951212, endHour = 380604338, EndImapFile = 2059586669, EndModel = -1253849152, endPhase = 1600588195, endRadius = 306326438, + EndStuckOnVehicle = -1158751656, + EndStuckOnVehiclePlayer = -1941460534, + EndStuckUnderVehicle = -2072323748, + EndStuckUnderVehiclePlayer = -1019232906, + EnemyAccuracyScaling = -705664262, + EnemyCharging = -1749520622, + EnergyLostPerSecond = -1158156325, enforceLsnSorting = -345579674, + engine_accel = -546045270, + engine_decel = -1738243432, + engine_idle = 1025030561, engineblock = 2036489924, engineDamagePtFxEnabled = -1980264603, engineDamagePtFxHasPanel = 811799967, @@ -1417,6 +2869,18 @@ public enum MetaName : int engineStartupPtFxEnabled = -1457771676, engineStartupPtFxName = 2081216567, engineStartupPtFxRange = -760279285, + EnterClipId = 517541874, + EnterCoverAIAimingBase1H = 1405654072, + EnterCoverAIAimingBase2H = -1775824668, + EnterCoverAIAimingSwat1H = -32507269, + EnterCoverAIAimingSwat2H = -1641170488, + EnterCoverAimInterruptDistanceTolerance = -974733780, + EnterCoverAimInterruptHeadingTolerance = -1990295317, + EnterCoverAITransition1H = 1017470219, + EnterCoverAITransition2H = 1163390260, + EnterCoverInterruptDistanceTolerance = 1874728809, + EnterCoverInterruptHeadingTolerance = -1210532969, + EnterCoverInterruptMinTime = -405468518, entities = -861170937, entitiesExtentsMax = 1829192759, entitiesExtentsMin = 477478129, @@ -1427,24 +2891,93 @@ public enum MetaName : int EntityType = 1374199246, Entrances = 2079778626, Entries = -714672752, - EnvBloodBinormal = 1063535127, - EnvBloodData = 1651329605, - EnvBloodPos = -1377332902, - EnvBloodSampler = -935985583, - EnvBloodTangent = 20354685, - envEffFatThickness = 985221621, - envEffScale = -814441484, - envEffTexTileUV = 130586532, - envEffThickness = 1498688490, - EnvironmentSampler = -500823023, + entries = 934859523, + EntryPointSets = 769744308, + env_bar_haze = -1830313568, + env_dust_motes_int_hvy = -1905968566, + env_dust_motes_int_recycle = 1189228428, + env_gunsmoke = 1283110988, + env_gunsmoke_paper_factory = -1377594958, + env_stripclub_haze = -782504736, + envbloodbinormal = 304838968, + envblooddata = -2053737126, + envbloodpos = -590914371, + envbloodsampler = -678483343, + envbloodtangent = 1134317228, + envefffatthickness = 436649803, + enveffscale = -1862992613, + envefftextileuv = -624364057, + enveffthickness = -1592462487, + EnvelopeRef = 1811750171, + environmentsampler = -977555928, + ePedRadioGenre = -1352320358, + ePedVarComp = 884254308, + ePropRenderFlags = -81990185, + EqualizeAmount = -268366834, + EquipBestWeapon = 962329419, + ErrorThreshold = 305674207, + eScenarioPopStreamingSlot = -1265171622, + eSexinessFlags = 374769227, + eStreamingPolicy = 1631789397, + eStreamingPriority = 733577798, + eSuperlodType = -279925815, + ET_AGGRESSIVE_DRIVER = -1941218358, + ET_AMBIENT_COP = 1795127718, + ET_COP_PURSUIT = 1484258773, + ET_CRIME = 1610395939, + ET_INTERESTING_DRIVER = -2079516521, + ET_INVALID = 1195757242, + ET_JAYWALKING = 2126457811, + ET_SPAWNED_COP_PURSUIT = 1150557519, + EvaluateThreatFromCoverPoints = -254967212, + EvasionThreshold = -1586168970, + eVehicleModCameraPos = -881004551, + EVehicleModelColorMetallic_1 = 969376721, + EVehicleModelColorMetallic_2 = 731244402, + EVehicleModelColorMetallic_3 = -757287423, + EVehicleModelColorMetallic_4 = -1111848003, + EVehicleModelColorMetallic_5 = -255200805, + EVehicleModelColorMetallic_6 = -517451112, + EVehicleModelColorMetallic_7 = 229878718, + EVehicleModelColorMetallic_8 = -9629903, + EVehicleModelColorMetallic_9 = 847803751, + EVehicleModelColorMetallic_normal = 815563434, + eVehicleModType = -1930977805, + EventDecayTimeMS = -1572338050, + EventInitInterval = -732986331, + EventInterval = 95033849, + EventlessSwitchDistanceRequirement = -857168252, + EventlessSwitchInactivityTimeRequirement = 1865528825, + EventlessSwitchStateTimeRequirement = 619528635, + EVENTS_OVERRIDE_FILE = 350410266, EventType = -2046567156, + eVfxGroup = 679492, + ExactStopTargetRadius = -1861203867, + ExcludePedBumpAngleFromPushCalculation = -234098997, exclusionId = -475445110, exclusions = 1912839368, + ExecutionCondition = -1755206562, + ExecutionConditions = 1196731409, executionConditions = 312713139, exhaust = -2146341291, + exhaust_10 = -1694624230, + exhaust_11 = -696021728, + exhaust_12 = -398348132, + exhaust_13 = -1305951125, + exhaust_14 = -974394383, + exhaust_15 = 529211190, + exhaust_16 = 823345734, exhaust_2 = -1247723568, exhaust_3 = -18558378, exhaust_4 = 286750395, + exhaust_5 = 1666652977, + exhaust_6 = 1972682668, + exhaust_7 = -1090104678, + exhaust_8 = -791874009, + exhaust_9 = 442599751, + exhaust_accel = 598446449, + exhaust_decel = 780159042, + exhaust_idle = 396221610, exhaustPtFxCutOffSpeed = 1411922576, exhaustPtFxEnabled = -1253985063, exhaustPtFxName = -2032273641, @@ -1455,6 +2988,24 @@ public enum MetaName : int exhaustPtFxTempEvoMax = -2105766799, exhaustPtFxTempEvoMin = -2132821900, exhaustPtFxThrottleEvoOnGearChange = 1254006862, + ExitAttachmentMoveSpeedThreshold = 788433631, + ExitClipId = -1776534325, + ExitCornerDirOffset = 498927550, + ExitCornerYOffset = 1366592047, + ExitCornerZOffset = -1112165400, + ExitCoverBaseClipSetId = 150770804, + ExitCoverExtraClipSetId = 395871171, + ExitDistance = -1201393544, + ExitProbeDistance = -38494944, + ExitToAimClipSets = -688283916, + ExitToAimClipsName = 1926032835, + ExitToAimVehicleInfos = -1791841953, + ExitVehicleAttempToFireBlendOutDuration = 95286584, + ExitVehicleBlendInDuration = -1204387995, + ExitVehicleBlendOutDuration = -874692860, + ExitVehicleMaxDistance = -2094032895, + ExitVehicleRouteMinDistance = 1946412733, + ExitVehicleUnderWaterBlendOutDuration = 873885486, explodeAttachEntityWhenFinished = -1582063876, Explosion = -656749074, EXPLOSION_INFO_FILE = 1307223293, @@ -1462,70 +3013,322 @@ public enum MetaName : int explosionName = -993578381, explosionTag = -1641933245, explosionType = -915852286, + ExplosiveDamageMod = -1764635024, + exportcamera = 962998194, exportedBy = 1983184981, - Exposure = 1820915121, - ExposureClampAndHistory = -1163842932, - ExposureCurve = -1355307602, - ExposureParams0 = -128902462, - ExposureParams1 = 110573390, - ExposureParams2 = 1417368341, - ExposureParams3 = 1647734411, - Exposures = 1732863061, - ExposureSwitches = -803415861, + exposure = -1756888678, + exposureclampandhistory = -1383575254, + exposurecurve = 1836476954, + exposureparams0 = -1965586805, + exposureparams1 = 1031924697, + exposureparams2 = 1253836365, + exposureparams3 = 301405380, + ExposurePush = -1717667325, + exposures = -1347304739, + exposureswitches = 1784826898, + expr_set_ambient_female = -501794903, + expr_set_ambient_male = -1799692272, + EXPRESSION_SETS_FILE = -940948588, + expressionDictionaryName = 1095612811, ExpressionDictionaryName = 1760551351, expressionMods = 942761829, - expressionName = 1573835099, ExpressionName = -1289673338, + expressionName = 1573835099, ExpressionSetName = -1942075572, + ExtendedDistanceFromWorldCenter = 769039659, extendedRange = -760387109, ExtendedRange = 324643703, + Extension = 207195018, extensions = -243368152, extents = 759134656, exteriorVisibiltyDepth = 552849982, ExternallyDrivenDOFs = -188295205, extra_1 = -475120830, + extra_10 = 2125833567, + extra_11 = -1863136807, + extra_12 = -1574409148, + extra_13 = 903844796, + extra_14 = 1202337617, extra_2 = -1244176495, extra_3 = -1997535805, extra_4 = -1704646483, extra_5 = -1464384167, + extra_6 = -1149211925, + extra_7 = -1934521010, + extra_8 = -1633439438, + extra_9 = 1913477126, EXTRA_FOLDER_MOUNT_DATA = 374419551, EXTRA_TITLE_UPDATE_DATA = -2067070639, + ExtraCameraRelativeVerticalOffset = -1893302680, + ExtraDistanceToPushAway = -401339673, + ExtraDistForGoto = -1947212757, + ExtraFleeDistance = 695930878, + ExtraForces = 1349337627, + ExtraHeadingRate = 1444953847, + ExtraHeightForGround = -283545891, + EXTRAMAP_CONVERSION_OCC_FILE = 1691493964, + ExtraOffsetForGroundCheck = 1326750951, + ExtraOrbitPitchOffsetForHighAngleMode = -246960133, + ExtraOrbitPitchOffsetForThirdPersonFarViewMode = -1817015413, + ExtraSideOffsetForHangingOnLeftSide = -1684910568, + ExtraSideOffsetForHangingOnRightSide = 843687785, + ExtraToleranceForStopWatchDistance = -961759235, + ExtraTorqueTwistMax = 1612043114, + ExtraWaterZGroundFixup = 207811054, + fAbsoluteMinDistanceToTarget = -459434071, + fAccuracyReductionFloor = 552287921, + fAccuracyReductionPerEnemy = 887750836, + faceAnimationNodeName = 555167272, + faceAttributesFilename = -1171924385, faceCamera = 992261783, - faceTextureSampler = 1883967194, - facetMask = 904667703, + facetexturesampler = 624309278, + facetmask = -260861532, + facial_clipset_group_gen_female = 984918963, + facial_clipset_group_gen_male = -1326651260, + facial_clipset_group_p_m_one = -597461117, + facial_clipset_group_p_m_two = -336022391, + facial_clipset_group_p_m_zero = -455116651, + FACIAL_CLIPSET_GROUPS_FILE = 1714317514, FacialClipsetGroupName = 1843847949, - Fade_Thickness = 525248522, - fadeAlphaDist = 1657840566, - fadeAlphaDistUmTimer = 284482246, - fadeAlphaLOD1Dist = 911005878, - fadeAlphaLOD2Dist = 469175026, - fadeAlphaLOD2DistFar0 = -514449079, - fAge = 1002873685, + fade_thickness = 205855514, + fadealphadist = -130869863, + fadealphadistumtimer = -657080161, + fadealphalod1dist = -731759420, + fadealphalod2dist = 1294165969, + fadealphalod2distfar0 = -46277945, + fadeCurveType = -2035955156, + fadeDistanceEnd = 475013030, + fadeDistanceStart = 40301253, + fadeInColor = 1910831709, + fadeInTime = -1133156507, + fadeInTimeEnd = 120454521, + fadeInTimeStart = 1616789093, + fadeOutColor = -2060541050, + fadeOutTime = -2137024992, + fadeOutTimeEnd = 75548206, + fadeOutTimeStart = 1297365553, + fage = 2063122051, + fAIGreetingDistanceMax = -1773572594, + fAIGreetingDistanceMin = -1554003317, + fAIGreetingPedModifier = 383049694, + fAimToIdleAngleLimitLeft = 867760403, + fAimToIdleAngleLimitRight = -995621243, + fAimToIdleBreakOutAngle = -2090697048, + FakeLungeOffset = 614448068, fallbackId = -916497251, Falling = -123360515, + FallingSpeedForHighFall = -595842608, + FallLandThreshold = -1506605139, falloff = -865597720, - FallOffAndKernelParam = 1110785070, + FallOffAMovingCar = 1639523711, + falloffandkernelparam = 1703468999, falloffExponent = 733168314, falloffMax = -1690974484, + FallsOutofVehicleVelocity = -1448239851, + FallTestAngleBlendOutTime = 1882364948, + FallTimeBeforeHighFallAbort = 2093200171, + FallToKnees = 1740552960, + fAmbientAnimsMaxDistToTargetSq = -1793017611, + fAmbientAnimsMinDistToTargetSq = -1323277595, fAngleFromCenter = 253800508, + fAnimalImpulseMultMax = -840031140, + fAnimalImpulseMultMin = -802437875, + fAnimalMassMult = -615087493, + fArgumentProbability = -1699402859, + fashion = -1372529573, + FastAlignRate = -1743066793, + FastApproachRate = -1931470176, + FastDuckPrepLeftBikeClipId = -1601367239, + FastDuckPrepLeftCharClipId = 1151736662, + FastDuckPrepRightBikeClipId = -65577159, + FastDuckPrepRightCharClipId = -233956288, + FastEnterExitRate = 1506926002, + FastExitDefaultPhaseThreshold = 2055075186, + FastMinTurnApproachRate = 892232162, + FastMovingPedSpeed = 1615867498, + FastRunRateMax = 684879272, + FastRunRateMin = -2129311144, + FastTurnAcceleration = 305608474, + FastTurnApproachRate = 1148310117, + FastWalkRateMax = 806948898, + FastWalkRateMin = 1182689916, + fat_general = -1100306543, + FatallyInjured = 62148721, + fBaseAlpha = -1170883341, + fblade_1fast = 1032498025, + fblade_1mod = 1157497495, + fblade_2fast = 930609265, + fblade_2mod = -1721532587, + fblade_3fast = 411536741, + fblade_3mod = 879315983, + fBlockedLosAimTime = 547548618, + fBlockedLosWeighting = 1239531869, + fBulletReactionPosAdjustmentZ = -1570325302, + fCancelTargetInCoverMovedDist = 2002565392, + fCancelTargetOutOfCoverMovedDist = 2120328830, + fCargoFuel = 304399001, + fChanceOfArgumentChallenge = 784723777, + fChanceOfArgumentChallengeBeingAccepted = -1999409555, + fChanceOfConversationRant = 1878691053, + fChanceOfDynamicRun = 7313110, + fChargeGoalBehindCoverCentralOffset = 1417010304, + fChargeGoalCompletionRadius = -969339710, + fChargeGoalLateralOffset = 1507206306, + fChargeGoalMaxAdjustRadius = 1141048876, + fChargeGoalRearOffset = -2111908766, + fConeAngle = 1743670592, + fConversationSoundReductionAmount = -1093376885, + fConversationSoundReductionDistance = 1212129799, + fCoronaIntensity = 1078847881, + fCoronaSize = 1810161173, + fCoronaZBias = 1698708840, + fCounterImpulseRatio = -1222163346, + fCounterImpulseScale = -2105814610, + fCoverPointScoreMultiplier = 1893361518, + FCT_HALF_SIGMOID = -378245009, + FCT_LINEAR = -1491309464, + FCT_NONE = 383539244, + FCT_SIGMOID = 157616235, fCycleDuration = -966316898, fCycleOffset = 1883372816, + fDecideToRunChance = 1248305822, + fDefaultDescendRate = 1487680899, + fDefaultRopeLength = 1491518630, + fDirectionTestProbeLength = -2099194257, + fDirtLevel = -460884348, + fDisplayZ = 806477731, + fDistanceBetweenInfluenceSpheres = -1794239147, + fDistSearch = -1615116380, + fDistToHidingTarget_Inner = 1373272095, + fDistToHidingTarget_Outer = 1408109790, + fDistToPickNewPoint = -674201430, + fDoInjuredOnGroundChance = -860813431, + fDotMinThrowerToTarget = 1053509475, fDuration = -620346343, + fDurationStage1 = -396115864, + fDurationStage2 = 498117381, + FeetLiftForce = 1163046056, Female = 107208361, + fEndStrength = 649526198, + fExistingTargetScoreWeight = 1679672363, + fExitDescendRate = -1526806665, + fExponentialFallOff = 1342101, + fExteriorFootZoom = -569882949, + fExteriorFootZoomRunning = -182254920, + fExteriorFootZoomWanted = 646913210, + fExteriorFootZoomWantedRunning = 397988749, + fExtraRopeLength = -2095941962, + fFadeInCutsceneDuration = 969234229, + fFadeInGameDuration = -1269768189, + fFadeOutCutsceneDuration = 953346839, + fFadeOutGameDuration = 473400434, + fFallingSpeedForHighFall = 906382083, + fFallingSpeedThreshold = 715813748, + fFallOff = 391886097, + fFarDrawDistance = -606698576, + fFastCarPushImpulseMult = -1924090957, + fFinisherShotgunBonusArmedSpeedModifier = 1950052429, + fFireContinuouslyDistMax = 884701582, + fFireContinuouslyDistMin = -642865318, + fFireWeaponStrengthForceMultiplier = 336969407, + fFleeProjectRange = 1574250361, + fFleeRange = -748914183, + fFlinchTargetZOffset = 1502498286, + fFlinchTargetZOffsetOnGround = -1071397379, + fForceLeanInDirectionAmountMax = 615835079, + fForceLeanInDirectionAmountMin = 481812193, + fForceRampMaxSpeed = -1779875180, + fForceRampMinSpeed = -855881370, + fForceStrafeDistance = 679941746, + fFowWaterHeight = 1452712925, FFrontOffset = -1818982348, + fGlassBreakRadius = -727557923, + fGlassDamage = 2130522201, + fGoToDefAreaTimeOut = 2145163833, + fHeadingRandomizationRange = 1290250752, + fHeadLookHeadingRandomizationRange = 1337934970, + fHeadLookPitchRandomizationRange = 1747662930, + fHeadLookZOffset = -855860314, + fHeadLookZOffsetOnGround = -303969143, + fHeight = -52277090, + fHorizontalRightingStrength = -522181121, + fHorizontalRightingTime = -875471063, Fight = -2058814711, + FightingModifier = -1756077893, filename = 1087019066, filesToDisable = -966946130, filesToEnable = -1877495850, filesToInvalidate = -489297872, fileType = 345145806, - fillColor = 805098712, - Filmic0 = -2126585475, + fillcolor = -1280861030, + filmic0 = -1683436887, + fImpactConeAngleBack = -857427873, + fImpactConeAngleFront = -1307839721, + fImpulseMultLimbs = -2072383735, + fImpulseMultSpine = -1845366741, + fImpulseRecoveryPerSecond = -1196087399, + fImpulseReductionPerShot = 702174865, + fImpulseReductionScaleMax = 1706111854, + FinalShotImpulseClampMax = 1454653034, + fIndent = -338619411, + FindPropInEnvironmentDist = 1136341997, + FindSpawnPointInDirection = -839737114, + FineAimBlendSpringConstant = -87633854, + FineAimBlendSpringDampingRatio = 1717370547, + FineAimDownwardsVerticalMovement = -883156590, + FineAimHorSpeedMax = 1036145679, + FineAimHorSpeedMin = -1661078567, + FineAimHorSpeedPower = -1850897947, + FineAimHorWeightSpeedMultiplier = -1887170529, + FineAimSidewaysScale = 2012228463, + FineAimSpeedMultiplier = -1012451184, + FineAimSpeedMultiplierClose = -1615093638, + FineAimSpeedMultiplierCloseDistMax = 286043552, + FineAimSpeedMultiplierCloseDistMin = 767482079, + FineAimVerSpeed = -1605343552, + FineAimVerticalMovement = 1940999374, + fInfluenceSphereCheckRouteRadius = -1405242047, + fInfluenceSphereInnerWeight = -1278497205, + fInfluenceSphereOuterWeight = 983725397, + fInfluenceSphereRequestRadius = -709681065, + fInitialDelay = 79279568, + fInitialHitImpulseMult = 664247322, + fInitialSearchRadius = -1504603758, + fInjuredGetupImpulseMag2 = 461478411, + fInnerConeAngle = -1569628338, + fInputMax = 541735427, fIntensity = -357726660, + fintensity = 847954571, + fInteriorFootZoom = -761045713, + fire = -754318485, + fire_louder = -499853624, FIREFX_FILE = 1731707109, + FireTimeAfterChaseOnFoot = 1325474651, + FireTimeAfterStaticMovementAbort = 1579430656, + FireTimeAfterStoppingMoveToCover = 475196801, + FIRINGPATTERNS_FILE = -1279947898, + FIRST_PERSON = 70078021, FirstPersonDriveByIKOffset = 1272308759, - flags = 1741842546, + fish_ = 1207004798, + FishOutOfWaterDelay = -566210745, + fitnessfemale = 419688606, + fitnessmale = 921466782, + FixieSkidLeftBikeClip0Id = -344492284, + FixieSkidLeftBikeClip1Id = 874968111, + FixieSkidLeftCharClip0Id = 1543557460, + FixieSkidLeftCharClip1Id = 323139173, + FixieSkidRightBikeClip0Id = 1348669466, + FixieSkidRightBikeClip1Id = -1430046648, + FixieSkidRightCharClip0Id = -1678343922, + FixieSkidRightCharClip1Id = -642028142, + FixieSkidToBalanceLeftBikeClip1Id = 2138292255, + FixieSkidToBalanceLeftCharClip1Id = -1929827650, + FixieSkidToBalanceRightBikeClip1Id = 1620728723, + FixieSkidToBalanceRightCharClip1Id = 963408802, + fJumpDescendRate = 564993371, + fJumpToSmashWindowPhaseChange = -624088846, Flags = 1264718594, + flags = 1741842546, flash = -2055528113, flashiness = -465274094, Flee = 1684954205, @@ -1533,681 +3336,1508 @@ public enum MetaName : int flee_forward = 1547194093, flee_left = 204999120, flee_right = 1266046331, + FleeDistance = 191817975, + FleeDuringCombat = 1811637113, + FleeExitExtraRotationSpeed = -101914875, + FleeExitExtraTranslationSpeed = -114636896, + FleeExitVehicleBlendOutDuration = -1916474455, + FleeIfApproachedByOtherEntity = 1542742362, + FleeIfApproachedBySourceEntity = -1370695276, + FleeMBR = 1024232437, + FleeMBRMax = 1178169613, + FleeMBRMin = 1822017225, + FleeOffset = 335985570, + FleeReactions = 603736164, + FleeSafeDistance = 846083482, + FleeSpeedInVehicle = 1520777858, + FleeTargetTooCloseDistance = 882826582, + fLifeTime = -2037194090, + FlightAngleLimitsForParachutingBraking = -1404305034, + FlightAngleLimitsForParachutingNormal = 960147082, + FlightAngleLimitsForSkydiving = -30485603, + FlightHeightAboveTarget = 2016619356, + FLIGHTZONES_FILE = -1115512013, + Flinch = 764802101, + FlinchDecayTime = 1944104863, + FlipForce = -1070854027, + FloatXYZ = -489959468, + fLongJumpDescendRate = 1357105096, floorId = -2107316687, - FlowSampler = -1254495191, - FoamSampler = -718889789, - FogColor = 1188353904, - FogParams = 1463649983, - FogRayTexSampler = 1480749690, - FogSampler = 405563408, - fogVolumeColor = -1633700680, - fogVolumeDepthSampler = -1625899718, - fogVolumeInvTransform = 2021709515, - fogVolumeParams = -1167120852, - fogVolumePosition = -1295433183, - fogVolumeTransform = -1791245879, - foliageBranchBendPivot = 1449696494, - foliageBranchBendStiffnessAdjust = -115750905, + fLostTargetTime = 593698055, + flowsampler = 1214194352, + fMapLodScale = -363572199, + fMaxAboveHeadForOverheadReactions = -1453006887, + fMaxAllyDistance = 1305363589, + fMaxAngleBetweenTargets = 1848729150, + fMaxAngleOffset = -699126176, + fMaxArmAmplitude = -615276596, + fMaxArmPeriod = -1898698310, + fMaxArmStiffness = -899614419, + fMaxAttemptMoveToCoverDelay = 1947279181, + fMaxAttemptMoveToCoverDelayGlobal = -713186533, + fMaxBuoyancy = -1732672456, + fMaxDistanceFromCorner = 1719840119, + fMaxDistanceToTarget = 624502137, + fMaxDistForOverheadReactions = 1522624465, + fMaxDstanceToMoveAwayFromAlly = -380316770, + fMaxDynamicStrafeDistance = 1721763990, + fMaxHeliSpeedForRappel = 210693397, + fMaxImpulseModifier = 628688906, + fMaxJumpPhaseAllowDescend = -1198684120, + fMaxJumpPhaseAllowSmashWindow = 1851998260, + fMaxLeavingCornerDistance = -1364173900, + fMaxRandomAdditionalOffset = -720675664, + fMaxRouteDistanceModifier = 685847089, + fMaxSecondsDelayBetweenChatLines = 1048379145, + fMaxSecondsDelayBetweenPhoneLines = -657635365, + fMaxStroke = 2122555922, + fMaxTargetDistToUpdateFlinch = -1123551687, + fMaxTargetDistToUpdateFlinchOnGround = -1706896216, + fMaxTimeBeforeReactToExplosion = 1679184192, + fMaxTimeBetweenBulletReactions = 433744442, + fMaxTimeBetweenFrustratedPeds = -1508159643, + fMaxTimeBetweenLookAt = -404369834, + fMaxTimeStrafing = 630125920, + fMaxTimeToWait = 328649625, + fMaxWaitForCoverExitTime = 1074424476, + fMaxWaitSeconds = 1143137996, + fMidStrength = 494142166, + fMinAlliesForMaxAngleOffset = 1154727971, + fMinArmAmplitude = 1774619724, + fMinArmPeriod = -1368569522, + fMinArmStiffness = 966292507, + fMinAttemptMoveToCoverDelay = 449264633, + fMinAttemptMoveToCoverDelayGlobal = 1975275563, + fMinBuoyancy = -505536656, + fMinDistanceBetweenPeds = 398266299, + fMinDistanceForAltCover = 1192276059, + fMinDistanceFromPrimaryTarget = -1871249699, + fMinDistanceSavingToUseVehicle = -942104508, + fMinDistanceSquaredToPlayerForAudio = -52819199, + fMinDistanceToBeConsideredSameEvent = -61231986, + fMinDistanceToBreakWindow = 1608634776, + fMinDistanceToClearCorner = -1465868793, + fMinDistanceToTarget = -1511149889, + fMinDistanceToUseVehicle = -839716893, + fMinDistBetweenTargetAndOtherEnemies = -1046586116, + fMinDistToNonTargetEnemy = -1010996015, + fMinFinisherShotgunTotalImpulseBraced = 1412443494, + fMinFinisherShotgunTotalImpulseNormal = 1471062121, + fMinForwardVectorToFlinch = 729908938, + fMinForwardVectorToFlinchOnGround = -666837203, + fMinHeadingDeltaToFixTurn = 1358716283, + fMinHeadingDeltaToIdleTurn = 890221191, + fMinHeightToRappel = -1425591412, + fMinHoldThrowPitch = 1407383707, + fMinImpulseModifier = -251932231, + fMinJumpPhaseAllowDescend = -1964439209, + fMinJumpPhaseAllowSmashWindow = 425134671, + fMinListenerRangeToDrawSonarBlips = -1690619283, + fMinLoiteringTimeSeconds = -2098788625, + fMinOtherPedDistanceDiff = -1707691784, + fMinRiverFlowForRapids = 978248567, + fMinRiverGroundClearanceForRapids = -1533283903, + fMinSecondsDelayBetweenChatLines = -364565022, + fMinSecondsDelayBetweenPhoneLines = -2138884965, + fMinSmashWindowPhase = 2105176291, + fMinSpeedForPush = 1105441606, + fMinStickValueAllowDescend = -185578852, + fMinStroke = 1198151288, + fMinTimeAfterAimPoseForStateChange = -1021453654, + fMinTimeBeforeReactToExplosion = -36136205, + fMinTimeBetweenBulletReactions = 1300484749, + fMinTimeBetweenFrustratedPeds = 919558869, + fMinTimeBetweenLookAt = -2127306848, + fMinTimeBetweenRunDirectlyChecks = -428609970, + fMinTimeInCombatSeconds = 197521501, + fMinTimeInGetUpToAllowCover = 266220607, + fMinTimeInState = 1959218646, + fMinTimeRunning = 1041070680, + fMinTimeStandingAtCover = -178527213, + fMinTimeToWait = 1415555709, + fMoveBlendRatioLerpTime = 599255143, + fMuscleAngleStrengthRampDownRate = -796182853, + fMuscleSpeedStrengthRampDownRate = -1131739349, + fNearDrawDistance = 1690336060, + fNewPositionThreshold = 445998819, + foamsampler = -1028617960, + FocusParentToTargetBlendLevel = -1454437500, + fOffset = 1293919506, + fogcolor = -372676101, + fogparams = 1243028310, + fograytexsampler = 1487203018, + fogsampler = -1726034242, + fogvolumecolor = -1387735545, + fogvolumedepthsampler = 1087981784, + fogvolumeinvtransform = 786602411, + fogvolumeparams = 10424280, + fogvolumeposition = -1357124486, + fogvolumetransform = 1406518664, + foliagebranchbendpivot = 353881103, + foliagebranchbendstiffnessadjust = -865634613, + FollowOffset = -327932945, + FollowOrientationConing = 70382085, + FollowPedLookAtBoneTag = 389542769, + FollowRadius = 353087997, + FollowTimeout = -2107000121, + FollowYOffset = 1895961621, + FollowZOffset = 647976226, FontColor = 1707432934, - FontNormalSampler = -3012392, - FontNormalScale = 166661345, + FontExtents = 1008020858, + fontnormalsampler = -1154470888, + fontnormalscale = 91417371, FontOutlineColor = -1908852103, FontOutlineMinMaxDepth = 1248154675, - FontSampler = 2073135993, - FontTexture = 689409896, + fontsampler = 2048139100, + fonttexture = -900166977, + FootInterp = 1745248481, + FootInterpIntersecting = 1545915544, + FootInterpIntersectingMoving = -1030402909, + FootInterpMoving = 1979344219, + FootInterpOnDynamic = 67151581, + ForceAtMaxVelocity = -1917187948, + ForceAtMinVelocity = 1864398785, + ForceCower = -249283107, + ForceCrime = 1727634143, + ForcedDoorHandleArmIk = 2101205108, + ForcedLegUpVelocity = -1473461038, forceFactor = -533753521, + forceFall = 569763335, + ForceLowCornerEastFaceNorth = -1554665715, + ForceLowCornerEastFaceSouth = 1105971590, + ForceLowCornerNorthFaceEast = 1675103884, + ForceLowCornerNorthFaceWest = -2063574185, + ForceLowCornerSouthFaceEast = 1921771349, + ForceLowCornerSouthFaceWest = 1507251800, + ForceLowCornerWestFaceNorth = -141199750, + ForceLowCornerWestFaceSouth = -440477790, + ForceMag = -967317304, + ForceMPAnimRatesInSP = -1949563511, + ForceNewMessage = -964591948, + ForceNoTimeslicingHeadingDiff = 810486897, + ForceOverVehicle = 599992998, + ForcePinnedDown = 5986942, + ForceRollUp = 1703031604, + ForceRunDelayTime = 111777931, + Forces = -1110729431, + ForcesForSkydiving = 590082074, + ForceStandEnterOnly = 1408347563, + ForceStreamingFailure = -1725234687, + ForceToApply = 71889384, + ForceToTarget = 243919456, + ForceUnderVehicle = 2074671276, + ForceUpdatesWhenTurningStartThresholdRadians = -538805024, + ForceUpdatesWhenTurningStopThresholdRadians = 1213035272, + ForceWindmill = -463207168, fOrientation = -1620750629, + forks_l = 991413023, + forks_u = 837923007, Forward = -218653366, - fourPlaneDof = 1162894140, + ForwardAcceleration = 32744136, + ForwardDirectionThresholdCosSquared = 745911052, + ForwardDistToStartSideScale = -899787474, + fourplanedof = -1530775357, Fov = -368451068, + FovAcceleration = 1137737707, + FovLimits = -6780625, + FovScalar = 680981764, + fParachutingZoom = 105068200, fPhaseOffset = 33051442, - fpvMotionBlurSize = -1603886927, - fpvMotionBlurVelocity = 1617438026, - fpvMotionBlurWeights = 532459669, + fPitch = 632986329, + fPlayerBeingTargetedExtraDistance = -319327077, + fPlayerDirectThreatDistance = -160617218, + fPlayerHighThreatWeighting = -1367487489, + fPlayerMoveDistToResetChargeGoals = 1014164585, + fPlayerMoveDistToResetLoiterPosition = -1868079703, + fPlayerObstructionCheckRadius = 2115554015, + fPlayerObstructionRadius = -1940185310, + fPlayerThreatDistance = 1772648844, + fPow = -1614076773, + fPreferInjuredGetupPlayerHealthThreshold = 1193017389, + fProbeLength = 586057169, + fPronePedKickImpulse = -1403473388, + fpvmotionblursize = 1677050762, + fpvmotionblurvelocity = -178061888, + fpvmotionblurweights = -256527725, + fRadioSoundReductionAmount = 1747790072, + fRadioSoundReductionDistance = 1838053251, + fRadius = 315509558, fragDamage = -1618643483, + fRagdollComponentBuoyancy = -1834642296, fRagdollForceModifier = 1451234527, - FrameMap = -489695207, - FrameMapTexSampler = -1116094463, + fRagdollScore = -48704411, + fRainSnowSoundReductionAmount = 801070127, + FrameComponents = 2102911583, + framemap = 1835157646, + framemaptexsampler = 507369750, Frames = 419044527, - Frequency1 = -433264067, - Frequency2 = -664187210, - fresnelRolloff = -1544343600, + frames = 580974885, + FramesToLookAheadForProbe = 1260903928, + fRangeZoomedScalarPlane = 928938887, + fRangeZoomedScalarStandard = 707151806, + FreefallThresold = -2072041076, + freeway_countryside = 141741896, + freeway_haulage = -1373686275, + FreezeReflectionMap = -1628905362, + Frequency = -1740587568, + frequency1 = -1853430773, + frequency2 = -2075342441, + FrequencyNoise = 1511368071, + fresnelrolloff = -498568054, + fResultMax = -1922880192, + fRetreatTime = -2070608229, + fRoll = -1605861024, + FromCarHit = 1362978742, + FromCoverExitDistance = -1790787941, + FromOnFootAccelerationMod = -1936111896, + FromStrafe_MovingBlendOutTime = 1926561545, + FromStrafe_WeightRate = -1749706062, + FromStrafeAccelerationMod = 971520507, + FromValue = -480210914, + FromWantedLevel = 1358049181, + FRONTEND_DAT_FILE = -2073555610, + frontend_game_loud = 1563623315, + frontend_menu = -1085182226, + FRONTEND_MENU_FILE = 1803244175, + frontend_menu_loud = -1427372389, + frontend_radio = 130804751, frontIndicatorCorona = -864769499, + fRopeUnwindRate = -1404871090, + fRotation = -1331793663, fSearchDistance = -751335556, + fSearchRangeMax = -980139512, + fSearchScaler = -1751162516, + fSecondsInAirBeforePassengerComment = 156254164, + fSecondsInRainTransitionPeriod = -784117072, + fSectionByTimeSliceDuration = -872967822, fSelfForceModifier = -1027484048, + fShadowBlur = 1632842349, + fShotBlindFireProbability = -1316997614, + fShotHeadAngleToFireGun = -422437408, + fShotWeaponAngleToFireGun = -541722454, + fShoutBlockingLosInterval = 1257619633, + fShoutTargetPositionInterval = -2068571541, + fSmallInfluenceSphereRadius = 304969557, + fSoundRange_BarelyAudible = 347298932, + fSoundRange_CarHighSpeed = 29182579, + fSoundRange_CarHorn = -1866565876, + fSoundRange_CarLowSpeed = 871660954, + fSoundRange_ClearlyAudible = -1596570957, + fSoundRange_Explosion = 1114733078, + fSoundRange_FootstepBase = -1097880378, + fSoundRange_FootstepFoliage = 1197726055, + fSoundRange_GlassBreak = 1070205007, + fSoundRange_Gunshot = -221671654, + fSoundRange_HeavyFootstep = 1578589400, + fSoundRange_LandFromFall = -964972208, + fSoundRange_Megaphone = 121379805, + fSoundRange_MostlyAudible = 1166640595, + fSoundRange_ObjectCollision = 819051225, + fSoundRange_Shouting = -2104801624, + fSoundRange_SilencedGunshot = -535852846, + fSoundRange_Talking = 496127271, + fSoundRange_WaterSplashLarge = 807986206, + fSoundRange_WaterSplashSmall = 1532863616, + fSoundRange_WeaponSpinUp = -481369971, + fSoundRange_Whisper = 1593818711, + fSpecialAbilityRageKickImpulseModifier = 913654553, + fStaminaDepletionBlinkPercentage = 420083265, + fStartAimingDistance = -1395554879, + fStartDescendingDistToTargetSq = -1490005937, + fStartStrength = -1393158590, fStartTime = 1971943265, + fStayUprightForceIdle = 604632997, + fStayUprightForceMoving = 603776431, + fStayUprightForceNonVelocityBased = 230707381, + fStopAimingDistance = 1894206862, fStoppingDistance = -163030575, + fSubtitleDuration = 1836544003, + fTargetableDistance = 1046040592, + fTargetingInactiveDisableTime = -744536731, + fTargetScenarioRadius = 1578763478, + fTargetThreatOverride = 925392687, + fTargetTooCloseDistance = 970868308, + fTempInitialStiffnessWhenShot = -1173291290, + fTime = 1591208228, + fTimeBetweenAllyProximityChecks = 1201850831, + fTimeBetweenAltCoverSearches = 1187764077, + fTimeBetweenCombatDirectorUpdates = 687676716, + fTimeBetweenCoverSearchesMax = 379663563, + fTimeBetweenCoverSearchesMin = -152971075, + fTimeBetweenDragsMin = 697272720, + fTimeBetweenFailedGestureMax = 1249935741, + fTimeBetweenFailedGestureMin = 562041905, + fTimeBetweenGestureAnimsMax = 853543838, + fTimeBetweenGestureAnimsMin = 1148925964, + fTimeBetweenGesturesMaxGlobal = 1473938462, + fTimeBetweenGesturesMinGlobal = -1158419544, + fTimeBetweenJackingAttempts = -1621297979, + fTimeBetweenPassiveAnimsMax = -2016494033, + fTimeBetweenPassiveAnimsMin = -611394746, + fTimeBetweenQuickGlancesMax = -905259736, + fTimeBetweenQuickGlancesMin = -1538583839, + fTimeBetweenRouteSearches = 1932437978, + fTimeBetweenSecondaryTargetUsesMax = -954439488, + fTimeBetweenSecondaryTargetUsesMin = 610577934, + fTimeBetweenUpdates = -92861479, + fTimeSinceLastAimedAtForGesture = -2057000340, + fTimeToIgnoreBlockedLosWeighting = -641884232, + fTimeToPickNewPoint = 330577879, + fTimeToStandAtPerimeter = 2009665019, + fTimeToUseSecondaryTargetMax = -1166890129, + fTimeToUseSecondaryTargetMin = -1051858658, + fTotalDuration = 1185457940, + fTransitionInDuration = -2015626275, + fTransitionOutDuration = 1271134520, FullBodyDamageClipSet = -66656709, - FullSampler = 1780644087, + fullsampler = -1137455440, FUpOffset = -157411611, - furAlphaClip03 = -2126187233, - furAlphaClip47 = 1486500030, - furAlphaDistance = 1845843682, - furAOBlend = -1526472090, - furAttenCoef = 1202031586, - furBendParams = -1846436124, - furDitherAlphaFadeParams = -450200866, - furGlobalParams = 574839193, - furLayerParams = 50140219, - furLayerParams2 = -1573288557, - furLayerParams3 = 1878958350, - furLayerStep = -675994717, - furLength = -1320156738, - FurMaskSampler = 1362419706, - furMaxLayers = 1482526272, - furMinLayers = 1778076131, - furNoiseUVScale = 1438453939, - furNumLayers = -1894169300, - furSelfShadowMin = 1442974988, - furShadow03 = -814113750, - furShadow47 = 1435316087, - furStiffness = 26346939, - furUvScales = 570663967, + furalphaclip03 = 290288684, + furalphaclip47 = -14396542, + furalphadistance = -153097965, + furaoblend = -268337995, + furattencoef = -1803802092, + furbendparams = -805967137, + furditheralphafadeparams = -887044975, + furglobalparams = 443249107, + furlayerparams = 1122745807, + furlayerparams2 = -469501119, + furlayerparams3 = 1668577832, + furlayerstep = 1208356461, + furlength = 1430134069, + furmasksampler = -500091976, + furmaxlayers = 253873259, + furminlayers = -1287102492, + furnoiseuvscale = 1008743034, + furnumlayers = 110936794, + furselfshadowmin = -1201700688, + furshadow03 = 1104745269, + furshadow47 = 711397225, + furstiffness = 2137279259, + furuvscales = 897751165, + FutureDistanceForMaxSteerAngle = 1786731261, + FutureDistanceForMinSteerAngle = -1933183566, + futureHeightmapSampleTime = 892450737, + futureSampleTime = -1298578400, + fValue = 198751340, + fVehicleMovingWantedZoom = 709315443, + fVehicleMovingZoom = -206569787, + fVehicleOffset = 285457106, + fVehicleSpeedZoomScalar = 1734631491, + fVehicleStaticWantedZoom = -602255579, + fVehicleStaticZoom = -1892794140, + fVehicleTilt = 382138818, + fVerticalRightingStrength = -426270426, + fVerticalRightingTime = 1372422790, + fVolumeIntensity = -331756510, + fVolumeSizeScale = 75610905, + fwClipDictionaryMetadata = 331140115, fwClipItem = -69950767, fwClipItemWithProps = 615994212, fwClipSet = -529698277, fwClipSetManager = -262062517, + fwClipSetWithGetup = -9625498, + fwClipVariationSet = 1005381910, + fwDirectedClipItemWithProps = -411652297, + fWidth = 658992148, + fwMemoryGroupMetadata = 2046450505, + fWorldH = -1299013867, + fWorldW = -409368290, + fWorldX = -179067758, + fWorldY = 70992481, + fwProfanityFilter = 932638721, fxName = 1920790105, fxOffsetPos = -618491720, fxOffsetRot = 1710928362, + FXStack = 1829495763, fxType = 529104057, - g_AlphaFade = -1023052141, - g_BloodColor = -652232848, - g_BloodSplatParams = -2057822751, - g_CPQSMix_QSFadeIn = -680817493, - g_CurrentValue = 1653738646, - g_EdgeHighlightColour = -301658788, - g_f4RTSize = -310261058, - g_fBilateralCoefficient = -410186061, - g_fBilateralEdgeThreshold = 1021110044, - g_fCollisionSqScale = -1127144292, - g_fEnableSpringForces = -1747043553, - g_fGrassSpringRigidity = 1519560057, - g_fGrassSpringScale = 457608495, - g_fRippleRainStrength = 1821187976, - g_fSSAOBilateralCoef = -2034690332, - g_fSSAOKernelScale = -370824550, - g_fVolumetricLightRayIntensityMult = -708197021, - g_GBufferTexture3Param = -2024894370, - g_GhostLevel = 1395534563, - g_HDAO_Params1 = -1958155850, - g_HDAO_Params2 = 2097827129, - g_HDAOApplyParams = -771362515, - g_HDAOComputeParams = 235070471, - g_HDAOExtraParams = -2067983178, - g_HDAOValleyParams = 1806678703, - g_HighlightScale = -2032823801, - g_ImposterSize = -1916707548, - g_LightningStrikeNoiseParams = 609338033, - g_LightningStrikeParams = -377927935, - g_LinearClampSampler = 1167786858, - g_MSAAPointTexture1_Dim = -56219522, - g_MSAAPointTexture2_Dim = -1077943469, - g_OcclusionTextureParams = -263050992, - g_PointSampler = -398670297, - g_projParams = 847828652, - g_projShear = 1585588464, - g_Puddle_ScaleXY_Range = 1844028457, - g_PuddleParams = -1153517243, - g_ResultTexture = -1457581538, - g_SSAOStrength = -1484745190, - g_targetSize = -2104239876, - g_TextColour = -2144487684, - g_TextShadowColour = 1453169917, - g_TextShadowScale = -31926581, - g_vCollisionParams = -1842093207, - g_vCollisionSpheres = -942940992, - g_vPlayerPosition = -1402889107, - g_vRelativeLuminanceThresholdParams = -41535370, - g_vRippleAttributes = -513158379, - g_vRippleTexelSize = 546732827, - g_vTexelSize = -1125258940, - g_WaveXOffset = -342035914, - g_WaveXZoom = 334191614, - g_WaveYZoom = -1994427959, - g_WidthScalar = 401305460, - gActiveUnit = 575144833, - GalaxyOffset = -50469676, - GalaxySampler = -1435055408, - gAlphaCutoffMinMax = -778090545, - gAlphaTest = 154222583, - gAlphaToCoverageScale = 408934999, - gAmbientAmount = 600568277, - gAmbientColor = 1645605200, - gAmbientMult = -1274288778, - gAmbientShadow = 136331923, - Gamma = -1642870855, - GammaCorrection = -851734428, - gAnimatedNormalMapParams = -150633658, - gAnimBlendWeights = -280518464, - gAnimCombine = 556201175, - gAnimSculpt = 99866491, - GaussianWeights = 34543316, - gBackgroundDistortionAlphaBooster = 1826162657, - gBackgroundDistortionAmount = -1565514264, - gBackgroundDistortionVisibilityPercentage = 1129631577, - gBiasToCamera = -877497592, - gBlitMatrix = 1575009907, - gBloodData = 1723098281, - gBloodUVBoundsPage = 176003296, - gBlurAmount = -2092775141, - gBoneDamage0 = 106483414, - gBoneDamageEnabled = -2110827076, - gBounceColor = 2005430165, - gBoxCentrePos = -1740241283, - gBoxForward = 597275396, - gBoxRight = 1101292290, - gBoxSize = -1022410665, - GBufferStencilTextureSampler = 1251134387, - gbufferTexture0 = 1764591356, - gbufferTexture2 = -716644555, - gbufferTextureDepth = 444124455, - GBufferTextureSampler0 = -780567095, - GBufferTextureSampler1 = -1823735441, - GBufferTextureSampler2 = -1529043824, - GBufferTextureSampler3 = -157857788, - GBufferTextureSamplerDepth = -476264998, - GBufferTextureSamplerSSAODepth = 1368543846, - gCableParams = -1397105645, - gCamAngleLimits = -816581048, - gCameraBias = 1631406554, - gCameraDistanceAtMaxDisplacement = 278715347, - gCameraPos = -1365032355, - gCameraPosition = 120500684, - gCameraShrink = 1816458019, - gClipPlanes = -673067717, - gCloudColor = -1022195287, - gCloudViewProj = 1868974374, - gCollisionLifeModifier = -488952484, - gCollisionPositionModifier = 63059267, - gCollisionVelocityModifier = 1448691313, - gColorTint = 946407797, - gColorTintPhase2 = 1967872707, - gColour = 1182766191, - gColourSplash = 190837725, - gControlLight = -1608098312, - gCrossFadeDistance = 1114433526, - gCSMParticleShadowSamp = -1574292343, - gCSMParticleShadowTexture = 1861753445, - gCSMShaderVars_deferred = -1227120758, - gDayNightScale = -1478306841, - gDecalChannelSelection = -1273518562, - gDecalNormalSampler = 415963031, - gDecalSampler = -863273480, - gDeferredInverseViewProjMatrix = -1995149400, - gDeferredLightColourAndIntensity = 1174373976, - gDeferredLightConeAngle = 1118135260, - gDeferredLightConeAngleI = -962044154, - gDeferredLightConeOffset = -1727186405, - gDeferredLightConeScale = 518331844, - gDeferredLightDirection = 1884205072, - gDeferredLightInvSqrRadius = -350715799, - gDeferredLightPosition = -1870140254, - gDeferredLightRadius = 920566635, - gDeferredLightRadiusProjShearParams = 597583757, - gDeferredLightSampler = 285175910, - gDeferredLightSampler0P = 1242729698, - gDeferredLightSampler1 = 1625082257, - gDeferredLightSampler2 = 1368271604, - gDeferredLightShadowMap0 = 1484411535, - gDeferredLightShadowMap1 = 1747120608, - gDeferredLightShadowMap2 = -361072999, - gDeferredLightShadowMap3 = -208238391, - gDeferredLightShaftParams = -637663202, - gDeferredLightTangent = 2032247260, - gDeferredLightType = -2094338751, - gDeferredLightVolumeParams = 933872332, - gDeferredProjParams = -23486407, - gDeferredVolumeRadiusScale = -1057176651, - gDensityShiftScale = 441371664, - gDepthViewProjMtx = -1000119851, - gDiffuse = 1507779051, - gDirectional = -248104030, - gDirectionalLightShadowAmount = -1980792853, - gDirectionalMotionBlurLength = 1395346243, - gDirectionalMult = -1844190098, - gDirectionalVelocityAdd = -1492549464, - gDirectionalZOffsetMinRange = 216596751, - gDirNormalBias = 1324791080, - gDispersalSettings = 446551508, - gDistanceScale = 11671288, - gEastMinusWestColor = 73796400, - gEdgeSoftness = -1917570469, - GeneralParams0 = -859021892, - GeneralParams1 = 2056927577, + g_alphafade = 1960511459, + g_bloodcolor = 985986992, + g_bloodsplatparams = 1621619881, + g_cpqsmix_qsfadein = -1495265285, + g_currentvalue = 1312005277, + g_edgehighlightcolour = 1596321467, + g_f4rtsize = -125184288, + g_fbilateralcoefficient = 2015612345, + g_fbilateraledgethreshold = -1523068788, + g_fcollisionsqscale = 731874660, + g_fenablespringforces = -2105719174, + g_fgrassspringrigidity = -1142277882, + g_fgrassspringscale = -1955528568, + g_fripplerainstrength = 2044767128, + g_fssaobilateralcoef = 145680953, + g_fssaokernelscale = -924155558, + g_fvolumetriclightrayintensitymult = -585289963, + g_gbuffertexture3param = -1149764703, + g_ghostlevel = 1563742563, + g_hdao_params1 = 1535730194, + g_hdao_params2 = -618077877, + g_hdaoapplyparams = -1589412127, + g_hdaocomputeparams = -1766966859, + g_hdaoextraparams = -666464276, + g_hdaovalleyparams = 1466262319, + g_highlightscale = 1705698884, + g_impostersize = 786569893, + g_lightningstrikenoiseparams = 390679343, + g_lightningstrikeparams = -514381213, + g_linearclampsampler = -2033710561, + g_msaapointtexture1_dim = -975633430, + g_msaapointtexture2_dim = -579105150, + g_occlusiontextureparams = -287052453, + g_pointsampler = -1064580948, + g_projparams = 360593454, + g_projshear = 1833194361, + g_puddle_scalexy_range = 529156535, + g_puddleparams = -758136894, + g_resulttexture = -945330221, + g_ssaostrength = 1519496158, + g_targetsize = 1149055682, + g_textcolour = -880025404, + g_textshadowcolour = -968452373, + g_textshadowscale = 828975922, + g_vcollisionparams = 390873962, + g_vcollisionspheres = -2107067763, + g_vplayerposition = 148353768, + g_vrelativeluminancethresholdparams = 1353171807, + g_vrippleattributes = 1686992389, + g_vrippletexelsize = 2041279531, + g_vtexelsize = 1568580394, + g_wavexoffset = -1954838504, + g_wavexzoom = 1940934038, + g_waveyzoom = 936340354, + g_widthscalar = 1482315230, + gactiveunit = 247068080, + galaxyoffset = -2033512960, + galaxysampler = 304699295, + galileo_park_bevhills = -521936587, + galileo_park_hipsters = 1226562551, + galileo_park_tourists = -1857285419, + galphacutoffminmax = -1282381016, + galphatest = -2079743174, + galphatocoveragescale = 955152299, + gambientamount = 862548646, + gambientcolor = -1792173717, + gambientmult = -1673102043, + gambientshadow = 1730637860, + game_world = 657061725, + gamma = 1617619096, + gammacorrection = -1371131314, + gang_chinese = 344476045, + gang_south_la = 1434944763, + GangScenarioPedToPlayerModifier = -1411958677, + ganimatednormalmapparams = 1356180523, + ganimblendweights = -856270934, + ganimcombine = -132028727, + ganimsculpt = 732819097, + gaussianweights = -748431714, + gbackgrounddistortionalphabooster = 1266153517, + gbackgrounddistortionamount = -1936020652, + gbackgrounddistortionvisibilitypercentage = 1950755416, + gbiastocamera = 969255365, + gblitmatrix = 1903406607, + gblooddata = -1824722090, + gblooduvboundspage = 318462180, + gbluramount = -1922027310, + gbonedamage0 = 493675041, + gbonedamageenabled = -849409450, + gbouncecolor = -1009748103, + gboxcentrepos = 1213320064, + gboxforward = 2141719324, + gboxright = -344489826, + gboxsize = -137696536, + gbufferstenciltexturesampler = 34323572, + gbuffertexture0 = 1370576551, + gbuffertexture2 = 989669695, + gbuffertexturedepth = -1080815980, + gbuffertexturesampler0 = -1193453026, + gbuffertexturesampler1 = 1931628197, + gbuffertexturesampler2 = 1601349446, + gbuffertexturesampler3 = 394499945, + gbuffertexturesamplerdepth = -1293008555, + gbuffertexturesamplerssaodepth = 566345585, + gcableparams = -737112276, + gcamanglelimits = 1391293880, + gcamerabias = 481136556, + gcameradistanceatmaxdisplacement = 894396470, + gcamerapos = 130109679, + gcameraposition = -433930773, + gcamerashrink = 196757553, + gclipplanes = 993087185, + gcloudcolor = -945343834, + gcloudviewproj = 1388118204, + gcollisionlifemodifier = 28882798, + gcollisionpositionmodifier = 1413333801, + gcollisionvelocitymodifier = -1377925896, + gcolortint = 1945696018, + gcolortintphase2 = -322989055, + gcolour = 819380429, + gcoloursplash = -1525069853, + gcontrollight = 1458962865, + gcrossfadedistance = 2123742775, + gcsmparticleshadowsamp = 18467538, + gcsmparticleshadowtexture = 1879733647, + gcsmshadervars_deferred = -253598560, + gdaynightscale = 2033466401, + gdecalchannelselection = 129604674, + gdecalnormalsampler = 353477773, + gdecalsampler = -1977052254, + gdeferredinverseviewprojmatrix = -1165627361, + gdeferredlightcolourandintensity = -676758533, + gdeferredlightconeangle = 1457978794, + gdeferredlightconeanglei = -588244892, + gdeferredlightconeoffset = -1613012715, + gdeferredlightconescale = -707117406, + gdeferredlightdirection = -1198806360, + gdeferredlightinvsqrradius = 1076369960, + gdeferredlightposition = -779338813, + gdeferredlightradius = 771816156, + gdeferredlightradiusprojshearparams = 507484242, + gdeferredlightsampler = 1527752693, + gdeferredlightsampler0p = -1265589981, + gdeferredlightsampler1 = 575604989, + gdeferredlightsampler2 = 1424289320, + gdeferredlightshadowmap0 = -1468438209, + gdeferredlightshadowmap1 = -1704997620, + gdeferredlightshadowmap2 = -2070044280, + gdeferredlightshadowmap3 = 1962213943, + gdeferredlightshaftparams = -1510866037, + gdeferredlighttangent = -297603601, + gdeferredlighttype = 874695930, + gdeferredlightvolumeparams = 371509596, + gdeferredprojparams = 1174638206, + gdeferredvolumeradiusscale = -1257070208, + gdensityshiftscale = -1251092134, + gdepthviewprojmtx = 512139429, + gdiffuse = 1220611861, + gdirectional = -2091562034, + gdirectionallightshadowamount = -374407448, + gdirectionalmotionblurlength = -2075207703, + gdirectionalmult = -294039178, + gdirectionalvelocityadd = 1608450430, + gdirectionalzoffsetminrange = 955747368, + gdirnormalbias = 1480114695, + gdispersalsettings = 570820137, + gdistancescale = -649504094, + geastminuswestcolor = -1962357838, + gedgesoftness = 867642987, + generalparams0 = -836290725, + generalparams1 = -1128426360, + GenericWeaponType = -134346553, + GetInCombatClipId = 427276467, + GetInFromWaterClipId = -1773213618, + GetInRate = 1556614668, + GetInStandOnClipId = -1701436206, + GetOnQuickClipId = 923017874, + GetupSet = 1940051574, GetupSetHash = 1726861708, - gExtraLightMult = 328053080, - gExtraLights = 283717731, - gExtraParams0 = 547246380, - gExtraParams1 = 291812025, - gExtraParams2 = -15430119, - gExtraParams3 = -307238068, - gExtraParams4 = -628964110, - gFadeInOut = 1721723781, - gFadeNearFar = 1296614599, - gFadeZBaseLoHi = 887906905, - gFirstTimeUpdate = -985996215, - gFogCompositeAmbientColor = -915417128, - gFogCompositeDirectionalColor = 294385517, - gFogCompositeParams = -936686763, - gFogCompositeTexOffset = -1133347071, - gFrustumParameters = -652325550, - gGrassSkipInstance = -1558855587, - gGravityWindTimeStepCut = 881423443, - gGustAmplifier = -1164894901, - gGustSpacing = -629720525, - gHDRExposure = -716094267, - gHeatHaze = 1212679076, - gHeatHazeRippleLength = 468466093, - gHeatHazeRippleRate = 310223965, - gHeatHazeScale = 877715905, - gHeatHazeSize = 282620084, - gHeatHazeWidth = -730646999, - gHeatPhase = -676638003, - gHitPlane = -1932275602, - ghorizScale = 1167615110, - gHybridAddRatio = -1719879567, - gInstanceVars = -674775778, - gInstCullParams = -2106966436, - gIntensity = -748930713, - gInterpolationFactor = -911263911, - gIsShadowPass = -1597554869, - gLifeFade = -208590417, - gLifeMinMaxClampToGround = 740995189, - gLifeTimeScale = -1140400344, - gLightIntensityClamp = 288245546, - gLightIntensityMult = 1556910128, - gLightSettings = 997160041, - globalAnimUV0 = 1728076549, - globalAnimUV1 = 2016017752, - globalFogRayFadeParam = -551219330, - globalFogRayParam = -1109141550, - globalFreeAimDir = -1182399970, + gextralightmult = -649797170, + gextralights = -1445959473, + gextraparams0 = 1363351178, + gextraparams1 = -871035856, + gextraparams2 = -71898253, + gextraparams3 = -387660337, + gextraparams4 = -1776639944, + gfadeinout = 1682568218, + gfadenearfar = 1244256289, + gfadezbaselohi = 542136670, + gfirsttimeupdate = 92947686, + gfogcompositeambientcolor = -1376073563, + gfogcompositedirectionalcolor = 646659969, + gfogcompositeparams = -1214434831, + gfogcompositetexoffset = 1705135815, + gfrustumparameters = 1069442784, + ggrassskipinstance = -1000365585, + ggravitywindtimestepcut = -2105389172, + ggustamplifier = 1813609204, + ggustspacing = -1722519286, + ghdrexposure = 1986583430, + gheathaze = 1822868744, + gheathazeripplelength = 1850681702, + gheathazeripplerate = -736514218, + gheathazescale = -982797009, + gheathazesize = 1319873596, + gheathazewidth = -1161814333, + gheatphase = -1573856546, + ghitplane = -565328283, + ghorizscale = -1827441842, + ghybridaddratio = -790559064, + ginstancevars = -862319112, + ginstcullparams = -423246358, + gintensity = -983133744, + ginterpolationfactor = 1392131636, + gisshadowpass = 1999109769, + glifefade = 1079477869, + glifeminmaxclamptoground = -352014816, + glifetimescale = -1000281065, + glightintensityclamp = -108778649, + glightintensitymult = 1884220195, + glightsettings = 1029904424, + globalanimuv0 = -677643234, + globalanimuv1 = -1168850544, + globalfograyfadeparam = 1248095708, + globalfograyparam = 1620085657, + globalfreeaimdir = -351939789, + GlobalLateralTorsoOffsetInLeftCover = -385440063, GlobalVariationData = -123314406, - gLocalLightsMultiplier = 149428266, - gLodFadeControlRange = 1344322302, - gLodFadePower = -411144405, - gLodFadeRange = -695672410, - gLodFadeStartDist = 690150299, - gLodFadeTileScale = 1840867019, - gLodInstantTransition = 905972808, - gLodThresholds = 992076526, - gLowResDepthSampler = 1661774497, - gLowResDepthTexture = 571430600, - gMaxDisplacement = -1211516029, - gMaxLife = 1975685897, - gMirrorBounds = 500794124, - gMirrorCrackAmount = 2059462513, - gMirrorCrackSampler = 1310413081, - gMirrorDebugParams = 1818793585, - gMirrorDistortionAmount = -997589961, - gMotionBlur = -1184208010, - gNearFarQMult = -1664482566, - gNormalArc = -1991301915, - gNormalHeight = 1587984396, - gNormalMapMult = 1784231532, - gNormalOffset = -632156438, - gNormalScale = 704562004, - gNumClipPlanes = 1191986749, - gOffsetParticlePos = 1137600879, - gOffsetScale0 = -2113706434, - gOffsetScale1 = 1907738019, - goldFactor = 1899957266, - goldFresnelRolloff = 1820040421, - goldReflectColorBase = -1070868870, - goldReflectColorOverlay = 1275082596, - goldReflectivePower = 2050263141, - goldSpecMapIntMask = -1767077138, - goldSpecularFactor = 1764428233, - GolfTrailTextureSamp = 1179124599, - gooDeferredLightScreenSize = -1438265747, - gOrientToTerrain = -181588177, - gParticleColorPercentage = -1949733488, - gParticleTextureSize = 913978020, - gPerspectiveShearParams0 = 1248619437, - gPerspectiveShearParams1 = -988454699, - gPerspectiveShearParams2 = -1220688602, - gPiercingLightPower_Strength_NormalStrength_Thickness = 2071438998, - gPositionOffset = -734358814, - gPositionScale = -1927951671, - gPower = -151204968, - gPrevViewProj = 23317098, - gProjParams = -625398274, - GradientFilterColBottom = 1024827986, - GradientFilterColMiddle = -1681857013, - GradientFilterColTop = 920042322, - gRadius = -1463660830, - gRainDebug = 1738461636, + glocallightsmultiplier = -1354990, + glodfadecontrolrange = -109016989, + glodfadepower = -1631980364, + glodfaderange = -1030795321, + glodfadestartdist = 1949054155, + glodfadetilescale = 1082098581, + glodinstanttransition = 596864795, + glodthresholds = 979130770, + glowresdepthsampler = -1470755116, + glowresdepthtexture = -1279483698, + gmaxdisplacement = 1164495840, + gmaxlife = -324523278, + gmirrorbounds = 1887204037, + gmirrorcrackamount = 1562064116, + gmirrorcracksampler = -1310875652, + gmirrordebugparams = 496893366, + gmirrordistortionamount = 987148199, + gmotionblur = 294407736, + gnearfarqmult = -1781455994, + gnormalarc = 808788377, + gnormalheight = -1148886932, + gnormalmapmult = -1012636132, + gnormaloffset = -1939927312, + gnormalscale = -1929254898, + gnumclipplanes = 828848872, + goffsetparticlepos = 842278893, + goffsetscale0 = 70492586, + goffsetscale1 = 428526680, + goldfactor = 358396505, + goldfresnelrolloff = 295546023, + goldreflectcolorbase = -1898582772, + goldreflectcoloroverlay = -1691950668, + goldreflectivepower = -1304370096, + goldspecmapintmask = 1333698176, + goldspecularfactor = 435211370, + golftrailtexturesamp = 241657115, + goodeferredlightscreensize = -1221904494, + gorienttoterrain = -1129505742, + GotoWatchRange = -1643563711, + gparticlecolorpercentage = 1853363478, + gparticletexturesize = -1744797400, + gperspectiveshearparams0 = -2145818850, + gperspectiveshearparams1 = 509977564, + gperspectiveshearparams2 = 263128687, + gpiercinglightpower_strength_normalstrength_thickness = -1992934436, + gpositionoffset = -1560758093, + gpositionscale = -82301958, + gpower = 1384422613, + gprevviewproj = 1120562824, + gprojparams = -1983095445, + gpuPtFxEnabled = -136293759, + gradientfiltercolbottom = -532533690, + gradientfiltercolmiddle = 1794637696, + gradientfiltercoltop = -279772590, + gradius = 526220184, + graindebug = 1247076385, + grass_long = -134193993, + grass_short = 1200682253, GrassInstanceList = 255292381, - gravityDroop = -1704881469, - GreenOff = -71516025, - gReflScales = 120954455, - gRefParticlePos = 1416426250, - gRefraction = 457529318, - gRescaleUV1 = 1383246589, - gRescaleUV2 = -196972898, - gRescaleUV3 = -2112878021, - gResetParticles = -979806260, - gRG_BlendEndDistance = 1034037435, - gRG_BlendStartDistance = 1925960832, - gRotationCenter = 1535418528, - gRotSpeedMinRange = -1698820941, + gravitydroop = -1112988608, + GravityScale = 1393168468, + greenoff = -1011285342, + greflscales = 1520419346, + grefparticlepos = -1589838492, + grefraction = -1651897408, + grescaleuv1 = 724216589, + grescaleuv2 = 2046871736, + grescaleuv3 = -2035162598, + gresetparticles = -1463708278, + grg_blendenddistance = -947510492, + grg_blendstartdistance = -115543676, + grotationcenter = -1576799761, + grotspeedminrange = -561673248, + groundcolor = -1125776243, GroundColor = 860002656, - groundColor = 1105809447, + GroundFixupHeight = -22775014, + GroundFixupHeightBoatInWater = 667507334, + GroundFixupHeightBoatInWaterInitial = 93138639, + GroundFixupHeightLarge = 1434272564, + GroundFixupHeightLargeOffset = -878194559, + GroundMaterialProbeDepth = 883567309, + GroundMaterialProbeOffset = -1299915267, + GroundMaterialSpawnCoordNormalZTolerance = 1328674939, group = -903846487, Group = 1713610519, groupId = -1793336044, + GroupId = 1405734818, + GroupMemberSlowDownDistance = -1769531408, + GroupMemberWaitDistance = -75372597, + GroupMemberWaitMinTime = 2050658669, + GroupMemberWalkCloseDistance = -534781015, GroupNames = -1788254679, Groups = -1794127808, - gScaleDiffuseFillAmbient = 778330852, - gScaleFade = -677454626, - gScaleRange = -1825004845, - gScatterG_GSquared_PhaseMult_Scale = -707630441, - gShadowAmount = -1334160295, - gSizeMinMax = 782512595, - gSizeMinRange = -1751192461, - gSkyColor = 1871107962, - gSoftness = 1015061996, - gSoftnessCurve = 1933901350, - gSoftnessShadowMult = 917496424, - gSoftnessShadowOffset = -1437874160, - gSoftParticleRange = -249472303, - gSpecularExponent = -533102345, - gSpecularIntensity = -1654420207, - gSplashFrames = -1752695446, - gSplashSizeMinMax = -980511232, - gSunColor = -1517556137, - gSunDirection = 457749534, - gSuperAlpha = 1043779519, - gSurfaceSettings = -194674453, - gtaSkyDomeClip = 692497776, - gtaSkyDomeFade = -1133825141, - gtaWaterColor = -603496964, - gTexCoordScaleOffset0 = -1553118674, - gTexCoordScaleOffset1 = -955412114, - gTexCoordScaleOffset2 = -40108406, - gTexCoordScaleOffset3 = -359704463, - gTextureAngleRads = -555403280, - gTextureAnimation = 401363826, - gTextureAnimRateScaleOverLifeStart2End2 = 1953888942, - gTextureRowsCols = -729023118, - gTextureRowsColsStartEnd = 517605993, - gTotalLifeTimeScale = -1920908776, + gscalediffusefillambient = 397913198, + gscalefade = -1150258353, + gscalerange = -46315124, + gscatterg_gsquared_phasemult_scale = 987241318, + gshadowamount = -997429275, + gsizeminmax = 1571728947, + gsizeminrange = -875910674, + gskycolor = -966033935, + gsoftness = -1420786914, + gsoftnesscurve = -1627532291, + gsoftnessshadowmult = -1576202833, + gsoftnessshadowoffset = -1584693535, + gsoftparticlerange = -393874092, + gspecularexponent = -1089989724, + gspecularintensity = 247886295, + gsplashframes = 944333453, + gsplashsizeminmax = -232543013, + gsuncolor = -1287759774, + gsundirection = 2009439163, + gsuperalpha = 1225534059, + gsurfacesettings = -460876858, + gtaskydomeclip = 964033580, + gtaskydomefade = 826009472, + gtawatercolor = -14222592, + gtexcoordscaleoffset0 = -1195349326, + gtexcoordscaleoffset1 = -1549320064, + gtexcoordscaleoffset2 = -1795579099, + gtexcoordscaleoffset3 = -1838965255, + gtextureanglerads = 241993590, + gtextureanimation = 20918084, + gtextureanimratescaleoverlifestart2end2 = -882687617, + gtexturerowscols = 1276450911, + gtexturerowscolsstartend = 1241308942, + gtotallifetimescale = -1470145052, GTXD_PARENTING_DATA = -1496020652, + GuardWorldExtents = 1651229959, guid = -1703186835, - gUseComputeShaderOutputBuffer = -390540415, - gUseDirectional = -35344748, - gUseShadows = -702037578, - gUVOffset = -1279460207, - gUVOffset1 = -1680807739, - gUVOffset2 = -1978481335, - gUVOffset3 = -749807680, - gVelocityMax = -66408171, - gVelocityMin = -947461330, - gvertScale = -1241567786, - gViewProj = 1316440081, - gVolumeLightsSampler = -1335682100, - gVolumeLightsTexture = -1416374858, - gWaterHeight = -844031028, - gWestColor = 1765008782, - gWindBaseVel = -277734135, - gWindBendingGlobals = 1374043803, - gWindBendScaleVar = -1099788828, - gWindGustVel = -815186316, - gWindMultParams = 1402170520, - gWindParams = -1149611922, - gWindVarianceVel = -1585149982, - gWorldBinormal = 859961561, - gWorldInstanceInverseTranspose = 2074627013, - gWorldInstanceMatrix = 890897063, - gWorldTangent = -1054232096, - gWrapBias = -2085088900, - gWrapLighting = 889335533, - gWrapLighting_MSAARef = 656210398, - gWrapScale = 963501373, - gZdampen = -1585530223, + GunShotThresholdDistance = -811877533, + gusecomputeshaderoutputbuffer = 1009029736, + gusedirectional = 1281964389, + guseshadows = 345674786, + guvoffset = -994951530, + guvoffset1 = -1729690694, + guvoffset2 = -1969068243, + guvoffset3 = -784501658, + gvelocitymax = -1257415225, + gvelocitymin = 507774218, + gvertscale = 1074904593, + gviewproj = -170758263, + gvolumelightssampler = 1687175937, + gvolumelightstexture = -1410559433, + gwaterheight = 446050918, + gwestcolor = -1071793383, + gwindbasevel = -480974750, + gwindbendingglobals = 709598663, + gwindbendscalevar = -1742228499, + gwindgustvel = 2099280216, + gwindmultparams = 982613925, + gwindparams = -758195239, + gwindvariancevel = -2078796327, + gworldbinormal = -2027626099, + gworldinstanceinversetranspose = 1914807, + gworldinstancematrix = 981286173, + gworldtangent = 1317093162, + gwrapbias = 1858190163, + gwraplighting = 75905342, + gwraplighting_msaaref = 833328952, + gwrapscale = -1207404257, + gzdampen = -2129201092, + halfSigmoidConstant = -926528486, + HandBrakeControl = 1151983218, + HandBrakeInputEnvelopeRef = 73888528, + HandBrakeSwingSettings = -591781678, + HandcuffedClipSetId = 1015537615, + HandGunDamageMod = 1873521687, + handlebars = -1372981261, HANDLING_FILE = 46800217, - HardAlphaBlend = -15145894, + HangingAroundVehicleModifier = 420424724, + hardalphablend = -381455354, + HasCreateWeaponTag = -663399903, hash = 1048674328, + Hashes = -1541376683, + HashOrdering = -1051954405, + HasInterruptTag = 1944180374, + HasSixDirections = -597058662, + HasStickInputThreshold = -1721950055, + hawick_bevhills = 1318738468, + hawick_hipsters = -586332804, + hawick_streetgeneral = 1267713346, + hawick_tramps = -1362773005, + hawick_vinewood = 360078400, + HBC_Randomize = 2066966848, + HBC_Retain = 1409024016, HDDist = -37461569, - HDRColorTexture = 1790972259, - HDRExposure = 1220342253, - HDRExposureClamp = -1030466679, - hdrIntensity = 927834397, - HDRIntensityMultiplier = -2100449284, - HDRPointSampler = -718752629, - HDRSampler = -1866905749, - HDRSunExposure = -1234435999, - HDRTextureAA = -941677439, + hdrcolortexture = -1932006876, + hdrexposure = -1255643404, + hdrexposureclamp = 1487577326, + hdrintensity = -158679638, + hdrintensitymultiplier = 1498595219, + hdrMult = 271126249, + hdrpointsampler = -592272541, + hdrsampler = 1709735268, + hdrsunexposure = 81989056, + hdrtextureaa = -1525170704, hdTextureDist = -1386390708, HDTxd = 1692217392, HDTxdBindingArray = -141886685, + HeadAndNeck = -890131143, Heading = -391395486, + HeadingAcceleration = 426969157, + HeadingChangeRate = -1641197478, + HeadingCorrection = 472852554, + HeadingDelta = -1402972449, + HeadingDiffStartBlendDegrees = 1440906110, HeadingLimits = -1984651718, + HeadingOffset = -1950817550, + HeadingPullAroundErrorScalingBlendLevel = 1199102981, + HeadingPullAroundMaxMoveSpeed = -975327383, + HeadingPullAroundMinMoveSpeed = -1216439138, + HeadingPullAroundSpeedAtMaxMoveSpeed = 1466199679, + HeadingPullAroundSpringConstant = 1332565251, + HeadingPullAroundSpringDampingRatio = -240558172, + HeadingReachedTolerance = 452418176, + HeadingScoreForCoverLockOnRejection = 155512302, + HeadingToleranceDegrees = -297011531, + HeadingWanderChange = -465859152, + HeadingWeighting = 328254695, + HeadingWeightingNoStick = 1613714646, headLight = 1105987835, headlight_l = -1891616384, headlight_r = -408098224, headLightCorona = 1649539989, - HeatHazeOffsetParams = -836109387, - HeatHazeParams = -1462747235, - HeatHazeSampler = 169301233, - HeatHazeTex1Params = 972618812, - HeatHazeTex2Params = 628291379, + HeadLook = -1191688207, + HeadShot = 800099441, + HeadShotImpulseMultiplier = -1241582143, + HeadShotMPImpulseMultiplier = 1084989136, + HealthBar = 133430210, + HealthConfigHash = 372913173, + HealthMultiplierBonus = 2121757492, + HealthRatioLimit = -1902724166, + HealthRegenEfficiency = -1573578814, + heathazeoffsetparams = 234272229, + heathazeparams = -1253274026, + heathazesampler = -1394137906, + heathazetex1params = 157461750, + heathazetex2params = -608550831, + HeavyBrakeYAcceleration = -1743552058, Height = -242765613, - heightBias = -290815521, - heightBias0 = -757183362, - heightBias1 = -1048335927, - heightBias2 = -2024262285, - heightBias3 = 1974637096, - HeightFogParams = -1110401207, - HeightMapSampler = 1909899107, - heightMapSamplerLayer0 = 1871453372, - heightMapSamplerLayer1 = -1536588170, - heightMapSamplerLayer2 = -1910547998, - heightMapSamplerLayer3 = -927772919, - HeightMapTransformMtx = -1981625084, - HeightOpacity = 87456297, - heightSampler = -605513493, - heightScale = 167229904, - heightScale0 = 326567711, - heightScale1 = 1817688295, - heightScale2 = 2114804818, - heightScale3 = 1222504940, - heightTexture = 94139031, + heightbias = 330974467, + heightbias0 = 537974167, + heightbias1 = 820082484, + heightbias2 = -916477898, + heightbias3 = -1133441447, + HeightChangeSettleBlendDuration = -575483553, + heightfogparams = -92602023, + HeightMapDelta = 1983182002, + HeightMapLookAheadDist = 552115106, + heightmapsampler = 1008099585, + heightmapsamplerlayer0 = 781078585, + heightmapsamplerlayer1 = -1724471924, + heightmapsamplerlayer2 = -1948218656, + heightmapsamplerlayer3 = -2051998079, + heightmaptransformmtx = 1556799447, + heightopacity = -1359497712, + heightsampler = -244980181, + heightscale = 947222050, + heightscale0 = -1487810607, + heightscale1 = 1898472319, + heightscale2 = -2116156182, + heightscale3 = 1536800866, + HeightScaling = 1920226182, + heighttexture = -142194134, + HeightToStartLanding = -1227313101, + HeightToStartWrithe = -2073115306, + HELI = -516150396, + HeliPedModelId = -1745709790, + Helis = 847633247, + HeliSpeedModifier = 641071834, + HeliTargetArriveDist = -1363865605, + HeliVehicleModelId = 1696043144, hemi_bias = -817050679, hemi_near = -226095639, hemi_params = -1106951639, hemi_range = -1451112905, hemi_res = -883208650, - HemiCubeSampler = 390411816, - hiDofMiscParams = 1116221179, - hiDofParams = -1425544178, + hemicubesampler = 145567721, + hidofmiscparams = 851407070, + hidofparams = -992877946, HIGH_HEELS = 2100709655, - HighDetailNoiseBumpSampler = -407493906, - HighDetailNoiseSampler = -1265332655, - highDetailSampler = 37574081, - highLum = -1840930597, + HighAltitudeZoomSettings = 2054392766, + HighBlindFireAimingDirectlyLimitAngle = 298108981, + HighCloseEdgeWallTestYOffset = 1632533833, + HighCoverBlendInDuration = -123568261, + HighCoverClipRate = 677754437, + HighCoverProbeHeight = 1565700819, + highdetailnoisebumpsampler = 1044331566, + highdetailnoisesampler = -472608082, + highdetailsampler = 860147427, + HighFallProbeLength = 934569024, + HighFallTimeToBlockInjuredOnGround = 1503093096, + HighHighFallEnd = 1799229733, + HighHighFallStart = 1342466268, + HighImportanceModifier = 786235913, + HighJumpMaxAngleForVelScale = -2005788837, + HighJumpMaxVelScale = -329882722, + HighJumpMinAngleForVelScale = 910411457, + HighJumpMinVelScale = 1943815238, + HighLeftAimStepInfoSet = 80679158, + HighLodWalkHeadingLerpRate = -1903179316, + highlum = 737146002, + HighOpenDoorClipId = -445705612, highPri = 1331010150, HighPriority = -868519637, + HighRightAimStepInfoSet = -1956641025, + HighSpeedShakeSettings = -975329912, + HighSpeedZoomSettings = -1648361583, + HighVelocity = -44301340, + HighVelocityBlendOut = 468457579, + HintHelperRef = 730193180, + hippy = 944887848, + hipsters = 1206548044, + History = -1270392480, history = 2023011857, - HmdWarpParam = 1482561688, + HistoryCosineThreshold = -894226828, + HitRandomisation = -1233429828, + HitRandomisationAutomatic = -285631565, + hmdwarpparam = -133306279, HoldDuration = -1927122606, - horizonLevel = 682800769, + HoldingSingleHandedWeapon = -574503920, + HoldingTwoHandedWeapon = -1003078507, + HoldingWeaponBonus = -124661239, + HoldingWeaponPlayerModifier = 1493940343, + HoldLegOutVelocity = 682602058, + HoldSub = 1878184186, + horizonlevel = 403229780, + HORSE_REINS_FILE = 1866311889, + HotPedDisableSexinessFlagChecks = 674468988, + HotPedMaxDistance = -1463554481, + HotPedMaxDotAngle = 1194287595, + HotPedMaxHeightDifference = -1061484243, + HotPedMinDistance = 334092093, + HotPedMinDotAngle = 101327813, + HotPedRenderDebug = 248477757, + HotwireClipId = -2062598607, + HotwireRate = 1960961110, HoursOnOff = -104152047, hub_lf = -403622387, hub_rf = -1994073206, - HybridAdd = -1732739164, - HybridAddRatio = -913032034, + HUD_TXD_FILE = 1987285695, + HumanBodyScale = -1075215102, + HumanPelvisScale = 938878998, + HumanSpine0Scale = 670734777, + HumanSpine1Scale = -2027877183, + HurryAwayInitialMBR = 1287855842, + HurryAwayMBRChangeDelay = 162073420, + HurryAwayMBRChangeRange = -1316868947, + HurryAwayMoveBlendRatioWhenFar = 199132405, + HurryAwayMoveBlendRatioWhenNear = -1284168638, + HurryAwayWatchFirst = -683405994, + hybridadd = -60943687, + hybridaddratio = 1902453223, + iAltRangeEnd = -215423776, + iAttachBoneHash = -358298777, + iAttachParentId = 867510818, + iBlendOutCutsceneDuration = 1783584102, + iBlendOutCutsceneOffset = 660302675, + iBulletEventResponseLengthMs = -2039586334, iCenterX = 48026296, iCenterY = 896907229, iCenterZ = 1597508449, + iComponent = 505193016, iCosZ = -559535774, - id = 459292749, + iCutsceneFlags = 2110267871, Id = -485854286, + id = 459292749, + IDE_FILE = -872704797, + IdealDistance = -1381729519, + IdealDistanceCouldLeaveCar = 13763777, + IdealDistanceForPursue = 514678423, + IdealDistanceIfArmed = -1003908471, + IdealDistanceIfUnarmed = 172591904, + IdealDistanceInVehicleAndTargetArmed = -1753368267, + IdealDistanceInVehicleAndTargetUnarmed = 922557972, + IdealDistanceOnBikeAndTargetArmed = 1876514812, + IdealDistanceOnBikeAndTargetUnarmed = 2051473778, + IdealDistanceShotAt = 150170926, + IdealHeadingOffsetForLimiting = -636881890, + IdealPitchForFiringVariation = 1908604654, + IdealSpawnDistance = 652074796, + IdealTurnApproachRate = 1298540281, + IdentificationRange = 625679404, identifier = -290724791, Idle = 923499413, + IdleAnimStateInfos = -1257678166, + IdleCmini = 1252108818, + IdleHeadingLerpRate = 183241195, + IdleHigh1HVariationClipsets = -1729915976, + IdleHigh2HVariationClipsets = 616197965, + IdleLow1HVariationClipsets = 229574996, + IdleLow2HVariationClipsets = 754984064, + IdleTimeRandomFactor = 2115224183, IdleTransitionBlendOutTime = 61709549, + IdleTransitionBlendTimeFromActionMode = 639925745, + IdleTransitionBlendTimeFromStealth = 1990190949, IdleTransitions = 1687702635, + IdleVariationAnimStateInfos = 1977186530, + IdleYStartOffset = -648404257, + iDrawable = -2063309473, ids = -256046837, + iEventArgsIndex = -5469060, + iEventId = -1145794464, iFlags = 1490815345, + IgnoreFovForHeadIk = -1890900566, + IgnoreIfSensingPedIsOtherEntity = -259818771, IgnoreLoitering = 626032513, IgnoreMaxInRange = -1044656072, IgnoreOpenDoorTaskEdgeLerp = 975984281, IgnorePavementChecks = 1501464625, + IgnoreRotationBlend = 2067979515, IgnoreWeatherRestrictions = 176469077, + iHeadingRandomizationTimeMax = 72944862, + iHeadingRandomizationTimeMin = 15793390, + iHeadlookRandomizationTimeMax = -1206845796, + iHeadLookRandomizationTimeMin = 1333092266, + iHealthDepletionBlinkPercentage = -228450380, iHeight = -809689303, iInterior = 1975994103, + iLanguageID = 1537748314, iLeftFilterLanePhase = 478748718, iLength = -1440356635, - ImageFXParams = -922725933, + iLightProperty = -1817841222, + iLightType = 1233248098, + iLivery = 756943177, + iLivery2 = -1841332722, + imagefxparams = -519154572, + iMainBodyColour = -226974307, imapDependencies = 735712319, imapDependencies_2 = -582198068, ImapLink = 2142127586, imapName = 833569695, - importanceBufferSampler = 1799811957, - imposterDir = 779261456, - imposterSampler = 1571798424, - imposterWorldX = 534089368, - imposterWorldY = 231205501, - imposterWorldZ = 1454996615, + iMaxLookAtTime = -1460945667, + iMaxNumInjuredOnGroundAgents = -1799185469, + iMaxPedsAtTrafficLights = -671467066, + iMaxPedsInCombatTask = 269064650, + iMaxRandomExplosionTime = -1141570134, + iMaxTime = -2059673177, + iMaxTimeBeforeSearchingForNewHidingPlace = -1077380368, + iMinLookAtTime = 1571509424, + iMinNumEnemiesForScaling = -2105626968, + iMinTime = -126378536, + iMinTimeBeforeSearchingForNewHidingPlace = -676678941, + ImmediateHighFallSpeedAi = 696030652, + ImmediateHighFallSpeedPlayer = 187177991, + importancebuffersampler = 1983941369, + imposterdir = 15105794, + impostersampler = -281828463, + imposterworldx = -1107096857, + imposterworldy = -799821944, + imposterworldz = -257101766, + ImpulseMult = 959886766, + Impulses = 245896742, + IN_AIRCRAFT = -1084862348, + IN_BOAT = 1045637820, + IN_HELI = 2079134431, + IN_SUBMARINE = -1552337755, + IN_TURRET = -117363795, IN_VEHICLE = 1015874207, + InAir = 1916434556, + InAirFreeWheelBikeClipId = -378838845, + InAirFreeWheelCharClipId = -9471126, + InAirHeadingRate = 712615227, + InAirMovementApproachRate = -1796329266, + InAirMovementRate = 1308347600, + InAirProbeDistance = -542577743, + InAirProbeForwardOffset = -123564418, + InAirZAccelTrigger = 1568293823, + InBoat = -795608373, + incar_general = 1725824697, + IncidentLocation = -1504101365, includedDataFiles = -1940353227, includedXmlFiles = -1014010446, inclusionId = 1938349561, inclusions = -2122648363, + InCoverMovementSpeed = -507169841, + InCoverMovementSpeedEnterCover = 1291062567, + InCoverScoreModifier = 1975453329, + InCoverTolerance = -326939108, + IncreasedAerialSpawningFactor = -1046433597, + IncreasedAquaticSpawningFactor = 1340414393, + IncreasedGroundWildlifeSpawningFactor = 1785192888, Index = 1035793140, indicator = 801150652, indicator_lf = -891942934, + indicator_lr = -315962225, indicator_rf = 2051585809, + indicator_rr = 112742354, indices = -373317843, + InDuration = -1838281963, + InflectionPitch = 1035721466, + Info = -97436853, Infos = 802810900, + InHeli = 345193988, InitDatas = 1512338287, - InitPositionTexSampler = -995321647, + InitialAreaTimeoutWhenCrimeReported = -1291526079, + InitialAreaTimeoutWhenSeen = 922425823, + InitialBumpComponent = 406034015, + InitialBumpForce = -1593898363, + InitialBumpOffset = 1000319425, + InitialDelay = 1832992496, + InitialForce = -1328815756, + InitialForceComponent = 871993282, + InitialForceOffset = 279094028, + initialiseOnCollision = 1562817888, + InitialLowEdgeTestEndYOffset = 1933569235, + InitialLowEdgeTestStartYOffset = 1759052099, + InitialLowEdgeWallTestYOffset = 420444049, + InitialRagdollDelay = 1901527010, + InitialRelativeHeadingLimits = 1115426652, + InitialRelativePitchLimits = 113692134, + InitialTerrainAvoidanceAngleD = -326614777, + initialUnlockedCap = 1709960891, + InitialWorldPitchLimits = 1692207327, + initpositiontexsampler = 867916958, initSpeed = -654528678, - InitVelocityTexSampler = -290427111, + initvelocitytexsampler = -498923451, InjuredStrafeClipSet = 1464530836, + InMotionAlignmentVelocityTolerance = 891286257, + InMotionTighterTurnsVelocityTolerance = -648672410, innerConeAngle = 1245835442, - InputTex = -1697446596, + InnerDistanceThreshold = -1946057414, + InPlaceAlignmentVelocityTolerance = -1969988343, + InputEnvelopeRef = 1933675573, + InputMagPowerFactor = -1029815347, + InputMagToIncreaseDeadZoneMax = -134997196, + InputMagToIncreaseDeadZoneMin = -1033956093, + inputtex = -1942582577, + InputType = 1445865118, + InputYAxisCornerExitValue = 2129665503, + InputYAxisQuitValue = 1147378819, + InRangeDrivingPlayerModifier = -1195713702, + InRangePlayerDistanceThreshold = 395317425, + InRangePlayerInRaceDistanceThreshold = 1849354099, + InRangePlayerModifier = -1174698113, + InsideCornerStopDistance = -953253006, + InsideEdgeEndXOffset = -1365718472, + InsideEdgeEndYOffset = 1055186370, + InsideEdgeStartXOffset = 2121459739, + InsideEdgeStartYOffset = -1886828571, + InstallPartition = -1609074665, installPartition = -819965109, - InstanceBuffer = 208063190, + instancebuffer = 571392628, instancedData = -1725899735, InstanceList = 470289337, instances = 274177522, + InstantProbeDurationMin = -234021647, intensity = -271738563, Intensity = 140854398, intensity_far = -752321665, IntensityVar = -1481730052, + interactive_music = 1572110022, interior = 560567274, INTERIOR_DATA = 559321238, INTERIOR_PROXY_ORDER_FILE = 821873185, + interiorHash = 595627342, + interiorInfoName = -1097217071, InteriorNames = -1888402044, + InteriorProxyHash = -546623249, Interiors = 947288719, - InterlaceIndex = -1632356915, - InterlaceMapSampler = -614556198, - InterlaceTotalNum = -239533663, - intermediateTarget = 1772876769, - intermediateTarget_Sampler = -655036478, - intermediateTargetAA = -1632500360, + interlaceindex = 92545662, + interlacemapsampler = -13284806, + interlacetotalnum = 1200425084, + intermediatetarget = -2078348990, + intermediatetarget_sampler = 1179275796, + intermediatetargetaa = -1714238296, + interpolateToDisabled = -1432158623, + InterpRates = 78660797, + interpTime = -314292850, + IntroClip0Id = -190746990, + IntroClip1Id = 430012531, + IntroClipId = -492496389, + IntroMaxScale = 842076929, + IntroMovementDuration = -621452552, + IntroRate = 1649508716, + IntroRotScalingDefaultEndPhase = 1894035381, + IntroRotScalingDefaultStartPhase = 1515476732, + IntroScalingDefaultEndPhase = -88409079, + IntroScalingDefaultStartPhase = -923467414, iNumEntrances = -665584917, iNumJunctionNodes = -564509312, iNumPhases = -10269514, iNumTrafficLightLocations = 2024774002, + InVehicle = -1200515913, + InVehicleLookAtDampingRef = 556138114, + InverseMassScales = 172669903, + InvMassScale = 514198685, InWater = -1137070616, + InWaterExitDepth = 1332340783, + InWaterExitProbeLength = 1768336421, + iObjectId = 1657245540, + iObjectIdList = 1236477325, + iOverlayType = 211975133, iPhase = 1580401081, IPL_FILE = -2043580326, + iPlayerDirectThreatTimeMs = 653564341, iPosX = 681100199, iPosY = 1574841905, iPosZ = 176392061, iProbability = -1320356336, iRadius = 1998996693, + iRandomDurationMax = -1674021305, + iRandomDurationMin = 18835671, + iRangeEnd = 398786672, + iRangeStart = 1047819622, iRequiredIMapId = 1229525587, + iRunningTimeForVelocityBasedStayupright = 971008663, + IsBehindVehicleGlass = -1162761326, + IsCasual = -1125710296, iScenarioGroup = -2114714623, + IsChild = -1332250084, + IsCrouching = 1674350800, + IsDangerousAnimal = 1867113976, + IsDoor = 474556907, + iSecondBodyColour = 1237172464, IsFontOutlineEnabled = -684805775, + IsGang = 1945623796, + IsGlass = 1060358829, IsHeadBlendPed = 591520311, + iShotMaxBlindFireTimeH = -31794273, + iShotMaxBlindFireTimeL = -685666895, + iShotMaxTimeBeforeGunThreaten = -655930435, + iShotMaxTimeBetweenFireGun = 655022274, + iShotMinTimeBeforeGunThreaten = -309728209, + iShotMinTimeBetweenFireGun = -875425946, + IsHuman = -2082375292, iSinZ = 1351095745, + IsLocal = -875769708, + IsMale = 819954510, + iSpecularColour = 1609620374, + IsSecurity = 622092394, + IsStationary = -122837558, IsStreamedGfx = -941870793, + isUnderwater = -1974069744, + IsWeird = 1025165367, + iTargetNotSeenIgnoreTimeMs = -1024187369, Item = 104834034, + Items = -1414406127, + iTexture = 467155910, iTimeEndOverride = -1606928773, iTimeStartOverride = 591476992, iTimeTillPedLeaves = -1998778821, + iTimeToStandAtSearchPoint = 1751162602, + iTransitionIn = -1651727025, + iTransitionOut = -1484857202, itypDepArray = -1884017946, itypDependencies_2 = -765387623, iType = -1042729714, itypName = -1404809116, + iVectorDefault = 178027873, + iWheelTrimColour = -2069608100, iWidth = 168013536, - JitterSampler = -1676163237, + JackingModifier = -1606593610, + JetskiDrivebyFilterId = 2134287489, + jittersampler = 887426944, + JOB_AND_NAME_MED = 1218436764, JOB_BIG = 1035407208, + JOB_MED = 568575574, + JOB_SMALL = -167932534, + JumpCollision = 1017102101, + JumpFallTestAngle = 793837940, + JumpOutofSubNeutralBuoyancyTime = 2102914796, JUNCTION_TEMPLATES_FILE = 1075369871, JUNCTION_TEMPLATES_PSO_FILE = 1684997832, kBoth = 1849703770, - kernelParam = -1490251632, - kernelRadius = -618752256, + KeepWeapon = 1218243798, + kernelparam = 348424870, + kernelradius = 1819724113, Key = 1620616462, + KickOnGroundTuning = 1543515715, KilledPerceptionRangeModifer = -1676371144, - KillFlashCol = 277108652, - KillFlashUVOff = 63477245, + killflashcol = 1705946031, + killflashuvoff = 1449898229, kitName = 1513897539, - kits = 1843360923, Kits = 1497090499, + kits = 1843360923, kitType = -1285983589, - LaserSampler = -1037067186, - LaserVisibilityMinMax = 881494523, - LastBufferSize = 778905537, + KnockOffBikeEjectImpactFriction = -298735914, + KnockOffBikeEjectMaxImpactDepth = 301898848, + KnockOffBikeForwardMaxComponent = -1828021227, + KnockOffBikeForwardMinComponent = -2043594801, + KnockOffBikeMaxSpeed = -1937033438, + KnockOffBikeMaxUpright = -1052308339, + KnockOffBikeMinSpeed = -1440159936, + KnockOffBikeMinUpright = -114934254, + KnockOffBikePitchMaxComponent = -1332631270, + KnockOffBikePitchMinComponent = 164203436, + KnockOffBikeUpMaxComponent = -1653901034, + KnockOffBikeUpMinComponent = -331179534, + kOnlyMp = 549935372, + kOnlySp = -123924556, + la_mesa_general = -1657998693, + la_mesa_tramps = 748862053, + LackOfHostility = -1437848471, + LADDER_METADATA_FILE = 873638153, + LadderAlignment = 2014258089, + LadderPitch = -1968295679, + LandHeadingModifier = 1347777197, + Landing = 1163966079, + LandProbe = 1166908668, + LandProbeLength = -2089033713, + LandRollHeight = -397410952, + LandRollHeightFromJump = -1447046986, + LandRollHeightFromVault = -957215531, + LandSlopeNoseUpMax = -311659925, + LandSlopeNoseUpMin = 564764161, + large_male = -2112361249, + largeCharge = 1846583548, + LargeVerticalAccelerationDelta = -47479339, + lasersampler = -321114847, + laservisibilityminmax = 2050561467, + LastBattleEventHighEnergyEndTime = 2064072700, + LastBattleEventHighEnergyStartTime = 271833144, + lastbuffersize = 878694393, + LastSpottedDistance = -1741422606, + LastStand = 1877343639, + LastStandArmoured = 745594459, + LastStandMaxArmouredTotalTime = -2008273275, + LastStandMaxTotalTime = 417172126, + LateralForce = 2100597904, + LaunchLeftBikeClipId = -1221651468, + LaunchLeftCharClipId = 1333997798, + LaunchRightBikeClipId = -486161502, + LaunchRightCharClipId = 945663205, + lawResponseTime = 218173601, + lawResponseType = 1915622273, + LayerA = -300414375, + LayerB = -533959038, + LayerBlend = -326943081, + Layers = -276263554, + layers = 197915343, + LEADERBOARD_DATA_FILE = 153829429, + LEADERBOARD_ICONS_FILE = 1431237327, + LeaderExitVehicleDistance = 676285031, leakPtFxEnabled = 1064432315, leakPtFxOilName = 729665807, leakPtFxPetrolName = -761698306, leakPtFxRange = -1384868734, leakPtFxSpeedEvoMax = 1705315422, leakPtFxSpeedEvoMin = -1719079411, + LeanAngleDefaultRate = 1850650077, + LeanAngleDefaultRatePassenger = 1393469938, + LeanAngleReturnedTol = -40204268, + LeanAngleReturnRate = 1365613076, + LeanAngleSmoothingRate = 541806245, + LeanForwardsAngleSmoothingRate = -66134661, + LeaningExtremeThreshold = 48278855, + leanKd = 664693842, + leanKi = 814841404, + leanKp = -2072304106, + LeanScale = -1810365608, + LeanSidewaysAngleMaxAccAngle = -236249935, + LeanSidewaysAngleMinAccAngle = -135233163, + LeanSidewaysAngleSmoothingAcc = 1551960100, + LeanSidewaysAngleSmoothingRateMax = 1540399603, + LeanSidewaysAngleSmoothingRateMin = 525349387, + LeftBoneOffset = 416915558, + LeftGrip = 102733762, + LeftHandOffset = -1737472719, leftHeadLight = 649479127, leftHeadLightMultiples = -895057561, + LeftPickUpTargetLerpPhaseEnd = 354147533, + LeftPickUpTargetLerpPhaseEndBicycle = -697147063, + LeftPickUpTargetLerpPhaseStart = -383135016, + LeftPickUpTargetLerpPhaseStartBicycle = 706443375, + LeftPullUpTargetLerpPhaseEnd = -1974211983, + LeftPullUpTargetLerpPhaseEndBicycle = -1080580615, + LeftPullUpTargetLerpPhaseStart = -99040165, + LeftPullUpTargetLerpPhaseStartBicycle = -1630598101, + LeftRightStickInputMin = -1071847685, + LeftRightStickInputSmoothingRate = 1082826303, leftTailLight = 1551657213, leftTailLightMultiples = -19810148, + LeftWire = -1552890154, + LEGALS = -222551540, + LegShot = -1619421639, + LegShotFallRootImpulseMinUpright = -42243501, + LegShotFallRootImpulseMult = 184133535, length = -1786895047, - LensArtefactsParams0 = 868908353, - LensArtefactsParams1 = 571464140, - LensArtefactsParams2 = -962125076, - LensArtefactsParams3 = -1243512479, - LensArtefactsParams4 = -332599817, - LensArtefactsParams5 = -647083910, - LensCenter = -1749048826, - LensDistortionParams = 1472351965, - LetterIndex1 = -1837034709, - LetterIndex2 = -2095418274, - LetterSize = -2059885580, - LicensePlateFontExtents = 887403461, - LicensePlateFontTint = 1384917849, + LengthScaling = -159819889, + LensArtefact = 661891977, + LensArtefactMultiplier = 1253384283, + lensartefactsparams0 = 1487316152, + lensartefactsparams1 = 870406958, + lensartefactsparams2 = 1165295189, + lensartefactsparams3 = 263361233, + lensartefactsparams4 = -1885465942, + lensartefactsparams5 = 1794558296, + lenscenter = 163655085, + lensdistortionparams = 705844615, + letterindex1 = 1794007338, + letterindex2 = 865825409, + lettersize = 1497980819, + LEVEL_STREAMING_FILE = -669452997, + licenseplatefontextents = -1279156885, + licenseplatefonttint = 1846736030, LifeTime = -85609358, light = 1118124053, - LightColor = -1419275359, - LightDir = 840257930, + lightcolor = 1945364554, + lightColor = 78766281, + lightdir = 1608210580, lightFadeDistance = 1307926275, + LightFadeDistanceMult = -1027817825, lightFalloffExponent = 1650161522, lightFalloffMax = 154568665, lightGroup = -1605457905, lightHash = 643049222, + lightingType = -1623398587, lightInnerConeAngle = 1576817313, - LightOcclusionSampler = -792653805, + lightIntensityModifier = 1981979787, + lightocclusionsampler = -1255665827, lightOffset = 1620490850, lightOuterConeAngle = -497719253, - lightrayParams = -1537288431, - lightrayParams2 = 1433015398, + lightrayparams = 912013868, + lightrayparams2 = -719250884, Lights = -1440453106, lightSettings = -1917637368, - LightStreaksBlurDir = 1840607425, - LightStreaksColorShift0 = 1119869425, + LightShadowFadeDistanceMult = -1231102738, + LIGHTSHAFT_DENSITYTYPE_CONSTANT = 676250331, + LIGHTSHAFT_DENSITYTYPE_LINEAR = 152140774, + LIGHTSHAFT_DENSITYTYPE_LINEAR_GRADIENT = 2088805984, + LIGHTSHAFT_DENSITYTYPE_QUADRATIC = 1098824079, + LIGHTSHAFT_DENSITYTYPE_QUADRATIC_GRADIENT = 1492299290, + LIGHTSHAFT_DENSITYTYPE_SOFT = -1895380732, + LIGHTSHAFT_DENSITYTYPE_SOFT_SHADOW = 2057886646, + LIGHTSHAFT_DENSITYTYPE_SOFT_SHADOW_HD = 1816804348, + LIGHTSHAFT_VOLUMETYPE_CYLINDER = 462992848, + LightSpecularFadeDistMult = 71148997, + lightstreaksblurdir = 2085391682, + lightstreakscolorshift0 = -212915948, lightType = 482065968, + LightVolumetricFadeDistanceMult = -1963421796, + limbId = 970730558, + LimbStrengthTuning = -1672248101, limitAngle = 2100360280, - LinearSampler = 26276948, - LinearSampler1 = -867018049, - LinearSampler2 = -538869283, - LinearWrapSampler = 1547074195, - LinearWrapSampler2 = -1647755333, - LinearWrapTexture3 = 1491800520, + LimitAttachParentRelativePitchAndHeading = -1495319291, + LimitMeleeRangeToDefault = 1169108573, + linearsampler = 2135833848, + linearsampler1 = -242596072, + linearsampler2 = -1667392168, + LinearVZForBrakingDifferenceMax = 119610653, + LinearVZForBrakingDifferenceMin = 950864184, + LinearVZForPitchRatioMax = 332728501, + LinearVZForPitchRatioMin = 135326749, + linearwrapsampler = 681732347, + linearwrapsampler2 = 1379901712, + linearwraptexture3 = -283085295, + LineOfSight = -2044712626, + LineOfSightStatus = 682590761, + LineOfSightTests = 728351840, LineType = 660169259, linkedModels = -479862537, linkMods = 769154353, + LinkType = 1812903871, LIQUIDFX_FILE = 1699106320, + little_seoul_gang = -1130313974, + little_seoul_koreatown = -1236576363, + little_seoul_streetgeneral = -1512863159, liveries = -1503361996, livery = -2141352176, livery2Names = -1014154452, @@ -2216,13 +4846,32 @@ public enum MetaName : int LoadOut = -17617469, LOADOUTS_FILE = 808720620, LoadSavePoints = -1278225305, + LocationForNearestCarNodeOverrides = -948898715, locations = -570678767, locked = -1846747855, + LockOnDistanceLimits = -14819315, + LockOnDistanceRejectionModifier = -1784661760, + LockOnEnvelopeRef = -1461885521, + LockOnOrbitDistanceSettings = -129059285, + LockOnRangeModifier = -367638435, + LockOnSwitchTimeExtensionBreakLock = 1952125540, + LockOnSwitchTimeExtensionKillTarget = -1520722909, + LockOnTargetDampingSettings = 1635236307, + LockOnTargetStunnedEnvelopeRef = -2085422200, + LockType = -31112389, lodDist = -1082859609, LodFadeStartDist = -2078694230, LodInstFadeRange = 1405992723, lodLevel = 1821316885, + LODLights = 1326371921, LODLightsSOA = 1774371066, + LodMultHD = -2049213789, + LodMultLod = 129942887, + LodMultOrphanedHD = -502002678, + LodMultSLod1 = 1682304034, + LodMultSLod2 = 1316012152, + LodMultSLod3 = 1218720991, + LodMultSLod4 = 872811427, LODTYPES_DEPTH_HD = -1035445316, LODTYPES_DEPTH_LOD = -1910323114, LODTYPES_DEPTH_ORPHANHD = 2106806081, @@ -2230,91 +4879,1072 @@ public enum MetaName : int LODTYPES_DEPTH_SLOD2 = 315427988, LODTYPES_DEPTH_SLOD3 = -2130417407, LODTYPES_DEPTH_SLOD4 = 1868383667, + LongitudinalBodyLeanApproachRate = 373069342, + LongitudinalBodyLeanApproachRateSlope = -66441337, + LongitudinalBodyLeanApproachRateSlow = 1466153272, + LOOK_FORWARD_RELATIVE_TO_ATTACH = -1714286550, + LookAheadDistanceForBackAway = 1706779012, + LookAheadForRunway = 1293732320, + LookAround = -24418162, + LookAtBehaviour = 589368866, + LookAtOffset = 1190303903, + LookAtTime = -514870368, + LookAtUpdateTime = 1858185525, + lookAtVelProbIfNoBumpTarget = 1708224645, + LookBehindOutroTimeMS = 537305387, + LookBehindRelativeAttachPosition = -1746748651, + LOOKIK_BLEND_RATE_FAST = 373155899, + LOOKIK_BLEND_RATE_FASTEST = -1779063455, + LOOKIK_BLEND_RATE_INSTANT = 1486063330, + LOOKIK_BLEND_RATE_NORMAL = 1833278132, + LOOKIK_BLEND_RATE_SLOW = 986173808, + LOOKIK_BLEND_RATE_SLOWEST = -583399019, + LOOKIK_ROT_LIM_NARROW = -388355607, + LOOKIK_ROT_LIM_NARROWEST = 1073022306, + LOOKIK_ROT_LIM_OFF = 49782489, + LOOKIK_ROT_LIM_WIDE = 1112780501, + LOOKIK_ROT_LIM_WIDEST = 1594514833, + LOOKIK_TURN_RATE_FAST = -2059813086, + LOOKIK_TURN_RATE_NORMAL = -310375365, + LOOKIK_TURN_RATE_SLOW = -1586289939, + LookIkBlendRate = 1931302076, + LookIkRotationLimit = -250268683, + LookIkTurnRate = 454750378, + LookingInRangePlayerMaxDotAngle = 1018069509, + LookOverSettings = -994800372, LookUps = 1097626284, - lookupSampler = -1013729468, - lowLum = -1022665173, - LowResDepthMapPointSampler = 1533201925, - LowResDepthPointMap = 1637666205, - LumFilterParams = 990113872, - LuminanceConstants = -2030407558, - LuminanceDownsampleOOSrcDstSize = 1834630307, - lunarCycle = -1657853801, + lookupsampler = -1999880816, + LoopClipId = -961046477, + LoopClipSetId = -435821833, + LoopMode = -1159108603, + los_puerta_armenian = -1439321169, + los_puerta_streetgeneral = 1461524714, + LostBalanceAndGrabbing = 944999838, + LowBlindFireAimingDirectlyLimitAngle = -1971741817, + LowBlockedBlend = -1767916355, + LowCoverBlendInDuration = -1505890775, + LowCoverClipRate = 1362808676, + LowCoverProbeHeight = -138985075, + LowerArmImpulseCap = -1292337105, + LowerArmNoTorseHitImpulseCap = 2054532609, + LowImportanceModifier = 592353395, + LowLeftStep = -183398034, + LowLod = -937667961, + LowLodBaseClipSetId = 664477457, + LowLodExtraHeadingAdjustmentRate = -448751802, + LowLodIdleClipSetId = -2127632395, + LowLodWalkHeadingLerpRate = -1286141086, + lowlum = -2119694549, + LowOffsetCapsuleLength = 568360986, + LowOffsetCapsuleRadius = -279742768, + lowresdepthmappointsampler = 1894550764, + lowresdepthpointmap = -163532570, + LowRightStep = -89539751, + LowSideZOffset = 1655026590, + LowStepBackLeftXBlocked = -1763561366, + LowStepBackLeftYBlocked = -1950976956, + LowStepBackRightXBlocked = -778593496, + LowStepBackRightYBlocked = -922485200, + LowStepOutLeftXBlocked = 842428202, + LowStepOutLeftYBlocked = -762547512, + LowStepOutRightXBlocked = 8574286, + LowStepOutRightYBlocked = 298303912, + LowVelocityReactionThreshold = 2079428645, + LowXClearOffsetCapsuleTest = -1476192647, + LowXOffsetCapsuleTest = -749441099, + LowYOffsetCapsuleTest = 717814241, + LowZOffsetCapsuleTest = -2034651598, + lsa_airport = -771212795, + lsa_streetgeneral = -768104376, + LSAcceleration = -1936482742, + LSDeadZoneAngle = -1395733343, + LSDeceleration = -26971825, + lumfilterparams = 2120745528, + luminanceconstants = -2078982697, + luminancedownsampleoosrcdstsize = 1869154352, + lunarcycle = -1127991588, + LungeChangeDistance = 1585455214, + LungeForwardOffset = -1554851924, + LungeTargetRadius = -1313528289, + LungeZOffset = -511387902, + Mag = 2130375977, + MagnitudeClamp = -906728077, manifestFlags = 1683136603, - manualDepthTest = 1535569105, + manualdepthtest = 2024632841, mapChangeSetData = 815157305, MapDataGroups = -1255363037, MAPZONES_FILE = -2140752308, - MaskAlphaReverse = 1346952209, + marlowe_drive_bevhills = -569981809, + maskalphareverse = -1247979180, maskID = -1862731996, - maskTextureSampler = 1095063703, + masktexturesampler = 2110569141, MassMultiplier = 1613940114, - matDiffuseColor = -643731823, - matDiffuseColor2 = -1623531422, - matDiffuseColorTint = 212779905, - materialDiffuse = 19021472, + MatchTargetWeapon = 2028274881, + MatchTimer = 219280121, + matdiffusecolor = 408880252, + matdiffusecolor2 = 1577977996, + matdiffusecolortint = 99676333, + materialdiffuse = 424198508, MATERIALFX_FILE = 905909785, - materialIdSampler = -425978970, + materialidsampler = 892830080, materialType = 932754174, - materialWetnessMultiplier = 303045994, - matGrassTransform = 1315190471, - matMaterialColorScale = -571519290, - matWheelTransform = -515537715, - matWheelWorld = 1920185105, - matWheelWorldViewProj = 1262609091, + materialwetnessmultiplier = -1124823983, + matgrasstransform = 72771513, + matmaterialcolorscale = -1802873614, + matte = 1951049216, + matwheeltransform = -1465894814, + matwheelworld = -1116599528, + matwheelworldviewproj = 2078334811, max = 1616931012, Max = 344563784, + MaxAbsDotForAvoidDirected = 462717652, + MaxAbsThrottleForCloseDoor = 1734471519, + MaxAcceleration = -1562711429, + MaxAccelerationForLean = 419181205, + MaxAccelModifier = 150232389, + MaxAdjustmentLookAhead = -169080524, + MaxAiActivationLimit = 1737477488, + MaxAimFromGroundTime = -298182087, + MaxAimTimeOnStickMs = 1480451859, + MaxAltitudeDelta = -1932188087, + MaxAmbientVehiclesToSpawnChase = -745684371, + MaxAmplitude = 272708601, + MaxAngle = -791957813, + MaxAngleConsidered = -1843844164, + MaxAngleDeltaForLockOnSwitchBlendScaling = -1511125236, + MaxAngleForScaleVelocityExtension = 360286196, + MaxAnglePickPOI = 527596719, + MaxAngleToBeginRotationScale = -1123366088, + MaxAngleToSetDirectly = -1221575616, + MaxAngularDiffBetweenDynamicAndStaticCover = -1533224135, + MaxAngularHeadingVelocityAi = -169211612, + MaxAngularHeadingVelocityPlayer = 63113045, + MaxAngularHeadingVelocityPlayerForcedStandAim = 1486772652, + MaxAngularVelocity = 1393994109, + MaxAngularVelocityScaleFactor = -1288637533, + MaxArmourImpulseMult = 1393173723, + MaxAttachParentDepthUnderWaterToRemainBuoyant = 2069938157, + MaxAttachParentDepthUnderWaterToRemainBuoyantOut = 1698601922, + MaxAttachParentSpeedToClonePitchFromCinematicMountedCameras = 150825038, + MaxAttachParentSubmergedLevelToApplyFullAttachParentMatrixForRelativeOrbit = -1255410568, + MaxBackOffDistance = 2075820886, + MaxBaseFovScaling = 785828068, + MaxBlendDurationForInitialLockOn = 1807116888, + MaxBlendDurationForLockOnSwitch = -1162802440, + MaxBrake = 1676250682, + MaxCapsuleTests = 961760330, + MaxCellX = -470368359, + MaxCellY = -920319498, + MaxCircleRadius = -479542238, + MaxClipsToCheckPerFrame = 1435927021, + MaxCollisionFallBackBlendLevelToForceUnderWater = -1912164410, + MaxCollisionRootSpeedToForcePopIn = 35427940, + MaxCollisionRootSpeedToPausePullBack = -282083126, + MaxCollisionTestRadius = -1598332121, + MaxCombineDistThresholdSquared = -881290250, + MaxCruiseSpeed = -1404692999, + maxCruiseSpeed = -839997044, + MaxCruiseSpeedMultiplier = -75881748, + MaxCruiseSpeedWhenClamped = -519157889, + MaxDamageTakenImpulseMult = 253998194, + MaxDamageTakenThreshold = -269926659, + MaxDamageToCheckForRandomDeath = -252921186, + MaxDamageToIgnore = -1550025599, + MaxDeccelModifier = 1410651137, + MaxDeceleration = 1689883019, + MaxDefaultAngularVelocity = -1886256884, + MaxDefendPointWaitTimeMS = -1166404318, + MaxDelay = 509314747, + MaxDelayExitTime = -1169506403, + MaxDelayForGetOff = 1867895091, + MaxDelayTimeForExitVehicle = 2049624973, + MaxDelayTimer = -1388058584, + maxDesiredAnglePitchDegrees = 1673702936, + maxDesiredAngleRollDegrees = 1731534963, + maxDesiredAngleYawDegrees = -1259283067, + MaxDifferenceToAverageBrakes = 87152394, + MaxDirectionVariance = -860968601, MaxDistance = -1524486029, + MaxDistanceAbovePedPositionToClampPitch = 1654280371, + maxDistanceAfterAimingToApplyAlternateScalingMax = -1326551409, + MaxDistanceAiPedFromTheirCoverToAbortPlayerEnterCover = 1955233508, + MaxDistanceAroundClosestRoadNode = 1354574680, + MaxDistanceErrorToIgnore = 1819399769, + MaxDistanceForAmbientReaction = -2127584278, + MaxDistanceForAvoid = 1319056930, + MaxDistanceForAvoidDirected = 1721238833, + MaxDistanceForBackAway = -1702866055, + MaxDistanceForDispatchPosition = 43531000, + MaxDistanceForFineAimScaling = 70391041, + MaxDistanceForHolster = -368748604, + MaxDistanceForLawToReturnToCombatFromFlee = 115479140, + MaxDistanceForOrientation = -936432721, + MaxDistanceForPedToBeVeryCloseToCover = -1021847831, + MaxDistanceForRiverWaterClippingTest = 753638141, + MaxDistanceForSearch = -1321170327, + MaxDistanceForSlowdown = 2085906895, + MaxDistanceForTaint = 688870759, + MaxDistanceForWaterClippingTest = 102161666, + MaxDistanceFromCameraForViewportChecks = -1277720159, + MaxDistanceFromNavMesh = 1798086221, + MaxDistanceFromOptimal = -1561926136, + MaxDistanceFromPed = 1011332177, + MaxDistanceFromPedToHelpPed = -904261764, + MaxDistanceFromRoadNode = -17447042, + MaxDistanceFromTargetToForceStraightLineMode = -2065056445, + MaxDistanceNavmeshMayAdjustPath = -842764795, + MaxDistanceToAdjustSpeed = 2070026726, + MaxDistanceToAlwaysLookAtTarget = -265198472, + MaxDistanceToBeConsideredClumped = -2140177168, + MaxDistanceToBeConsideredOptimal = 1883452103, + MaxDistanceToCareAboutBlockingLineOfSight = 803259673, + MaxDistanceToCheckEntryCollisionWhenIgnoring = -1023945974, + MaxDistanceToClampCruiseSpeed = -340826067, + MaxDistanceToConsiderClose = 1501439076, + MaxDistanceToConsiderCloseToPositionToMoveTo = -1800000256, + MaxDistanceToConsiderTooClose = -946816908, + MaxDistanceToContinueFromPursue = -452490834, + MaxDistanceToFindVehicle = 702493934, + MaxDistanceToHoldFireForArrest = 655626928, + MaxDistanceToInsult = -502529292, + MaxDistanceToMyVehicleToChase = -1920682562, + MaxDistanceToPersist = -1220987914, + MaxDistanceToPursueVehicle = 1506267647, + MaxDistanceToReactToJackForGoToDoor = -455130476, + MaxDistanceToReturnToLastUsedVehicle = 1770714176, + MaxDistanceToScanForNearbyVehicle = -1940138208, + MaxDistanceToScanLookAts = 491173128, + MaxDistanceToSearchForAquaticPoints = 1744844248, + MaxDistanceToSearchForGroundWildlifePoints = 1961260334, + MaxDistanceToSideOnPavement = 1016024123, + MaxDistanceToStartFromPursue = 648063710, + MaxDistanceToStartMatchingSpeed = -2048859298, + MaxDistanceToTalk = 1179075662, + MaxDistanceToUseUrgentTransitions = -2058770638, + MaxDistanceToVehicleForCommandeer = -407832620, + MaxDistanceToWatchVehicle = -1244599689, + MaxDistanceTraveledMultiplier = 713008535, + MaxDistScanArc = -1590885690, + MaxDistToConsiderPedGoingToDoorPriority = -81868497, + MaxDistToConsiderVehicleValid = 2104384861, + MaxDistToCoverWhenPlayerIsClose = -2126043584, + MaxDistToCoverXY = -2137123802, + MaxDistToCoverZ = -2107644169, + MaxDistToPathDefault = 819069056, + MaxDistToVehicle = 1250203641, + MaxDistUpdateFrequency = -1078696554, + MaxDiveHeight = -1815604055, + MaxDoorSpeedToConsiderClosingDoor = -791463494, + MaxDot = -794530892, + MaxDotForHandBrake = 1930122576, + MaxDotToApplyTorque = 403672092, + MaxDotToContinueFromAnalyze = 126845285, + MaxDotToStartFromAnalyze = 1082929500, + MaxDotToTargetToHelpPed = -1094325565, + MaxDriverTimeToLeaveVehicle = -1271823955, + MaxDuration = -1179507923, + MaxDurationForMultiplayerViewModeActivation = 1552516033, + MaxDurationToTrackVehicles = -1780964124, + MaxEncumberedClimbHeight = -53080246, + MaxEscapeDistance = 1872481699, maxExtents = -1740160456, + MaxExtraHeightForTowedVehicles = -710585485, + MaxExtraHeightForVehicleTrailers = 2086333922, + MaxExtraMoney = 471524408, + MaxFacingThreshold = 1107258897, + MaxFallHeight = 355034181, + MaxFleeMoveBlendRatio = -1378680092, + MaxFlinchDistance = 1218603971, + MaxForceFiringDistance = 2117446694, + MaxForceFiringStateTime = 1120297675, + MaxForwardSpeed = -1988589046, + MaxForwardsPitchFastSpeed = 1535257534, + MaxForwardsPitchSlope = 1260039600, + MaxForwardsPitchSlopeBalance = 2058043106, + MaxForwardsPitchSlowSpeed = 705106159, + MaxForwardsPitchWheelieBalance = -2096565555, + MaxFov = -679437386, + MaxGameplayNmAgents = 1794949754, + MaxGameplayNmAgentsMp = -1122631583, + MaxGrabTime = 2123286016, + MaxHandleHeightDiff = 474312049, + MaxHandleHeightDiffVan = -361056693, + MaxHandToHandleDistance = -2072769681, + maxHangoutChatDistSq = 1876536698, + MaxHeadingAdjustmentRate = 1871838464, + MaxHeadingAlignmentCosThreshold = -912582568, + MaxHeadingAngle = -625108828, + MaxHeadingDiffBetweenCTCPoints = 225620543, + MaxHeadingDifferenceForQuickGlanceInSameDirection = -130536254, + MaxHeadingSpeed = 1529419507, + MaxHealthImpulseMult = -455910412, + MaxHealthLossForQuickGetup = 1165801413, + MaxHeavyCrashDeathChance = 1466872193, + MaxHeight = -18556959, + MaxHeightDifference = -962003945, + MaxHeightDifferenceToApproachTarget = 1288859935, + MaxHeliDamping = -594372599, + MaxHoldBreathDuration = 1166926746, + MaxHoverHeightDistToWarpIntoHeli = -1380257726, + MaxImpulse = 1400954876, + MaxInjuredTargetTimerVariation = 1511702574, + MaxInputForIdleExit = 2059966079, + MaxInstances = 2118495770, + MaxIntensity = 1137728512, + MaxIterations = -916198557, + MaxJumpHeightForSmallImpact = 1962859811, + MaxLateralSkidSpeed = -715495307, + MaxLeanInDirectionTime = -1775084632, + MaxLength = 977032494, MaxLettersOnPlate = 1247956775, + MaxLift = 489565795, + MaxLimit = 597877266, + MaxLinearVelocity = 1416568288, + MaxLookAroundMoveSpeedMultiplier = -1731703951, + MaxLookAtArmWoundTime = -1631822775, + MaxLookAtDistance = 2034399215, + MaxLookBackAngle = 894057762, + MaxMag = -873666882, + maxMinDistanceForRollComputation = -1503270473, + MaxMoveOrientationSpeedDuringLookAround = 1286077706, + MaxMoveSpeedForFollowOrientation = 1014809841, + MaxMoveSpeedInCover = -1480341608, + MaxMoveToDefensiveAreaAngleVariation = -2140532956, + MaxMovingProbeOffset = -245710156, + MaxMovingThreshold = -1080111985, + MaxNavmeshPatrolRadiusFactor = 1708395848, + MaxNearbyToFindPerFrame = 1638764838, + MaxNumberCopVehiclesInChase = 1965911345, + MaxNumberFakeApproaches = 284429428, + MaxNumPedsAllowedToBeVeryCloseToCover = 1481327584, + MaxNumPedsChasingOnFoot = -1754108514, + MaxNumRequestsPerContext = 1337224709, + MaxOcclusion = -1259973874, + MaxOffset = 826600434, + MaxOpenRatioForOpenDoorInitialInside = -266206930, + MaxOpenRatioForOpenDoorInitialOutside = -72759734, + MaxOpenRatioForOpenDoorInside = -1867409192, + MaxOpenRatioForOpenDoorOutside = 1484783860, + MaxOscillationDisplacementInside = -2088023197, + MaxOscillationDisplacementOutside = 1118824342, + MaxParachutePitch = 1610340719, + MaxParachuteRoll = 888388965, + MaxPassengersForAttraction = 865654234, MaxPassengersInCar = 1694835331, + MaxPassengerTimeToLeaveVehicle = -1194491798, + MaxPhoneFilmTime = -1210016896, + MaxPhoneFilmTimeHurryAway = -1988252307, + maxPitch = -1725909554, + MaxPitch = -33787895, + MaxPitchAngle = 1021608480, + MaxPitchAngle2H = -1328079273, + MaxPitchDefault = -487143537, + MaxPitchDifferenceForFiringVariation = 644208462, + MaxPitchInAir = 422547942, + MaxPitchingAnglePickPOI = -585488037, + maxPitchRoll = 139171723, + MaxPitchSpeed = 1910928125, + MaxPlaneControlAbility = 1011508514, + MaxPlaneDamping = 353529649, + MaxPlayerActivationLimit = 83737662, + MaxPlayerCapsulePushTimeForRagdollActivation = -2041899948, + MaxPlayerScore = -1887019536, + MaxPlayerToCoverDist = -264008770, + MaxPositionVariance = -2054111243, + MaxPreCollisionCameraSpeedToForcePopIn = -164549232, + MaxPreCollisionCameraSpeedToPausePullBack = -1470601573, + MaxRadius = 466062419, + MaxRadiusForMaxTimeSinceLastSpotted = 208554060, + MaxRadiusForMinTimeSinceLastSpotted = 679039028, + MaxRageRagdolls = -1812022210, + MaxRageRagdollsMp = 1068424255, + MaxRangeWithoutRadioForFistFights = -1692378616, + MaxRate = 1154906885, + MaxRateForInVehicleAnims = -75313775, + MaxRateForSlowBlendDuration = 1735614949, + MaxRateToPlayCowerReaction = -1852537733, + MaxRateVariance = 2016189169, + MaxReactionTime = 2030474037, + MaxReactToFireDelay = -1150902126, + MaxReactToFireRate = -1356086687, + MaxRelativeHeading = -649390526, + MaxRoll = 1361361101, + maxRoll = 682642275, + MaxRollFromBrake = -1587495992, + MaxRollFromStick = -281812222, + MaxRotationalSpeed = -1787001345, + MaxRotationalSpeedScale = 502763290, + MaxRotScale = -388391600, + MaxRotSpeed = -1951250311, + MaxRouteLengthForCower = -436592407, + MaxRouteSizeForCower = 325049815, MaxScale = -80165803, maxScale = 803384552, MaxScaleZ = 1351348251, + maxScaleZ = 147400493, + MaxSearchDistance = 1252284298, + MaxSearchRadiusForNavMesh = 861953935, + MaxSecondsAsTopLevelTask = 324489357, + maxSecondsNearPlayerUntilHangoutQuit = -1992315633, + MaxShakeInstances = -1904626868, + MaxShellShockedDistance = 1811470108, + MaxSidePaddingForTurn = -1044465319, MaxSpeed = -322000639, + MaxSpeedDifference = 1143414935, + MaxSpeedDifferenceForPowerAdjustment = 1861379728, + MaxSpeedForAvoid = 1592953719, + MaxSpeedForAvoidDirected = 44796921, + MaxSpeedForBrace = 508750981, + MaxSpeedForEarlyCombatExit = -36447845, + MaxSpeedForHesitate = -991944135, + MaxSpeedForStill = -425818788, + MaxSpeedForStillReverse = 1916394191, + MaxSpeedForVehicle = -1808858622, + MaxSpeedForVehicleMovingSlowly = 408114095, + MaxSpeedToActivate = -739021933, + MaxSpeedToContinueJackingVehicle = -468033792, + MaxSpeedToDive = -231744506, + MaxSpeedToStartJackingVehicle = -112075360, + MaxSpeedToTriggerFixieSkidTransition = -2023592909, + MaxSpeedToTriggerTrackStandTransition = 1082334520, + MaxSpeedToUseHandBrake = 1580566536, + MaxStairsJumpAngle = -560883960, + MaxStaminaDuration = 1624872472, + MaxStandWaitTimeMS = -437725253, + MaxSteerAngle = -536032504, + MaxSteeringAngleForAmbientIdles = 1299890657, + MaxSteeringAngleForSitIdles = -1557374517, + MaxStepBackDist = -942235399, + MaxStepOutDist = 899299281, + MaxSteps = -835303950, + MaxStickChangePerSecond = 1936752322, + MaxStickInputAngleInfluence = -1060920653, + MaxStopPhaseToResumeMovement = 1345455105, + MaxStoppingDuration = 863732031, + MaxStoppingEdgeCheckProbeOffset = 1469301844, + MaxStoppingProbeOffset = 38963063, + MaxStruggleTime = -2078733133, + MaxStunnedTime = -402849517, + MaxSuperJumpInitialVelocity = 988692459, + MaxSweepAngleWhenAvoidingPopIn = 1583100448, + MaxSweepAngleWhenMovingTowardsLos = -1446772708, + MaxTakeOffHeadingChangeRate = -2084095824, + MaxTakeOffRate = -770731884, + MaxTargetAngularMovementForWatch = -1101043423, + MaxTargetOffsetX = -65582617, + MaxTargetOffsetY = -228837775, + MaxTargetOffsetZ = -530279806, + MaxTargetOffsetZ_TargetInAir = -1011195939, + MaxTargetSteerAngleToContinueFromPursue = -988335380, + MaxTargetSteerAngleToStartFromPursue = -1793133620, + maxThrottle = -1910375325, + MaxThrottle = 64513465, + MaxThrottleForStill = 1906306837, + MaxThrust = -697539747, MaxTime = 786767296, + MaxTimeBeforeNewPose = 1274013705, + MaxTimeBeforeReact = -1101388458, + MaxTimeBetweenIdleVariations = -646750978, + MaxTimeBetweenPlayerIdleVariations = 2015526511, + MaxTimeBetweenSearches = 110388555, + MaxTimeBetweenShootOutTiresGlobal = 283868640, + MaxTimeForAmbientReaction = -1357480848, + MaxTimeForArrestBreakout = 2090607393, + MaxTimeForAudioReaction = 143794235, + MaxTimeForBrake = 110293208, + MaxTimeForHandsUp = -807913983, + MaxTimeForInitialState = 478429586, + MaxTimeForStream = 122331865, + MaxTimeInBulletReactionState = 1969287622, + MaxTimeInCombatToShootOutTires = 730951251, + MaxTimeInStateToContinueFromPursue = 1655056873, + MaxTimeInSwerve = -131103939, + MaxTimeMoveNearCrimeMs = 897487244, + MaxTimeMoveToLawFailedPathfindingMs = 2062768994, + MaxTimeMoveToLawMs = 1736715102, + MaxTimeoutToAcquireLineOfSight = -1814577725, + MaxTimeSearchMs = -843980984, + MaxTimeSinceGetUpForAmbientIdles = -1431201766, + MaxTimeSinceLastSpotted = 1171478055, + MaxTimeSinceShiftedWeightForwardToAllowWheelie = 2103453391, + MaxTimeSinceShot = -992394962, + MaxTimeStayPinned = 818416092, + MaxTimeStreamClipSetInBeforeSkippingCloseDoor = -458130250, + MaxTimeStreamClipSetInBeforeWarpMP = 1243230599, + MaxTimeStreamClipSetInBeforeWarpSP = -2141435545, + MaxTimeStreamInVehicleClipSetBeforeStartingEngine = 559307397, + MaxTimeStreamShuffleClipSetInBeforeWarp = -1205519806, + MaxTimeTargetVehicleMoving = 904929247, + MaxTimeToBeObstructed = -1022525435, + MaxTimeToCallPolice = -588964516, + MaxTimeToClipIntoDynamicCollision = 851288932, + MaxTimeToConsiderPedGoingToDoorPriority = -1933242222, + MaxTimeToFleeInVehicle = 454716601, + MaxTimeToHesitate = -1130431565, + MaxTimeToHoldFireAtTaskInitialization = -1749837184, + MaxTimeToLookAheadForFutureTargetPosition = 2027520168, + MaxTimeToPrepareWeapon = 535072586, + MaxTimeToReact = 512026668, + MaxTimeToRejectRespawnedTarget = -2137830022, + MaxTimeToReserveComponentBeforeWarp = -1187099192, + MaxTimeToSpendInEarLoopToPutDownPhone = 854541557, + MaxTimeToSpendOccluded = 2101619543, + MaxTimeToSpendOccludedByAttachParent = 1735950673, + MaxTimeToSwerve = -2006238718, + MaxTimeToTrespassWhileSwimmingBeforeDeath = -715851043, + MaxTimeToWait = -1697832987, + MaxTimeToWaitForShot = -1636899087, + MaxTimeToWatchVehicle = -641985448, + MaxTimeUntilReturnToIdleFromAimAfterAimedAt = -239412362, + MaxTimeUntilReturnToIdleFromAimDefault = 263823852, + MaxTimeWaitForExitBeforeWarp = 1727051436, + MaxTimeWaitingForBlockingArea = 1799405168, + MaxTimeWaitingForCircleMs = 1160010076, + MaxTimeWithNoReferences = 1570040321, MaxTintPalette = -802668363, + MaxTrainClimbHeight = 1979246139, + MaxTranslationalMoveSpeed = -30007565, + MaxTranslationalScale = -810429592, + MaxTranslationalStandSpeed = 840729400, + MaxTransScale = -1377447645, + MaxTransVelocity = 766404597, + MaxTurnProbeOffset = 1513492849, + MaxUprightRatio = -2123627983, + MaxUsesForIdleVariationChange = -1047799199, + MaxUsesForOutroReactVariationChange = -1565991335, + MaxUsesForPeekingVariationChange = -2029142286, + MaxUsesForPinnedVariationChange = 1988933435, + MaxValue = -1187342079, + MaxValueForCorrection = -12166761, + MaxVariationForCurrentPitch = -1441146570, + MaxVariationForDesiredPitch = 1403610920, + MaxVehicleCapsulePushTimeForPlayerRagdollActivation = -818040821, + MaxVehicleCapsulePushTimeForRagdollActivation = 2007819517, + MaxVehicleCollisionDamageScale = 86779191, + MaxVehicleVelocityForAmbientIdles = -799279438, + MaxVehSpeedToConsiderClosingDoor = -1027654573, + MaxVel = -2049943872, + MaxVelMag = -1039306587, + MaxVelocityForSitIdles = -1073838158, + MaxVelocityForSlow = -1644632829, + MaxVelocityForVehicleLookAtSqr = 1245516390, + MaxVelocityToEnterBike = -1535320644, + MaxVelThreshold = 1711478621, + MaxWaitForShotFailures = -546581983, + MaxWaitTime = 295850963, + MaxWaitTimeBetweenTakeOffsMS = 626958998, + MaxWallAngle = 2100915621, + MaxWatchTime = -32453015, + MaxWatchTimeHurryAway = -355832701, + MaxWheelieAbility = -687442437, + MaxWorldLimitsPlayerX = 1353421746, + MaxWorldLimitsPlayerY = 420979855, + MaxWptAngle = -892815014, + MaxWritheTime = 127971633, MaxXRotation = 658255980, + MaxXYAccelerationForLeanBike = -1977334467, + MaxXYDistanceForNewPosition = 1731877118, + MaxXYDistanceToApproachTarget = 2074438621, + MaxYaw = -1997488235, + maxYaw = -50266313, + MaxYawFromRoll = 494928189, + MaxYawFromStick = 430837016, + MaxYIntentionToUseSlowApproach = 1157744908, MaxYRotation = -1685361971, + MaxZAccelerationForLeanBike = -312938120, + MaxZComponentForCollisionNormal = -1042073252, + MaxZDiffBetweenCoverPoints = -1724264908, + MaxZDiffBetweenPedPos = -158833391, + maxZOffset = -405064741, MaxZOffset = 1569839200, + MaxZoomFactor = -937117482, MaxZRotation = -1201678912, - MBPerspectiveShearParams0 = 144602728, - MBPerspectiveShearParams1 = -605020916, - MBPerspectiveShearParams2 = 1051517576, - MBPrevViewProjMatrixW = 1398320496, - MBPrevViewProjMatrixX = -1459300153, - MBPrevViewProjMatrixY = -1352866441, + mbperspectiveshearparams0 = 1033188477, + mbperspectiveshearparams1 = -1739724307, + mbperspectiveshearparams2 = -2002826608, + mbprevviewprojmatrixw = 556540040, + mbprevviewprojmatrixx = -2096274359, + mbprevviewprojmatrixy = -1861091246, + mediumCharge = -749744074, + MediumImportanceModifier = -906644963, + MediumShot = -1318372209, + Melee = -1349637001, + MeleeHeadingFalloffPowerRunning = -317251210, + MeleeHeadingOverride = -34996283, + MeleeHeadingOverrideRunning = -2034235355, + MeleeLockOnCameraWeighting = -2135211944, + MeleeLockOnCameraWeightingNoStick = -1106771464, + MeleeLockOnPedWeightingNoStick = -1842680106, + MeleeLockOnStickWeighting = -1686074928, + MeleeLostLOSBreakTime = -643175327, + MemoryDuration = 1743809398, + MemoryGroup = -8433011, memoryGroup = 1079355696, + memoryGroupMetadatas = -1083044656, + Messages = 605698999, + MetadataList = -196309889, METAL_LIGHT_LADDER = 846330484, METAL_SOLID_LADDER = 1101797524, + metallic = -2090240153, metallicID = -1716488967, MetallicSettings = 1425754958, + metals = -1554841703, MicroMovementsFreqH = 215094271, MicroMovementsFreqV = 1945002622, MicroMovementsScaleH = -1762174967, MicroMovementsScaleV = -1981006361, + MicroSMG = 1685333671, + midRadius = -1195555814, min = -30349581, Min = -936322164, + MinAccelModifier = 274966492, + MinAccumulatedImpactForSideSwipe = -851823421, MinActivationImpulse = 1033747207, + MinAimTimeMs = -2073105501, + MinAircraftContactSpeedToApplyFullAttachParentMatrixForRelativeOrbit = 1190961214, + MinAircraftGroundSpeedToApplyFullAttachParentMatrixForRelativeOrbit = 1708190798, + MinAiSpeedForStandingUp = 510487850, + MinAltitudeDelta = -38353566, + MinAmplitude = -1122300714, + MinAngleForScaleVelocityExtension = -1438941763, + MinAnglePickPOI = 389125880, + MinAngularVelocityScaleFactor = 40347237, + MinAnimOffsetMagnitude = -1633772711, + MinAnimRotationDeltaToScale = -576910912, + MinAnimTranslationDeltaToScale = 99937628, + MinArmourImpulseMult = -325500950, + MinAttachParentApproachSpeedForPitchLock = 2127124229, + MinAttachParentHeightRatioToPushAwayFromCollision = 296951838, + MinAttachSpeedToUpdateTightSpaceLevel = 2058076685, + MinBackOffDistance = 1492713734, + MinBlendDurationForInitialLockOn = -897694382, + MinBlendDurationForLockOnSwitch = -1246319450, + MinBlendLevelAfterPushAwayFromCollision = 527029053, + MinBlendWeightToUseFarClipEvents = 2057785224, + MinBlendWeightToUseHighClipEvents = -924789738, + MinBrake = -1035140002, + MinBrakeForCloseUpCamera = -971075644, + MinCameraMoveSpeedToSweepInDirectionOfTravel = 1302934580, + MinCellX = 860552138, + MinCellY = 496029782, + MinCentredSteeringAngleTimeForSitIdles = -1060292406, + MinCircleRadius = -1037324474, + MinClearDistanceBelow = -731580276, + MinContactDepthForContinuousPushActivation = -230608678, + MinCoverToPlayerCoverDist = -98308891, + MinCruiseSpeedMultiplier = -1659673124, + MinCurrentRotationDeltaToScale = 478065483, + MinDamageTakenImpulseMult = 167326155, + MinDamageTakenThreshold = 1810182352, + MinDamageTakenToApplyDamageAI = -1889564616, + MinDamageTakenToApplyDamagePlayer = -1573381147, + MinDamageToCheckForRandomDeath = -2104778335, + MinDeccelModifier = -328229007, + MinDefendPointWaitTimeMS = -1044139393, + MinDefensiveAreaRadiusForWillAdvance = 1909915037, + MinDelay = -891488140, + MinDelayBetweenBuoyancyStateChanges = 1503749012, + MinDelayExitTime = -1143309935, + MinDelayForGetOff = -1483797849, + MinDelayOnSubmerging = -628914810, + MinDelayOnSurfacing = -1734040127, + MinDelayTimeForExitVehicle = -1027045409, + MinDelayTimer = 564420500, + MinDepthBelowSurface = -1791585429, + MinDepthUnderWaterWhenNotBuoyant = -1183264430, + MinDifferenceBetweenCowerReactionRates = 884159106, + MinDisplacementScale = -891893930, MinDistance = 1316787168, + MinDistanceAwayForFilming = 334429677, + MinDistanceBetweenFilmingPeds = -1536608874, + MinDistanceBetweenPositionsWithClearLineOfSight = 579362303, + MinDistanceBetweenPositionsWithoutClearLineOfSightInExteriors = 72559400, + MinDistanceBetweenPositionsWithoutClearLineOfSightInInteriors = 2086611921, + MinDistanceForAimIntro = 813193409, + MinDistanceForAmbientReaction = 946719330, + MinDistanceForAvoid = 724928304, + MinDistanceForAvoidDirected = -1251846224, + MinDistanceForBackAway = -1785620388, + MinDistanceForFineAimScaling = 1350912934, + MinDistanceForLawToFleeFromCombat = 871647294, + MinDistanceForLockOn = 9436207, + MinDistanceForSearch = 2124766118, + MinDistanceForSlowdown = -9991842, + MinDistanceFromPlayerToDeleteHurriedPed = -785990057, + MinDistanceFromPlayerToDeleteStuckBird = -1339151480, + MinDistanceMovedToStartSearch = -61683387, + MinDistanceToAdjust = -151345990, + MinDistanceToAdjustSpeed = 1514235773, + MinDistanceToBeConsideredLaggingBehind = -89084297, + MinDistanceToBeConsideredOptimal = -114521602, + MinDistanceToCheckClumped = 2096238662, + MinDistanceToContinue = -780419473, + MinDistanceToCoverToStop = -1216527993, + MinDistanceToEnterVehicleIfTargetEntersVehicle = -419664266, + MinDistanceToFindVehicle = -257057642, + MinDistanceToLookAhead = 1577260290, + MinDistanceToLookBehind = -761706505, + MinDistanceToMove = 1348357381, + MinDistanceToScanForNearbyVehicle = 868829697, + MinDistanceToSearchForAquaticPoints = -755024764, + MinDistanceToSearchForGroundWildlifePoints = 303177901, + MinDistanceToSetApproachPosition = -1773646343, + MinDistanceToSideOnPavement = -1923708517, + MinDistanceToStart = -870981450, + MinDistanceToStartMatchingSpeed = 820982755, + MinDistanceToTargetForIdleVariations = 1823873460, + MinDistanceToTargetForPeek = -247155717, + MinDistAwayFromEntryPointToConsiderFinished = 24914513, + MinDistFromOtherPeds = 1071466356, + MinDistFromPlayerToDeleteCoweringForever = -626542754, + MinDistFromPlayerToDeleteOffscreen = 162655462, + MinDistFromPlayerToDeleteOnExitVehicle = 225841828, + MinDistFromTargetWhenCoweringToCheckForExit = 9265257, + MinDistPercentageToScaleScanArc = -1205576487, + MinDistScanArc = 1000280571, + MinDistToAlwaysClampInitialOrientation = 1420291822, + MinDistToCoverAnyDir = 449945587, + MinDistToCoverSpecificDir = -2079948252, + MinDistToPlayEntryAnim = 525431756, + MinDistToPriorityCoverToForce = 997332238, + MinDistToScale = -1163012172, + MinDistToVehicle = 722704686, + MinDistUpdateFrequency = 475173943, + MinDiveHeight = 1331483625, + MinDot = 1241644828, + MinDotForInFront = 890881625, + MinDotForPickupDirection = 1046969538, + MinDotForSlowdown = -1453420217, + MinDotMovingAwayFromTargetToStartCruiseInFront = 1195737890, + MinDotMovingTowardsTargetToContinueBrakeInFront = -1581149594, + MinDotMovingTowardsTargetToStartBrakeInFront = 935837869, + MinDotTargetMovingTowardsOurSideToStartBackAndForth = 1212941547, + MinDotTargetMovingTowardsUsToContinueBackAndForth = 737095977, + MinDotTargetMovingTowardsUsToContinueBrakeInFront = 67415689, + MinDotTargetMovingTowardsUsToContinueCruiseInFront = -1333852844, + MinDotTargetMovingTowardsUsToStartBackAndForth = -200662235, + MinDotTargetMovingTowardsUsToStartBrakeInFront = 1917200737, + MinDotTargetMovingTowardsUsToStartCruiseInFront = -612328992, + MinDotToBeConsideredInFront = -83727023, + MinDotToClampCruiseSpeed = 1823449253, + MinDotToConsiderVehicleValid = 1576858885, + MinDotToContinueFromAnalyze = 158897950, + MinDotToContinueFromPursue = 2146950936, + MinDotToInsult = 536817715, + MinDotToPointGunAtPositionWhenUnableToTurn = -1456152177, + MinDotToStartFromAnalyze = -1797785341, + MinDotToStartFromPursue = 1707529261, + MinDotToTalk = 2101568980, + MinDriverTimeToLeaveVehicle = 1223491754, + MinEdgeDistanceForStoppingAnim = 1251038941, minExtents = 1731020657, + MinExtraMoney = 1666523442, + MinFallHeight = -1123227723, + MinFallingSpeedForAnimatedDyingFall = 1632351140, + MinFallingSpeedInRagdoll = 1694228856, + MinFallSpeedForHighFallAbort = 1512271781, + MinFineAimTime = 1340511632, + MinFineAimTimeHoldingStick = 64509274, + MinFleeMoveBlendRatio = 859826315, + MinFocusToSecondaryFocusDistance = 1225855688, + MinForceFiringDistance = 1845309081, + MinForceFiringStateTime = 1435641288, + MinForDrivebys = 1749910459, + MinForwardSpeed = -1552573338, + MinForwardsPitchFastSpeed = -345939956, + MinForwardsPitchSlope = 2116015636, + MinForwardsPitchSlopeBalance = -769551497, + MinForwardsPitchSlowSpeed = -776992222, + MinForwardsPitchWheelieBalance = -1023017711, + MinForwardsPitchWheelieBegin = 1825055764, + MinFov = 2006858266, + MinFovForNetworkPlay = 1881152859, + MinGrabTime = 1433408101, + MinHandleHeightDiffVan = 1408201742, + MinHeadingAlignmentCosThreshold = -604677936, + MinHeadingAngle = -2108919826, + MinHeadShotImpulseMultiplier = -1210025425, + MinHealth = 1280594926, + MinHealthForQuickGetup = -403745241, + MinHealthImpulseMult = -193634960, + MinHeavyCrashDeathChance = 663937180, + MinHeight = 1206332797, + MinHeightAboveTerrain = 2018929951, + MinHeightAboveVehicleDriverSeat = -874456261, + MinHeightAboveWater = 851393034, + MinHeightAboveWaterWhenBuoyant = -1825223020, + MinHeliDamping = -2055672243, + MinHitNormalDotWorldUpForRivers = -2042764241, + MinHoldBreathDuration = 299633947, + MinHoldTimeToBlockFullAttachParentMatrixForRelativeOrbit = 897419234, + MinImpulse = 675904337, + MinimumDownedTime = -723371454, + MinimumShotReactionTimeAIMS = 1078427012, + MinimumShotReactionTimePlayerMS = -889889230, + MinInputToInterruptIdle = -916592972, + MinIntensity = 1509127932, + MinLateralSkidSpeed = -103619249, + MinLeanInDirectionTime = -57954146, + MinLength = 1352021757, + MinLookAtArmWoundTime = 1894293331, + MinMag = 1967662718, + MinMagForBikeToBeOnSide = 667864712, + MinMBRToStop = 326250284, + minMinDistanceForRollComputation = 502368761, + MinMoveToCoverDistForCoverMeAudio = -374422237, + MinMovingProbeOffset = 26449222, + MinMovingToCoverTimeToStop = 254417857, + MinNavmeshPatrolRadiusFactor = 1521803727, + MinNoReticuleAimTime = -1485395989, + MinNumberFakeApproaches = -1526031448, + MinOffsetForGetInPosition = 1340388073, + MinOpenDoorRatioToUseArmIk = -1598592510, minorExplosion = -1204546068, - MinScale = 2118753352, + MinOrientationDeltaToCut = 1055028939, + MinOrientationDeltaToCutForReverseAngle = -1860278965, + MinOrientationDeltaToCutWithTrailer = 1873731470, + MinOrientationSpeedToMaintainDirection = 785961650, + MinParachutePitch = 1228835903, + MinPassengersForAttraction = -733050051, + MinPassengerTimeToLeaveVehicle = -855013839, + MinPathLengthForValidExit = 1596520127, + MinPedFwdToEntryDotToClampInitialOrientation = 158501595, + MinPedSpeedToActivateRagdoll = 1213730703, + MinPhaseToApplyExtraHeadingAi = -2109766504, + MinPhaseToApplyExtraHeadingPlayer = -677062589, + MinPhoneFilmTime = 1169941758, + MinPhoneFilmTimeHurryAway = 1926295578, + MinPhysSpeedToActivateRagdoll = -127814841, + MinPitch = 509392339, + MinPitchAngle = -814120217, + MinPitchAngle2H = -1625470526, + MinPitchDefault = 1054799563, + MinPitchInAir = -1825959328, + MinPlaneControlAbility = 1670377462, + MinPlaneDamping = -339388682, + MinPlayerJumpOutSpeedBike = -1431556737, + MinPlayerJumpOutSpeedCar = -1809128184, + MinPlayerMoveDistanceToSpawnChase = 1676424772, + MinRate = 1240074404, + MinRateForInVehicleAnims = 438194982, + MinRateToPlayCowerReaction = -1726018194, + MinRatioForClosingDoor = 1807337106, + MinReactToFireRate = 1887154148, + MinRelativeHeading = -1157453408, + MinRemainingAnimDurationToScale = -1937887289, + MinRemainingRotationForScaling = 1379047521, + MinRoll = 1178479344, + MinRotationalSpeedScale = -2127961181, + MinRotDelta = 1511471000, + MinRotScale = 614907799, + MinSafeOrbitDistanceScalingForExtensions = 177572622, + MinSafeRadiusReductionWithinPedMoverCapsule = 1976571596, minScale = -632053943, + MinScale = 2118753352, + minScaleZ = -381910451, MinScaleZ = 572504281, + minSecondsNearPlayerUntilHangoutQuit = 232011649, + MinSideNormalForSideSwipe = 48284945, + MinSnap = 709707651, + MinSoftLockBreakAtMaxXStickTime = -1937132646, + MinSoftLockBreakTime = 1649684365, + MinSoftLockBreakTimeCloseRange = -755012685, + MinSpawnTimeForPoliceHeliAfterDestroyed = -141406902, + MinSpeed = 1724998945, + MinSpeedDifferenceForPowerAdjustment = -1087061841, + MinSpeedForAvoid = 252789847, + MinSpeedForAvoidDirected = -1801254544, + MinSpeedForChase = 1337026297, + MinSpeedForDive = -1990725252, + MinSpeedForMaxRelativeAttachSpringConstant = 1558815907, + MinSpeedForSwerve = -1312987479, + MinSpeedForVehicleMovingQuickly = 1059555640, + MinSpeedForVehicleToBeConsideredStillSqr = -36589554, + MinSpeedForWreck = -1551741481, + MinSpeedInSwerve = 1487496534, + MinSpeedLeewayToStartFromPursue = -2063068711, + MinSpeedToAbortOpenDoor = 492953913, + MinSpeedToAbortOpenDoorCombat = -463512983, + MinSpeedToAbortOpenDoorPlayer = -1907910037, + MinSpeedToApplyReaction = 672649965, + MinSpeedToApplyTorque = 601372446, + MinSpeedToBeConsideredEscapingInVehicle = -1965153838, + MinSpeedToBlendInDriveFastFacial = 380529072, + MinSpeedToDeactivate = -479792054, + MinSpeedToDive = 152364693, + MinSpeedToJumpOutOfVehicle = -942637914, + MinSpeedToRagdollOpenDoor = -738985570, + MinSpeedToRagdollOpenDoorCombat = 820682935, + MinSpeedToRagdollOpenDoorPlayer = 1024103431, + MinSprintResultToStand = -992410094, + MinSqdDistToSetPos = -1723377578, + MinStaminaDuration = 1051647876, + MinStandWaitTimeMS = 1521808097, + MinSteerAngle = 168285857, + MinStepOutDist = 427371079, + MinStickInputToEnableCoverToCover = 1887369799, + MinStickInputToEnableMoveAroundCorner = -1783391187, + MinStickInputToMoveAroundCorner = 629671162, + MinStickInputToMoveInCover = 1261300416, + MinStickInputXAxisToTurnInCover = -1685529000, + MinStickMagnitudeForEarlyOutMovement = 2039762038, + MinStopPhaseToResumeMovement = -2012304043, + MinStoppingDist = 691235540, + MinStoppingEdgeCheckProbeOffset = 772858715, + MinStoppingProbeOffset = -848699296, + MinStruggleTime = -1465736676, + MinStunnedTime = -1194013131, + MinSuperJumpInitialVelocity = -237225553, + MinTakeOffHeadingChangeRate = 72858195, + MinTakeOffRate = 1117824032, + MinTargetOffsetX = 69361213, + MinTargetOffsetY = -298896809, + MinTargetOffsetZ = -529492262, + MinTargetOffsetZ_TargetInAir = -779150456, + MinTargetSpeedToContinueFromPursue = 1829902171, + MinTargetSpeedToStartFromPursue = -214641357, + MinTargetStandingOnTrainSpeed = -909331220, + MinThrottle = 1568208081, MinTime = 614798748, + MinTimeBeforeAllowingAutoPeek = -686038367, + MinTimeBeforeAllowingCornerMove = 1733226917, + MinTimeBeforeCanChooseNewPose = -1636571710, + MinTimeBeforeNewPose = -691709389, + MinTimeBeforeReact = -1111926894, + MinTimeBeforeSwitchLookAt = 1289065068, + MinTimeBetweenAttemptsToFindNearby = -1580111866, + MinTimeBetweenAttemptsToFindNewPosition = 765310, + MinTimeBetweenCloseDoorAttempts = 663934809, + MinTimeBetweenEyeIkProcesses = 206502145, + MinTimeBetweenFiringVariations = 817834735, + MinTimeBetweenFlinches = -2023517988, + MinTimeBetweenIdleVariations = -1651942735, + MinTimeBetweenInsults = -505915056, + MinTimeBetweenLineOfSightTests = 967712511, + MinTimeBetweenMeleeJackAttempts = -188839509, + MinTimeBetweenMeleeJackAttemptsOnNetworkClone = 1911699676, + MinTimeBetweenOverheadBulletReactions = -408258856, + MinTimeBetweenPlayerIdleVariations = 1573385593, + MinTimeBetweenQuickGlancesInSameDirection = 1927524225, + MinTimeBetweenReactionChecksForGunAimedAt = 1752177996, + MinTimeBetweenReactions = -477203968, + MinTimeBetweenSharkDispatches = -99241899, + MinTimeBetweenShootOutTiresGlobal = 470555105, + MinTimeBetweenStatusUpdates = 1814559575, + MinTimeBetweenStrafeDirectionChanges = -137958802, + MinTimeBoatOutOfWaterForExit = -835973941, + MinTimeElapsedForGroundWrithe = -375803866, + MinTimeForAmbientReaction = 1295611070, + MinTimeForCornerMove = -227519646, + MinTimeForHandsUp = 1376968536, + MinTimeForInitialState = -855399258, + MinTimeInCombatToNotStreamIn = -1456882927, + MinTimeInCombatToShootOutTires = 1335171882, + MinTimeInCurrentStateForStill = -1423356048, + MinTimeInFreewheelState = -454001247, + MinTimeInHornState = -1224939130, + MinTimeInPedalState = -2098590956, + MinTimeInRagdoll = -391074887, + MinTimeInShuntStateBeforeRestart = -1094913603, + MinTimeInSitToStillStateToReverse = -905352313, + MinTimeInStandState = -740973971, + MinTimeInStateForForcedFire = 1232297261, + MinTimeInStateToAllowTransitionFromFixieSkid = 863715729, + MinTimeInTaskToCheckForDamage = 2132426494, + MinTimeMovingAwayToGiveToWitness = 1927499316, + MinTimeoutToAcquireLineOfSight = -856914297, + MinTimeRemainingForGroundWrithe = -1963355826, + MinTimeSinceAnyCircleJoined = -134538625, + MinTimeSinceLastHostileAction = 1740762106, + MinTimeSinceLastSpotted = -1143717476, + MinTimeSinceSameCircleJoined = 1038805177, + MinTimeSinceTalkingEndedToMakeCall = -909168612, + MinTimeSinceTalkingEndedToSayContextForCall = -64637682, + MinTimeSinceTargetTalkingEndedToMakeCall = -1375096246, + MinTimeSpentInEarLoopToSayContextForCall = -1314671535, + MinTimeSpentSwimmingToRespectMotionTask = -1326771183, + MinTimeStayPinned = -1986546063, + MinTimeTargetHasBeenTalkingToMakeCall = -246605376, + MinTimeToBePinnedDown = -644726310, + MinTimeToCallPolice = 821642865, + MinTimeToChangeChaseOnFootSpeed = 615112755, + MinTimeToConsiderDangerousDriving = -407154922, + MinTimeToConsiderPedGoingToDoorPriority = 423470112, + MinTimeToFleeInVehicle = -950010117, + MinTimeToHesitate = -1105579343, + MinTimeToKeepEngineAndLightsOnWhileParked = -1816369799, + MinTimeToPrepareWeapon = -867923459, + MinTimeToReact = -645399817, + MinTimeToRepeatLastAnimation = 1359604368, + MinTimeToScale = -1613126015, + MinTimeToSpendInEarLoopToPutDownPhone = -1871042692, + MinTimeToSpendInTask = -1289725457, + MinTimeToStandUp = -2027702493, + MinTimeToStayUprightAfterImpact = -686125701, + MinTimeToSwerve = 1907731990, + MinTimeToWait = 460015891, + MinTimeToWaitForOtherPedToExit = 746970568, + MinTimeToWaitForShot = 1841691026, + MinTimeUntilReturnToIdleFromAimAfterAimedAt = 1630578621, + MinTimeUntilReturnToIdleFromAimDefault = 360559002, MinTintPalette = -2115812828, + MinTranslationalScale = -1424917108, + MinTransScale = 1999362333, + MinTurnApproachRate = 1055045198, + MinTurnProbeOffset = -977245124, + MinTurnSpeedMotionOverPOI = -1488015733, + MinUpdatesBeforeApplyingMotionBlur = 1025607184, + MinUsesForIdleVariationChange = -1287328469, + MinUsesForOutroReactVariationChange = 1069071024, + MinUsesForPeekingVariationChange = 1848963111, + MinUsesForPinnedVariationChange = -1091078574, + MinValue = 324547252, + MinValueForCorrection = -1512923732, + MinVehicleCollisionDamageScale = 1127062988, + MinVehicleWarning = 798220376, + MinVehVelMagForBicycleSideSwipe = -1246829317, + MinVehVelMagForSideSwipe = -490612996, + MinVehVelocityToGoThroughWindscreen = 1165173355, + MinVehVelocityToGoThroughWindscreenMP = -1850026747, + MinVel = 66577426, + MinVelMag = -1015052351, + MinVelocity = 2073951791, + MinVelocityForDriveByAssistedAim = -1269429770, + MinVelocityForFast = -1418162622, + MinVelocityToRagdollPed = 52645552, + MinVelocityToScale = -756370817, + MinVelStillStart = -1306017671, + MinVelStillStop = -2119404754, + MinVelThreshold = -403936380, + MinVelThroughNormalForSideSwipe = 1658632009, + MinWaitTime = -329531381, + MinWaitTimeBetweenTakeOffsMS = -775600548, + MinWaitTimeToPlayPlayerIdleVariations = 1797303037, + MinWatchTime = 424721387, + MinWatchTimeHurryAway = -435156900, + MinWheelieAbility = 1924165020, + MinWorldLimitsPlayerX = -610858053, + MinWorldLimitsPlayerY = 164620332, + MinWritheTime = -34801640, MinXRotation = -499730787, + MinXYVelForWantsToMove = 514488562, MinYRotation = -1847149328, + minZOffset = -1703384932, MinZOffset = 1998724326, MinZRotation = -1783647060, - MipMapLod = -1350201573, - mirrorIntensity = 122183165, - mirrorNormalIntensity = -1423270444, - mirrorParams = -1071683287, + mipmaplod = 482766300, + mirror_park_business = 777133455, + mirror_park_hipsters = -2041738367, + mirror_park_streetgeneral = 61725078, + mirrorintensity = -2079306657, + mirrornormalintensity = 1531688027, + mirrorparams = -1756448401, mirrorPriority = 1185490713, - mirrorReflectionSkyIntensity = -1374665012, - mirrorSpecMaskIntensity = -1100894708, + mirrorreflectionskyintensity = -769414187, + mirrorspecmaskintensity = -1393726187, mirrorTexture = 1892759569, + misc_1 = -1604957351, + misc_2 = 1385115596, misc_a = -2122052263, misc_b = -1345984036, misc_c = -589216746, @@ -2344,185 +5974,534 @@ public enum MetaName : int misfirePtFxEnabled = -1534721691, misfirePtFxName = -29789694, misfirePtFxRange = -357654285, + mission_streetgeneral = 477790886, + mission_tramps = 1765836040, MKT_SPECIAL = -1978339807, MKT_SPORT = -686381699, MKT_STANDARD = 315733923, MKT_SUV = -1909232312, - MLAAAreaLUTSampler = -1460414659, - MLAALinearSampler = 1299004359, - MLAAPointSampler = 1317227196, + mlaaarealutsampler = -1685947615, + mlaalinearsampler = 655764451, + mlaapointsampler = 1645524956, mloFlags = -704127384, MLOInstflags = -533001046, + MobileChatScenarioMayAbort = 1434985449, + MobilePhoneCameraControlHelperRef = 376729145, + mod_a = -640008023, + mod_aa = -451613672, + mod_ab = -1159751762, + mod_ac = -930532607, + mod_ad = -1571854718, + mod_ae = -1324940303, + mod_af = -2049135203, + mod_ag = -1802810630, + mod_ah = 1765012564, + mod_ai = 2014155263, + mod_aj = 1286290243, + mod_ak = 1535367412, + mod_b = 808381781, + mod_c = -26801722, mod_col_1 = 1338030889, + mod_col_10 = -1261257310, + mod_col_11 = -2045681632, + mod_col_12 = 1498318491, + mod_col_13 = 1787603223, + mod_col_14 = 1573326728, + mod_col_15 = 1862676998, + mod_col_16 = 1044598917, mod_col_2 = -1536007029, mod_col_3 = 1785032818, mod_col_4 = 1092558310, mod_col_5 = 119450078, + mod_col_6 = 1547719720, + mod_col_7 = 580018373, + mod_col_8 = -103805119, + mod_col_9 = -1037754388, + mod_d = -715016264, + mod_e = -1561013537, + mod_f = -171476861, + mod_g = -952525976, + mod_h = 1726175929, + mod_i = 1947366679, + mod_j = 2065498928, + mod_k = -1722728552, + mod_l = 730555402, + mod_m = -100892435, + mod_n = 1343696161, + mod_o = 506677594, + mod_p = -127238715, + mod_q = -968844942, + mod_r = 217851628, + mod_s = -628145649, + mod_t = -2126082177, + mod_u = -1895355648, + mod_v = -775638918, + mod_w = -1336250970, + mod_x = -1002466048, + mod_y = -1643689840, + mod_z = -405971941, + ModelForParachuteInMP = 745109363, + ModelForParachuteInSP = 1753140963, + modelHashName = -1745222007, ModelId = -1884866203, - modelName = 194221603, ModelName = -78105687, + modelName = 194221603, + ModelNamesToConsiderPlayersForScoringPurposes = 1071210221, + models = -252836656, ModelSet = 1518141539, ModelSetId = -933320008, ModelToTuneMapping = 1001913906, + Modes = 945555571, modifier = 1699237703, + ModifierName = -1328027927, modShopLabel = -162797730, - moonColor = 409691687, - MoonColorConstant = -151231924, - moonDirection = 2004670169, - MoonGlow = 520378166, - MoonGlowSampler = -977531518, - moonIntensity = 861685395, - MoonLight = 326070628, - moonPosition = 758606264, - moonSampler = -1729423021, - moonTexConvert = -34136070, - MoonTexPosition = 1365923279, - MoonVisiblity = 752970723, - MoonXVector = -639969633, - MoonYVector = -1913215968, - motionBlurMatrix = -1086810131, - MotionBlurSampler = 174894791, + mooncolor = -2081391015, + mooncolorconstant = -1678340973, + moondirection = -810337590, + moonglow = 2037987613, + moonglowsampler = -2143094050, + moonintensity = -1952777379, + moonlight = -1701811081, + moonposition = 124803246, + moonsampler = 1534106922, + moontexconvert = 1796762296, + moontexposition = 1128557715, + moonvisiblity = -1036984950, + moonxvector = 1764174018, + moonyvector = -1137208277, + morningwood_bevhills = 763676531, + morningwood_hipsters = -1991919244, + morningwood_streetgeneral = 115436112, + morningwood_tramps = 501399946, + MOTION_TASK_DATA_FILE = 775482934, + motionblurmatrix = -1344732117, + motionblursampler = -320422588, + MotionBlurSettings = 490368749, + MotionBlurStrength = 1859659636, + MotionLookAtBlendRate = 1566172518, + MotionLookAtRotationLimit = -1096165455, + MotionLookAtTurnRate = 1972120707, MotionTaskDataSetName = 1092878940, + MotivationMax = -1620229259, + MotivationMin = -56555817, + MOTIVATIONS_FILE = -1337465539, + MOUNT_TUNE_FILE = -1405924289, + MouseMaxHeadingSpeedMax = -1559067768, + MouseMaxHeadingSpeedMin = 419948133, + MouseMaxPitchSpeedMax = 1102394099, + MouseMaxPitchSpeedMin = -2134703006, Move = 528166787, MOVE_NETWORK_DEFS = -112880741, + move_ped_strafing = -1830005146, + move_ped_to_strafe = -351333265, + move_strafe_injured = 1434752434, MoveBlendRatio = 778269991, + MoveBlendRatioForFarGoto = 1440512567, MoveFollowMaster = -570849632, + MovementAcceleration = 1913804545, + MovementAwayWeighting = 1351646535, + MovementClipRate = -89571095, MovementClipSet = -1046641849, MovementClipSetId = 549835433, + MovementClipSets = -1241517141, + MovementCostModifier = 1366066164, MovementModes = -1555492651, MovementModeUnholsterData = 523961350, + MovementMotionBlurMaxSpeed = 1743155234, + MovementMotionBlurMaxStrength = 1328935990, + MovementMotionBlurMinSpeed = -1020928871, MovementToStrafeClipSet = -117157827, + MoveNetworkBlendoutDuration = 780063382, moveNetworkFlags = -21114919, - MP_BulletTimeParams = -2143240309, + MoveParameters = 1126598037, + MoveRateOverride = -825589560, + MoveToDistanceInVehicle = 1359250131, + Moving = -719289473, + MovingAnimStateInfos = -1618705959, + MovingAwayVelocityMSThreshold = 1549370724, + MovingDirectionSmoothingAngleMax = 916804787, + MovingDirectionSmoothingAngleMin = -1131110532, + MovingDirectionSmoothingForwardAngleRun = -65603138, + MovingDirectionSmoothingForwardAngleWalk = 817979133, + MovingDirectionSmoothingForwardRateAccelerationMod = 206173392, + MovingDirectionSmoothingForwardRateMod = -85327725, + MovingDirectionSmoothingRateAccelerationMax = 1021183862, + MovingDirectionSmoothingRateAccelerationMin = -91489821, + MovingDirectionSmoothingRateMaxRun = -2065894464, + MovingDirectionSmoothingRateMaxWalk = -1710903420, + MovingDirectionSmoothingRateMin = -2143533831, + MovingEdgeTestEndYOffset = 189580395, + MovingEdgeTestStartYOffset = 1678354404, + MovingExtraHeadingChangeAngleMax = -1263564848, + MovingExtraHeadingChangeAngleMin = 243413468, + MovingExtraHeadingChangeRate = 830448667, + MovingExtraHeadingChangeRateAcceleration = 932904484, + MovingExtraHeadingChangeRateAccelerationMax = -871194310, + MovingExtraHeadingChangeRateAccelerationMin = -2122836734, + MovingExtraHeadingChangeRateRun = -1315680575, + MovingExtraHeadingChangeRateWalk = -960705309, + MovingMultiplierBonus = 474003950, + MovingVarsSet = -1701145191, + MovingVehicleVelocityThreshold = 309425308, + MovingWalkAnimRateAcceleration = -913256767, + MovingWalkAnimRateMax = 1051732090, + MovingWalkAnimRateMin = -1731379258, + mp_bullettimeparams = 51894946, MP_STATS_DISPLAY_LIST_FILE = 759160086, MP_STATS_UI_LIST_FILE = -1808077919, + MpActivationModifiers = 755518553, + MPLargeAccidenThresold = 2099608654, + MpMaxHealthLossForQuickGetup = 1666177823, + MpMinHealthForQuickGetup = 888956679, mpName = 2031203854, - MSAAPointSampler1 = 625192828, - MSAAPointTexture1 = 1471921482, - MSAAPointTexture2 = -1927370737, + MpPlayerQuickBlendOut = 558729515, + msaapointsampler1 = -478619877, + msaapointtexture1 = 750933622, + msaapointtexture2 = 989590249, mtlBangPtFxVehicleEvo = 1188575673, mtlBangPtFxVehicleScale = -1522427939, mtlScrapePtFxVehicleEvo = 1379406366, mtlScrapePtFxVehicleScale = -304535108, + MultiplayerClimbClamberRateModifier = 935832867, + MultiplayerClimbRunningRateModifier = -1764402531, + MultiplayerClimbStandRateModifier = 367433608, + MultiplayerCoverIntroRateModifier = 674066505, + MultiplayerEnterExitJackVehicleRateModifier = 891602871, + MultiplayerIdleTurnRateModifier = -1724109878, + MultiplayerLadderRateModifier = -1394163984, + MultiplayerReloadRateModifier = 1245165468, multiples = 1309656778, + MultiplierForDangerousDriving = -204641377, multiTxdRelationships = -644983226, + murrieta_gang = -1451261845, + murrieta_general = 697895317, + murrieta_tramps = -1242846784, + music = -918140468, + music_loading = 1691427420, MustUse = 331851963, MyPoints = 1170781136, - name = -421429484, Name = -1393810754, + name = -421429484, + NAME_BIG = 1877679104, + NAME_MED = -1313983117, + NAME_SMALL = 298596333, NamedTuningArray = -2146798036, + native_zon_only = -468138674, NavCapabilitiesName = -1012948081, + NavMesh = -22332836, NAVMESH_INDEXREMAPPING_FILE = 1431019085, + NavMeshPoint = 680699981, + NavMeshPoints = -2006122545, NavMode = 859022269, NAVNODE_INDEXREMAPPING_FILE = -1718482661, NavSpeed = 1419316113, - nearFarClip = 1436856425, + Nearby = -585876479, + NearClip = 1325746994, + NearDistanceForOrientation = -119761473, + nearfarclip = 1899734512, + NeckShot = 256476042, + NeckStrengthTuning = -1775936189, + neon_b = 728001778, + neon_f = -444833497, + neon_l = -210404079, + neon_r = 556062831, + net_common = 1475419019, + net_uncommon = -350234135, + NetworkBlendDuration = 1021030104, + NetworkBlendDurationOpenDoorCombat = 132682005, + NetworkBlendInDuration = 8008463, + NetworkBlendOutDuration = -2119306461, + NetworkBlendOutDurationRun = 235129999, + NetworkBlendOutDurationRunStart = -1398074707, + NETWORKOPTIONS_FILE = -444256334, networkPedModifier = -1470447223, networkPlayerModifier = -716493101, + NeverUse = -1732918520, + NewLeanSteerApproachRate = 1728172908, NewStyle = -1961574708, + NextTransitionClipId = -895555104, + NextTransitionExtraScalar = -1902273312, + NM_TUNING_FILE = 1639152529, + NMBodyScale = 380014673, + nmbs_slow_getups = 69709351, + NO_REACTION = -1221123533, + NoCoverEastFaceCenter = -1280853705, + NoCoverEastFaceNorth = -121092566, + NoCoverEastFaceSouth = -979244426, + NoCoverNorthFaceCenter = 1753198982, + NoCoverNorthFaceEast = -1220936726, + NoCoverNorthFaceWest = -192880750, + NoCoverSouthFaceCenter = 1192754605, + NoCoverSouthFaceEast = -582674816, + NoCoverSouthFaceWest = -811753248, + NoCoverVehicleDoors = -136152589, + NoCoverWestFaceCenter = 1200088335, + NoCoverWestFaceNorth = 980667646, + NoCoverWestFaceSouth = -145572123, NodeIndexFrom = -1058169050, NodeIndexTo = -1443161257, Nodes = 804169170, - Noise1Sampler = 409591991, - Noise2Sampler = 60293263, - noiseDensityOffset = 1249766902, - NoiseFilterArea = 317871851, - noiseFrequency = -885304442, - noiseHighLum = -1489921931, - noiseLowLum = -2034016049, - noiseLum = 1754636749, - NoiseMapSampler = 810347669, - NoiseParams = -505013366, - noisePhase = 1407031361, - NoiseSampler = -592828875, - noiseScale = 1705724798, - noiseSoftness = 99657506, - NoiseTexSampler = -2019166350, - noiseTexture = -1508902970, - NoiseTextureSampler = -671651514, - noiseThreshold = -32058128, - NoiseWarp = 1099416494, - none = 493038497, + noise1sampler = -353075009, + noise2sampler = 215717268, + noisedensityoffset = -514032987, + noisefilterarea = 1418684055, + noisefrequency = 1364176943, + noisehighlum = -1181139735, + noiselowlum = -992635861, + noiselum = 1493025892, + noisemapsampler = -1616885580, + noiseparams = -1998170662, + noisephase = 1916643725, + noisesampler = -1833159131, + noisescale = -108217110, + noisesoftness = 984327287, + noisetexsampler = 651303591, + noisetexture = 1661149109, + noisetexturesampler = -167326605, + noisethreshold = 188180875, + noisewarp = 1708817206, None = 1640121937, - normal = 1330140418, + none = 493038497, + NonFlyableArea = -1140740731, + NonFlyableAreaArray = 665455491, + nonFlyableAreas = -336485477, + NoParachuteMaxCollisionNormalThreshold = 1928060490, + NoParachuteMaxPitch = -1854085039, + NoParachuteMinCollisionNormalThreshold = -32125136, + NoParachuteTimeForMinCollisionNormalThreshold = 336137001, + NoReticuleLockOnRangeModifier = -711138328, + NoReticuleMaxLockOnRange = -1986788473, + NoReticuleTargetAimPitchLimit = 1235721286, + NoReticuleTargetAngularLimit = -62626131, + NoReticuleTargetAngularLimitClose = -213597258, + NoReticuleTargetAngularLimitCloseDistMax = -841582759, + NoReticuleTargetAngularLimitCloseDistMin = -1348652509, Normal = -695619201, - normalBuffer = -112271079, - normalBufferSamp = -1402522540, - normalMapBlendRatio = -1509848080, - normalMapMod = -912517455, + normal = 1330140418, + normalbuffer = -567352952, + normalbuffersamp = -960172884, + normalmapblendratio = 432051653, + normalmapmod = 1363116819, NormalMapName = -1449252482, - NormalMapSampler = 1605427604, - NormalMapSampler1 = 119145759, - NormalMapSampler2 = 92078629, - NormalMapTexSampler = -1882516465, - normalSampler = 2075925183, - NormalSpecMapTexSampler = 573711939, - normalTexture = -1760792902, - NormalTextureSampler = 1051658188, + normalmapsampler = 860923645, + normalmapsampler1 = 225912280, + normalmapsampler2 = -70221173, + normalmaptexsampler = 2007347265, + NormalPreferredDepth = 1606727990, + normalsampler = -1967055696, + normalspecmaptexsampler = -2019796082, + NormalTargettingDifficultyInfo = -1190904489, + normaltexture = -841508318, + normaltexturesampler = 53266845, + NormalThresholds = -751257073, NormalX = -1156901904, NormalY = 273792636, - NormBufferSampler = 1706207186, - normFresnelRolloff = -471194324, - normReflectivePower = 1772935581, - normSpecMapIntMask = 1701948605, - normSpecularFactor = -948720218, - normTable = -1126616753, + normbuffersampler = -1843983713, + normfresnelrolloff = 469438475, + normreflectivepower = 99909810, + normspecmapintmask = -8485520, + normspecularfactor = 106090312, + normtable = 478874367, NoSpawn = -1973473904, + NotBeingPushedDelayMS = -171017943, + NotBeingPushedOnGroundDelayMS = 739931697, + NotProfessional = 931067397, + @null = 987444055, + null_sound = -477114602, NUM_ANCHORS = 665640573, - numActiveShadowCascades = -2104942506, + numactiveshadowcascades = -1686461102, + numAlternatives = -1488773190, + numAvailProps = -1696521889, + numAvailTex = -923450485, + NumberOfBurstsMax = -678898270, + NumberOfBurstsMin = 236118490, + NumberOfShotsPerBurstMax = 428905168, + NumberOfShotsPerBurstMin = -1717859940, + NumCapsuleTests = 2133560880, numChildren = -1501057911, numCoronas = -2069496297, + NumEarlyVehicleEntryDriversAllowed = 889613745, NumericOffset = -9140043, numExitPortals = 528711607, - NumLetters = -1188764685, + NumFramesToPersistLargeVerticalAcceleration = 2142946869, + numFutureSamples = 54155191, + numHeightmapFutureSamples = 1335540990, + numletters = 1303240218, NumRandomChar = -705991638, numStreetLights = -586076085, + NumTests = 465899626, + NumToUpdatePerFrame = 575445590, + numTris = -1957272218, + numVertsInBytes = 853977995, OBJ_COVER_TUNING_FILE = 628815953, + ObjectActivationForceMultiplier = 116532981, objectHash = 1951307499, + ObjectMinSpeedForActivation = 602234407, + ObstructionProbe = 1865732807, + ObstructionProbeAngleA = -552584800, + ObstructionProbeAngleB = -1019903509, + ObstructionProbeAngleC = -125834113, + OccludeModel = -1553183059, occludeModels = 2132383965, - occlusionSampler = 1237418812, - occlusionTexture = 718887310, - OceanLocalParams0 = 1912585223, + occlusionsampler = 50748941, + OcclusionSweep = 1207465912, + occlusiontexture = -1327156674, + Occupied = 1339021909, + ocean_general = 699946682, + oceanlocalparams0 = -1961886589, + OCMClearanceCapsuleRadius = 852914750, + OCMCrouchedForwardClearanceOffset = -462645994, + OCMCrouchedHeightOffset = 461310715, + OCMSideClearanceDepth = -25119219, + OCMSideTestDepth = 2079300420, + OCMStandingForwardClearanceOffset = 1249475394, + OCMStandingHeightOffset = 708594816, offset = -1589872145, - offsetHighLum = -86831969, - offsetLowLum = -2025213399, - offsetLum = -31348185, + offsethighlum = -526734272, + OffsetLimits = -815472020, + offsetlowlum = 1745892694, + offsetlum = -1155598876, offsetPosition = -661321981, offsetRotation = 1389511464, + ON_BIKE = 1812735189, ON_FOOT = -1318013931, + OnBalanceFailed = -320170176, + OnBalanceFailedSprintExhausted = -875697311, + OnBalanceFailedStairs = 1418190490, + OnBalanceFailure = 494965274, + OnBeingPushed = 577683658, + OnBeingPushedOnGround = 258986085, + OnBeingPushedOnGroundTooLong = 1444135973, + OnCatchFallSuccess = -48440891, + OnDisableDriveToGetup = 553250717, + OneHandedClipSetName = 448596277, + OnElectrocuteFinished = -881684560, + OnEnableDriveToGetup = 609938430, + OnFireWeightingMult = -548311391, + OnFootBlendInDuration = 1084086108, + OnFootClipRate = -14357382, + OnFootLookAtDampingRef = -1756288640, + OnlyAllowForShot = -1038460527, + OnlyInContact = -231120563, + OnlyNotInContact = 122191424, + OnlyUseForGangPeds = -1583172632, + OnlyUseForLawEnforcementPeds = -216034419, + OnlyUseForReactions = 1952942912, + OnMovingGround = -101980218, + OnNotBeingPushed = 256038063, + OnSlopeThreshold = 1801923157, + OnStairs = -898797103, + OnSteepSlope = -589636055, opacity = -650555608, OpenDoor = -1912826172, - orderNumber = 127705901, + OpenDoorBlendDurationFromNormalAlign = 1615640364, + OpenDoorBlendDurationFromOnVehicleAlign = 754839673, + OpenDoorToJackBlendDuration = -855804334, + Optimal = -1314631930, + OptimumDistToLeftCoverEdge = 796885552, + OptimumDistToLeftCoverEdgeCrouched = -413651441, + OptimumDistToRightCoverEdge = -2106262726, + OptimumDistToRightCoverEdgeCrouched = -1606487515, + OrbitDistance = -1561336040, + OrbitDistanceDamping = 337202266, + OrbitDistanceLimitScaling = 1688148358, + OrbitDistanceLimitsForBasePosition = 2111969249, + OrbitDistanceLimitSpringConstant = -1465818537, + OrbitDistanceLimitSpringDampingRatio = 1084689577, + OrbitDistanceScalingForCustomFirstPersonFallBack = -316517236, + OrbitDistanceScalingLimits = 1871429041, + OrbitDistanceScalingSpringConstant = -1311249621, + OrbitDistanceScalingSpringDampingRatio = 1300443955, + OrbitDistanceScalingToApplyWhenPushing = -1606690771, + OrbitPitchLimits = 1974814289, + OrbitPitchOffsetWhenFullyDucked = -1189957109, + ordernumber = 1617153586, + OrientationSpring = -513900465, OrientToTerrain = -953491718, orientX = 735213009, orientY = 979440342, + OutDuration = -702206742, outerConeAngle = -115833057, + OuterDistanceThreshold = -1928806853, + outFxName = -950825045, + OutroClip0Id = -709717892, + OutroMaxScale = -2088221592, + OutroMovementDuration = -1351029052, + OutroRate = -2034553263, + OutroReact1HVariationClipsets = 1976510010, + OutroReact2HVariationClipsets = 1754157237, + OutroRotationScalingDefaultEndPhase = -48016116, + OutroRotationScalingDefaultStartPhase = -1334771378, + OutroScalingDefaultEndPhase = 1459623344, + OutroScalingDefaultStartPhase = -827469759, + OverlapSpeedMultiplier = -1936026435, + Overlay = 370428790, overlay = 943450718, OVERLAY_INFO_FILE = -805616602, + OverrideDirections = 198397458, + OverrideElasticity = 134807671, + overrideFaceAnimationFilename = -1830803397, + OverrideFleeDirection = -974340257, + OverrideFlipForce = -2064184362, + OverrideFriction = -387501108, + OverrideInitialForce = -1036488065, + OverrideInverseMassScales = 143477949, + OverrideReactDirection = -1019234839, + OverrideReactionType = 1094485493, + OverrideRootLiftForce = 1333505912, + OverrideStuckOnVehicleSets = -1733681992, overturnedSmokePtFxAngleThresh = -1558971833, overturnedSmokePtFxEnabled = 1633606873, overturnedSmokePtFxEngineHealthThresh = 132281413, overturnedSmokePtFxName = 1978623397, overturnedSmokePtFxRange = 1730945222, overturnedSmokePtFxSpeedThresh = -1990494254, + OverVehicle = -1603603172, + OverwriteMaxPitch = -1339678215, owner = -1945763472, OwnerName = 1481791743, + ownsCloth = -1466719391, + pacific_bluffs_beach = 1771635400, + pacific_bluffs_streetgeneral = 2128557429, packFileName = -78473223, Pad = 1592782806, padding1 = -1114325446, padding2 = -1948853569, padding3 = -773364001, - paletteColor0 = 1225659549, - paletteColor1 = 1463988486, - paletteColor2 = -574112178, - paletteColor3 = -1584052758, - paletteIndex = -1040696819, - PaletteSampler = 283211910, - paletteSelector = -246502289, - paletteSelector2 = 1402957865, - ParabSampler = 2032725824, - parallaxScaleBias = -1931579696, - parallaxSelfShadowAmount = 422630043, + PadShake = -1627296064, + PadShakeMaxDuration = -1458563451, + PadShakeMaxHeight = -1960991690, + PadShakeMaxIntensity = 1208994934, + PadShakeMinDuration = -655479347, + PadShakeMinHeight = -2072568465, + PadShakeMinIntensity = -1534094923, + paleto_bay_general = -820511757, + palettecolor0 = -1904733129, + palettecolor1 = 345546874, + palettecolor2 = 650331343, + palettecolor3 = 1102019239, + paletteindex = -1794994114, + palettesampler = -1344571680, + paletteselector = -1658687620, + paletteselector2 = 588791948, + parabsampler = -1690278615, + ParachuteBones = -966309548, + ParachuteCamera = -425370232, + ParachuteCloseUpCamera = -1985372049, + ParachuteInitialVelocityY = 1202762864, + ParachuteInitialVelocityZ = 904794347, + ParachuteMass = -163814174, + ParachuteMassReduced = -1276450296, + ParachutePack = -1658523986, + ParachutePackVariations = 1735940634, + ParachutePhysics = -1038336838, + ParachuteProbeRadius = -176810825, + ParachuteUpThreshold = 739494681, + Parachuting = -1682969217, + ParachutingAi = -1046862782, + ParachutingFilterId = -566213798, + parallaxscalebias = -2116334507, + parallaxselfshadowamount = 242286661, param0 = -1272134606, param1 = 1630936646, param2 = -1887634733, @@ -2531,30 +6510,73 @@ public enum MetaName : int param5 = 411995384, param6 = 1178691677, param7 = 947113154, - params_ = -39220614, + parameterIntensity = -715071498, + Params = 1933425356, + params_ = 890816472, + ParamSets = 315966693, parent = -1449376175, parentIndex = -661507651, parentName = -1773862471, - ParticleCollisionSampler = -1204096453, - ParticlePosTexSampler = 1737836527, - ParticlePosXYTexSampler = 808547380, - ParticlePosZWTexSampler = -1255334413, - particleShadowsParams = 1209715783, - ParticleVelTexSampler = -382486497, - ParticleVelXYTexSampler = 785403203, - ParticleVelZWTexSampler = -680944282, + ParentRelativeAttachOffset = 1399337810, + ParentRelativeAttachOffsetAtOrbitHeadingLimits = 442114217, + ParkingSpaceBlockedMaxAttempts = -49435072, + ParkingSpaceBlockedWaitTimePerAttempt = 1316038287, + particlecollisionsampler = -581008533, + particlepostexsampler = -1691310184, + particleposxytexsampler = -2015273089, + particleposzwtexsampler = 1408622679, + particleshadowsparams = -1705211635, + particleveltexsampler = 1792971393, + particlevelxytexsampler = -917247335, + particlevelzwtexsampler = 572101329, PARTITION_0 = 1376468858, PARTITION_1 = -1673341976, PARTITION_2 = -1382451563, + PARTITION_MAX = -1395474534, + PARTITION_NONE = -582086232, + Passive = 1672543877, + patchFile = 246845325, patchFiles = -770828888, PATH_ZONES_FILE = 884764256, + PathFinding = 394936210, + PathNodeChildList = -764341028, + PathNodeKey = -1573069189, + PathNodeList = 1142266249, + PavementFloodFillSearchRadius = -685306286, + pChildEvents = -540436656, + pCutsceneEventArgsList = 101111438, + pCutsceneEventList = 873743947, + pCutsceneLoadEventList = 1537015366, + pCutsceneObjects = 1337787258, + pearlescent = -1199600646, + PED_BOUNDS_FILE = -1920896268, + PED_BRAWLING_STYLE_FILE = 1575806881, + PED_COMPONENT_CLOTH_FILE = 1241304438, + PED_COMPONENT_SETS_FILE = 1714450686, PED_DAMAGE_APPEND_FILE = -426641622, + PED_DAMAGE_OVERRIDE_FILE = -1139365627, + PED_DRIVES_AVERAGE_CAR = 1662727357, + PED_DRIVES_BIG_CAR = 1066836384, + PED_DRIVES_BOAT = 2087263659, + PED_DRIVES_MOTORCYCLE = 698500424, + PED_DRIVES_POOR_CAR = -498627090, + PED_DRIVES_RICH_CAR = 740214256, PED_FIRST_PERSON_ALTERNATE_DATA = 143306029, PED_FIRST_PERSON_ASSET_DATA = 348738744, + PED_HEALTH_FILE = -1557632523, + PED_IK_SETTINGS_FILE = -111835849, PED_METADATA_FILE = -596576199, + PED_NAV_CAPABILITES_FILE = -918941761, PED_OVERLAY_FILE = 1407571174, + PED_PERCEPTION_FILE = 1804477999, PED_PERSONALITY_FILE = 469479865, - PedBrightness = -832180857, + PED_SPECIAL_ABILITIES_FILE = -609255229, + PED_TASK_DATA_FILE = -347218211, + PED_VARS_FILE = 915034040, + PedActivationForceMultiplier = -536820296, + PedalGearApproachRate = -1875981445, + PedAngleLimitsForSkydiving = -2051871997, + pedbrightness = -1329396974, PedCapsuleName = -689120760, pedCompExpressionIndex = 656720598, pedCompExpressions = -126806275, @@ -2565,44 +6587,125 @@ public enum MetaName : int pedCompVarIndex = -1404320405, pedDirtMax = -1144279273, pedDirtMin = 1861946207, + PedDirToPedCoverCosAngleTol = 1073641398, + PedFearImpact = -1124360463, + PedGenBlockedAreaMinRadius = -366774654, + PedGenBlockingAreaLifeTimeMS = 1799800134, + pedGroups = -995849026, PedIKSettingsName = 851100275, PedLayoutName = 704782517, PedModelSetNames = -1274101079, + PedMoveAccel = 1030928652, + PedMoveDecel = 1966094123, PedPersonalities = -1949454957, pedPropExpressionIndex = -1025202508, pedPropExpressions = 1538058350, pedPropID = 1389713939, pedPropVarIndex = 461768873, Peds = -247348518, + peds_clothing = -1589535345, + peds_collisions = -1396931350, + peds_collisions_loud = -622258842, + peds_wind = -1144984988, PedScale = -757027150, PEDSTREAM_FILE = 1358252642, - pedType = -1547807107, + PedTestRadius = -1492284555, + PedTestXOffset = 763167134, + PedTestYOffset = -334342075, + PedTestZOffset = 480380605, + PedTestZStartOffset = 1752043243, + PedToCoverCapsuleRadius = 60938529, + PedToCoverEndPullBackDistance = 1271601300, + PedToCoverEndZOffset = 649298289, Pedtype = -1242611934, + pedType = -1547807107, PedVoiceGroup = 1999554162, + PeekingAnimStateInfos = 1958652331, + PeekingHigh1HVariationClipsets = 86703483, + PeekingHigh2HVariationClipsets = 1692855661, + PeekingLow1HVariationClipsets = -638377697, + PeekingLow2HVariationClipsets = -210063759, + PeekingVariationAnimStateInfos = -1722554415, + PeekToEdgeTurnBlendDuration = 1163008630, + PelvisInterp = -1457664590, + PelvisInterpMoving = 115587354, + PelvisInterpOnDynamic = -1585491095, + Penalty = 581818714, percentage = -1347409643, PerceptionInfo = -1120240418, - PerlinNoiseSampler = -2057735168, - perlinSampler = 1942265142, + Periodic = 1887945139, + perlinnoisesampler = -2102622797, + perlinsampler = -866355204, PERMANENT_ITYP_FILE = -1857083216, perpendicularLength = 124715667, - Persistance = 150471811, + persistance = 319450804, persistent = -111845913, Personality = 620072928, - perspectiveShearParam = 1513910973, + PersonalityName = -88853080, + perspectiveshearparam = 686675449, petrolTankFirePtFxName = -2132026935, petrolTankFirePtFxRadius = -1833140157, petrolTankFirePtFxRange = 165484253, petrolTankFirePtFxSpeedEvoMax = -2122739767, petrolTankFirePtFxSpeedEvoMin = 1276446821, - Phase = 369413731, + pExtraBoneIds = 814194086, + phase = -1568716757, + PhaseDuringDeployToConsiderOut = 1259738869, PhaseTimings = 970330902, + PhaseToBlendOut = -145648331, + PhoneFov = 732629634, physicsDictionaries = 949589348, physicsDictionary = -741926916, + PickingUpBikeModifier = 1578175347, + pillbox_bevhills = 2147006744, + pillbox_business = 325325429, + pillbox_tramps = 578868739, + PinnedDownBlindFireChance = 1504716899, + PinnedDownByBulletRange = -966075407, + PinnedDownDecreaseAmountPerSecond = -1977026629, + PinnedDownPeekChance = -806409622, + PinnedDownTakeCoverAmount = -1765068440, + PinnedDownThreshold = -1387970448, + PinnedHigh1HVariationClipsets = 186750731, + PinnedHigh2HVariationClipsets = 1643071074, + PinnedIdleAnimStateInfos = 430330313, + PinnedIntroAnimStateInfos = 2080360880, + PinnedLow1HVariationClipsets = 1337721029, + PinnedLow2HVariationClipsets = -647210866, + PinnedOutroAnimStateInfos = -1032226113, Pistol = 805949221, Pitch = -257014366, + PitchAcceleration = -161495032, PitchChangeRate = 1754758744, + PitchChangeRateAcceleration = 724740943, + PitchClampMax = -182323604, + PitchClampMin = 1388744206, + PitchForBraking = -2140071442, + PitchForMaxIntensity = -1342864721, + PitchForMinIntensity = -161829373, + PitchForNormal = -1537502001, + PitchInDirectionComponent = -686848949, + PitchInDirectionForce = -1835548611, + pitchKd = 1584865556, + pitchKi = 665138033, + pitchKp = -1867938444, PitchLimits = 1158567006, PitchOffset = -1278969455, + PitchOffsetAtMaxHeight = -1689881752, + PitchOffsetAtMinHeight = -948421206, + PitchPullAroundErrorScalingBlendLevel = -876703739, + PitchPullAroundMaxMoveSpeed = 430354724, + PitchPullAroundMinMoveSpeed = -1318775166, + PitchPullAroundSpeedAtMaxMoveSpeed = 634917686, + PitchPullAroundSpringConstant = 835784625, + PitchPullAroundSpringDampingRatio = 1088580250, + PitchRatioForLinearVZMax = -1253615690, + PitchRatioForLinearVZMin = -1570209180, + PitchSideAngle = 107265024, + PitchTorqueMax = -526356497, + PitchTorqueMin = -1740024142, + PivotOverBoundingBoxSettings = 588927535, + PivotPosition = -1038398659, PLANE = -1618809285, planeAfterburnerPtFxEnabled = -1081325758, planeAfterburnerPtFxName = 446218229, @@ -2613,6 +6716,7 @@ public enum MetaName : int planeDamageFirePtFxRange = -1455761002, planeDamageFirePtFxSpeedEvoMax = 571971263, planeDamageFirePtFxSpeedEvoMin = 1883098650, + PlaneDrivingSubtaskArrivalDist = 1499169614, planeGroundDisturbPtFxDist = -41957664, planeGroundDisturbPtFxEnabled = -449991537, planeGroundDisturbPtFxNameDefault = 648304806, @@ -2623,67 +6727,214 @@ public enum MetaName : int planeGroundDisturbPtFxRange = 2117069571, planeGroundDisturbPtFxSpeedEvoMax = 1904205977, planeGroundDisturbPtFxSpeedEvoMin = -544913993, + PlaneTargetArriveDist = 370645093, + PlaneTargetArriveDistTaxiOnGround = 1118749782, planeWingTipPtFxEnabled = 630564551, planeWingTipPtFxName = 1116747820, planeWingTipPtFxRange = -1383361935, planeWingTipPtFxSpeedEvoMax = 1891037280, planeWingTipPtFxSpeedEvoMin = 432519559, - plantColor = 1567687097, + plantcolor = 1360494706, plantInfos = 1195126367, PlantTag = 1119170566, - PlateBgBumpSampler = 1744987388, - PlateBgSampler = 511886351, + platebgbumpsampler = 1709116366, + platebgsampler = 1342317448, + PlateProbabilities = 2135495316, plateProbabilities = 759151167, Player = -1543524107, - PLAYER_MASK = 269345322, - PlayerBrightness = -505388621, - playerLFootPos = -1087497079, - playerRFootPos = 440434820, + PLAYER_CARD_SETUP = 1504533439, + Player_IdleTurnRate = 1662197919, + player_mask = -1710869645, + Player_MBRAcceleration = -512071398, + Player_MBRDeceleration = 1302286994, + playerbrightness = 1987993393, + PlayerBumpedByCar = -876106592, + PlayerBumpedByCloneCarActivationModifier = -683646234, + PlayerCapsuleMinSpeedForContinuousPushActivation = -615345078, + PlayerClearedVehicleDelay = 112556840, + PlayerClearedVehicleSmartFallDelay = -2059069226, + PlayerCopCarModifier = 1479577695, + PlayerCopModifier = -186488361, + PlayerDeath = -1574935224, + PlayerDeathMP = 1586436866, + PlayerDeathSP = -694441835, + PlayerHasslingModifier = -1286957862, + PlayerIdleHigh0HVariationClipsets = -874250057, + PlayerIdleHigh1HVariationClipsets = -1651469200, + PlayerIdleHigh2HVariationClipsets = 1210186805, + PlayerIdleIntroAnimRate = -1327709437, + PlayerIdleLow0HVariationClipsets = 1469086565, + PlayerIdleLow1HVariationClipsets = 421291191, + PlayerIdleLow2HVariationClipsets = -1870987044, + playerlfootpos = 1466936, + PlayerLookAtDebugDraw = -2115068683, + PlayerMoveAccel = -1243876370, + PlayerMoveDecel = 1886735419, + PlayerMoverFixupMaxExtraHeadingChange = 1887702115, + PlayerMp = 410406055, + playerNearToHangoutDistanceInMetersSquared = 724033442, + PlayerPedModifier = -1898419894, + PlayerQuickBlendOut = -1864684984, + playerrfootpos = 982297002, + PlayerSexyPedModifier = 390614501, + PlayerSprintEntryRate = 1168875174, + PlayerStatInfos = 977451662, + PlayerSwankyCarMax = -421296717, + PlayerSwankyCarMin = 369519904, + PlayerSwankyCarModifier = 1078762608, + PlayerSwimTimeThreshold = 422419421, + PlayerTimeBetweenLookAtsMax = 408684949, + PlayerTimeBetweenLookAtsMin = -1752797928, + PlayerTimeMyVehicleLookAtsMax = -1028788972, + PlayerTimeMyVehicleLookAtsMin = 831935567, + POILookAtBlendRate = 1217360623, + POILookAtRotationLimit = -475264195, + POILookAtTurnRate = 1321758856, + PointOnMap = -1657506499, Points = 702683191, - PointSampler = -2130554822, - PointSampler1 = 695844066, - PointSampler2 = -743501490, - PointTexture1 = 1086095425, - PointTexture2 = 1391600812, - PointTexture3 = 1713982234, - PointTexture4 = -404435309, - PointTexture5 = -40502795, + pointsampler = 1728781698, + pointsampler1 = 857651826, + pointsampler2 = -2108237595, + pointtexture1 = -975326954, + pointtexture2 = 463756450, + pointtexture3 = 715389601, + pointtexture4 = -264337961, + pointtexture5 = -14736488, poisson12 = -594412613, - polyRejectThreshold = -1584645545, + POLICE_SCANNER_COLOUR_beige = -1817930064, + POLICE_SCANNER_COLOUR_black = 52583446, + POLICE_SCANNER_COLOUR_blue = -2041566330, + POLICE_SCANNER_COLOUR_brown = -282878185, + POLICE_SCANNER_COLOUR_graphite = 437487559, + POLICE_SCANNER_COLOUR_green = 730308174, + POLICE_SCANNER_COLOUR_grey = -1165556677, + POLICE_SCANNER_COLOUR_orange = 1762671403, + POLICE_SCANNER_COLOUR_pink = -1679640298, + POLICE_SCANNER_COLOUR_red = -137251793, + POLICE_SCANNER_COLOUR_silver = -1325320406, + POLICE_SCANNER_COLOUR_white = 1645071976, + POLICE_SCANNER_COLOUR_yellow = 1358390657, + POLICE_SCANNER_PREFIX_bright = -1976682508, + POLICE_SCANNER_PREFIX_dark = -373065243, + POLICE_SCANNER_PREFIX_light = 840729009, + polyrejectthreshold = -625841919, popGroup = 911358791, + POPGROUP_AERIAL = -1808490495, + POPGROUP_AMBIENT = -1692212792, + POPGROUP_AQUATIC = -547837404, + POPGROUP_IN_VEHICLE = -1104824200, + POPGROUP_IS_GANG = 198544766, + POPGROUP_NETWORK_COMMON = 1732741445, + POPGROUP_RARE = 35209924, + POPGROUP_SCENARIO = 2037609896, + POPGROUP_WILDLIFE = 600606236, POPGRP_FILE = -1586286006, POPSCHED_FILE = -798722206, + PopulationFleeMod = -924139460, portalCount = 1105339827, + PortalEntityList = -1090995156, + PortalIdx = 1061685079, + PortalInfoIdx = 1084559223, + PortalInfoList = -1209674372, portals = -1980241518, + Pos = -159044938, PoseMatcherName = 407450340, PoseMatcherProneName = 1468409568, position = 18243940, Position = 210930065, + PositionDiffStartBlend = 126173811, PositionOffset = -741815118, - PositionTexSampler = 1833416322, + positiontexsampler = 124136329, posn = 967189988, - PostFXAdaptiveDofCustomPlanesParams = -1970911866, - PostFXAdaptiveDofEnvBlurParams = 964087105, - PostFxSampler2 = 205615334, - PostFxSampler3 = -613544128, - postProcess_FlipDepth_NearPlaneFade_Params = 677760425, + POSTFX_EASE_IN = -1738221771, + POSTFX_EASE_IN_HOLD_EASE_OUT = 1791815485, + POSTFX_EASE_OUT = -932956789, + POSTFX_IN_HOLD_OUT = 332192867, + POSTFX_LOOP_ALL = 535426628, + POSTFX_LOOP_HOLD_ONLY = -1600558446, + POSTFX_LOOP_NONE = -709846238, + postfxadaptivedofcustomplanesparams = -1373043421, + postfxadaptivedofenvblurparams = 383528417, + postfxsampler2 = -654440289, + postfxsampler3 = 1268084184, + postprocess_flipdepth_nearplanefade_params = 1212194473, PovCameraOffset = -904588716, + PowerForMaxAdjustment = -720629567, + PowerForMinAdjustment = -55496200, PreciseUseTime = 196435285, + PrecisionAimSettings = -1755094498, + PredictiveBraceBlendInDuration = 1609589815, + PredictiveBraceBlendOutDuration = -1825450023, + PredictiveBraceMaxUpDotSlope = 1011217048, + PredictiveBraceProbeLength = -2136442332, + PredictiveBraceStartDelay = -1131850587, + PredictiveProbeZOffset = 1351443366, + PredictiveRagdollIntersectionDot = 1107591412, + PredictiveRagdollProbeLength = 1048227809, + PredictiveRagdollProbeRadius = 503191318, + PredictiveRagdollRequiredVelocityMag = -2124122411, + PredictiveRagdollStartDelay = -832685159, + PreEmptiveEdgeActivationMaxDistance = -467239215, + PreEmptiveEdgeActivationMaxHeadingDiff = 1934953324, + PreEmptiveEdgeActivationMaxVel = -655845088, + PreEmptiveEdgeActivationMinDesiredMBR2 = -304029076, + PreEmptiveEdgeActivationMinDotVel = -1924893480, + PreferNearWaterSurfaceArrivalRadius = -2082717135, + PreToPostCollisionLookAtOrientationBlendValue = -1226380037, + PreventDirectTransitionToReverseFromSit = 1025905604, + PreventRotationOvershoot = 634174859, + PreventShufflingExtraRange = 1174072295, + PreventTranslationOvershoot = 570011198, + PreviousTransitionClipId = 681665994, + PreviousTransitionExtraScalar = -1904699033, + PRF_ALPHA = -537200028, + PRF_CUTOUT = -899122173, + PRF_DECAL = -559728358, PRI_OPTIONAL_HIGH = -301350505, PRI_OPTIONAL_LOW = 329627604, PRI_OPTIONAL_MEDIUM = 515598709, PRI_REQUIRED = 1943361227, - priority = 342945216, + PrioHarmless = -757838703, + PrioIngangOrFriend = -2055463566, + PrioMeleeCombatThreat = -774699786, + PrioMeleeDead = -2075148741, + PrioMeleeDownedCombatThreat = -583894579, + PrioMeleeInjured = -1835056870, + PrioMeleePotentialThreat = 1405902341, + PrioMissionThreat = 1044442786, + PrioMissionThreatCuffed = 647449150, + PrioNeutral = -1433315716, + PrioNeutralInjured = 354050193, + PrioPlayer2Player = 1964865895, + PrioPlayer2PlayerAttackers = 762484474, + PrioPlayer2PlayerCuffed = 1986201193, + PrioPlayer2PlayerEveryone = -399278507, + PrioPlayer2PlayerStrangers = 2061852453, + PrioPotentialThreat = 1168690220, Priority = -1621615651, + priority = 342945216, + PriorityCoverWeight = -560190272, + PriorityCoverWeighting = 1292700163, priorityLevel = 647098393, + PrioScriptedHighPriority = 1053617936, + prisoners = -805337146, Probabilities = -42975570, probability = -596433036, + ProbabilityDrawWeaponWhenLosing = 1774223506, + ProbabilityWeighting = 51557962, + Probe = 217069262, + ProbeHeightAbovePelvis = 1229015521, + ProbeResults = -1253693748, + Probes = 1934123857, + ProbSpawnHeli = -1831652043, PROC_META_FILE = -952251192, + ProcessPhysicsApproachRate = 2123652996, PROCOBJ_ALIGN_OBJ = -1674805298, PROCOBJ_CAST_SHADOW = 1528296021, PROCOBJ_FILE = 1526130529, PROCOBJ_IS_FLOATING = -1077288813, PROCOBJ_NETWORK_GAME = 390676221, + PROCOBJ_USE_GRID = -1408288057, PROCOBJ_USE_SEED = -2065191860, procObjInfos = -32065571, PROCPLANT_CAMERADONOTCULL = 1147935867, @@ -2698,8 +6949,13 @@ public enum MetaName : int PROCPLANT_NOSHADOW = 696619156, PROCPLANT_UNDERWATER = 882615863, procTagTable = -1917459612, + profaneTerms = -35787500, + Professional = -1621778165, + ProgressiveTerrainAvoidanceAngleD = -254824543, projectedTextureKey = 1076718994, - projectionParams = 141839188, + projectionparams = -252981749, + propAnchorId = -696861098, + propDrawableId = 2095974912, propFlags = 1066841901, propId = -477825044, propInfo = -2054115880, @@ -2708,12 +6964,16 @@ public enum MetaName : int PropRestrictions = 465162194, props = -2007566758, PropsName = 1179225812, - PRTOccSampler = -1699009844, - PtfxAlphaMapSampler = 33173141, + propTexId = 672172037, + prtoccsampler = -538879357, + PS3_SCRIPT_RPF = -644648514, + ptfxalphamapsampler = -1766776515, ptfxAssetDependencyInfos = 493695515, PTFXASSETINFO_FILE = 1772520447, PtFxAssetName = -1796973938, - PtfxDepthMapSampler = 834860985, + ptFxDepthEvoMax = -1108546122, + ptFxDepthEvoMin = 1171785422, + ptfxdepthmapsampler = -745120947, ptFxHasTint = -718424939, ptFxIsTriggered = -860564982, ptFxName = 1203215085, @@ -2726,13 +6986,31 @@ public enum MetaName : int ptFxTintB = -2069856334, ptFxTintG = 23853287, ptFxTintR = 1304072655, - PuddleBumpSampler = 409927243, - PuddleMaskSampler = 678056355, - PuddlePlayerBumpSampler = -1118592247, + puddlebumpsampler = 644999851, + puddlemasksampler = 1899494261, + puddleplayerbumpsampler = 375060758, + puerto_bevhills = 2096726272, + puerto_business = -1702221948, + puerto_hipsters = -53495976, + puerto_streetgeneral = -674757769, pull = 350772507, + PullAlongside = 2022288628, + PullAroundSettings = 1394164846, + PullAroundSettingsForLookBehind = 914396031, + PullBackSpringConstant = 1125215459, + PullBackTowardsCollision = 333745998, pullCoronaIn = 538460876, + PullPinClipId = 547753211, punchInPhase = -1152589889, punchOutPhase = -2130747926, + Pursue = -1517681312, + PursuitModeExtraHeadingRate = -1798330802, + PursuitModeGallopRateFactor = -448323630, + PushAngleDotTolerance = 1293114690, + PushBeyondEntitiesIfClipping = -2018205993, + PushedThresholdOnGround = 476585181, + PushInSpringConstant = -1732740047, + PutOnHelmetClipId = 2026680640, PV_COMP_ACCS = -534955506, PV_COMP_BERD = 696691459, PV_COMP_DECL = -663691720, @@ -2747,240 +7025,799 @@ public enum MetaName : int PV_COMP_TASK = 1051671594, PV_COMP_TEEF = 1520752005, PV_COMP_UPPR = -587380438, - QuadAlpha = 148622559, - QuadPosition = -667020019, - QuadScale = -398670799, - QuadTexCoords = -1188379664, - QualitySubpix = -90913330, - radialBlurCenter = -1602633242, - RadialBlurSampler = 1586942561, - radialBlurSampleScale = 1571446073, - radialBlurScale = 808900913, - radialBlurTextureStep = 860094574, - RadialFadeArea = 1811498844, - RadialFadeTime = 268569066, - RadialWaveParam = 992404118, + quadalpha = 319478650, + QUADBIKE = 1011863180, + quadposition = -142559639, + quadscale = 876246817, + quadtexcoords = -1912479395, + qualitysubpix = 1192820550, + QuickBlendOut = 784154981, + racecourse_bevhills = 1764904172, + racecourse_streetgeneral = 1498417612, + radialblurcenter = 265875256, + radialblursampler = 6871558, + radialblursamplescale = 1978511676, + radialblurscale = 847338530, + radialblurtexturestep = -657226351, + radialfadearea = -877933093, + radialfadetime = 820208297, + radialwaveparam = -274526962, + radio = 1847911863, Radio1 = -864700901, Radio2 = -1162669418, + RADIO_FILE = -1972561997, + RADIO_GENRE_CLASSIC_HIPHOP = 255693040, RADIO_GENRE_CLASSIC_ROCK = 567874491, + RADIO_GENRE_COUNTRY = 1750835908, + RADIO_GENRE_DANCE = 43700981, RADIO_GENRE_JAZZ = -1084390631, + RADIO_GENRE_LEFT_WING_TALK = -708946276, RADIO_GENRE_MEXICAN = -236927394, + RADIO_GENRE_MODERN_HIPHOP = 285221172, RADIO_GENRE_MODERN_ROCK = -94595785, RADIO_GENRE_MOTOWN = 1526192047, RADIO_GENRE_OFF = -474080898, + RADIO_GENRE_POP = -118100093, RADIO_GENRE_PUNK = -1942298571, RADIO_GENRE_REGGAE = 2059985335, RADIO_GENRE_RIGHT_WING_TALK = 1758684295, RADIO_GENRE_SURF = -1799491626, - radius = 1337695475, + RADIO_GENRE_UNSPECIFIED = -162870906, Radius = -1150617182, + radius = 1337695475, + RadiusForContact = 1978969151, + RadiusForFindNearby = -1884799634, + RadiusForViewportCheck = -486119541, radiusInner = 406390660, radiusOuter = 1814053978, RadiusScale = -1049416822, + RadiusScalingForClippingTest = -1652237462, + RadiusScalingForOcclusionTest = -1531438544, + RAGDOLL_BUTTOCKS = 540107349, + RAGDOLL_CLAVICLE_LEFT = -2006162064, + RAGDOLL_CLAVICLE_RIGHT = 488421620, + RAGDOLL_FOOT_LEFT = -1848659853, + RAGDOLL_FOOT_RIGHT = -136303053, + RAGDOLL_HAND_LEFT = -389546175, + RAGDOLL_HAND_RIGHT = 1124094743, + RAGDOLL_HEAD = 111082097, + RAGDOLL_LOWER_ARM_LEFT = 125251313, + RAGDOLL_NECK = 339046583, + RAGDOLL_SHIN_LEFT = -1886507725, + RAGDOLL_SHIN_RIGHT = -921073184, + RAGDOLL_SPINE0 = -1746961677, + RAGDOLL_SPINE1 = 1729141078, + RAGDOLL_SPINE2 = 1967764936, + RAGDOLL_SPINE3 = -1028468579, + RAGDOLL_THIGH_LEFT = 1739907813, + RAGDOLL_THIGH_RIGHT = -473361801, + RAGDOLL_UPPER_ARM_LEFT = 2053403138, + RAGDOLL_UPPER_ARM_RIGHT = 1968199161, + RagdollAbortPoseDistanceThreshold = 1562486689, + RagdollAbortPoseMaxVelocity = 445822306, + RagdollBlendEnvelopeRef = -1781544723, + RagdollComponentAirResistanceForce = 1187767114, + RagdollComponentAirResistanceMinStiffness = -486531561, + RagdollingModifier = -849025015, + RagdollIntoWaterVelocity = 477015084, + RagdollPlayerDistanceThreshold = -970521378, + RagdollUnderWheelTuning = -1312513166, + rage__cutfAnimatedLightObject = 425672361, + rage__cutfAnimatedParticleEffectObject = -544731764, + rage__cutfAnimationManagerObject = 162924556, + rage__cutfAssetManagerObject = 68930034, + rage__cutfAttributeList = 1016128875, + rage__cutfAudioObject = 204478241, + rage__cutfBlockingBoundsObject = 1024212505, + rage__cutfBoolValueEventArgs = -1811541130, + rage__cutfCameraCutCharacterLightParams = -1959098303, + rage__cutfCameraCutEventArgs = 1032739425, + rage__cutfCameraCutTimeOfDayDofModifier = 1378659296, + rage__cutfCameraObject = -1629127870, + rage__cutfCascadeShadowEventArgs = 852034231, + rage__cutfCutsceneFile2 = -767206303, + rage__cutfCutsceneFile2__SConcatData = 1737539928, + rage__cutfDecalEventArgs = -724158062, + rage__cutfDecalObject = 576081308, + rage__cutfEvent = -1707426193, + rage__cutfEventArgs = 534106966, + rage__cutfFinalNameEventArgs = 80958073, + rage__cutfFixupModelObject = 989168939, + rage__cutfFloatValueEventArgs = 1609567909, + rage__cutfHiddenModelObject = 979016746, + rage__cutfLightObject = 1781777258, + rage__cutfLoadSceneEventArgs = -766801015, + rage__cutfNameEventArgs = 1160694198, + rage__cutfObjectIdEvent = -507875818, + rage__cutfObjectIdEventArgs = -1162238720, + rage__cutfObjectIdListEventArgs = 1377451264, + rage__cutfObjectIdNameEventArgs = -96278057, + rage__cutfObjectVariationEventArgs = 2095750852, + rage__cutfOverlayObject = 2083739024, + rage__cutfParticleEffectObject = 1696721139, + rage__cutfPedModelObject = 462317467, + rage__cutfPlayParticleEffectEventArgs = 222809975, + rage__cutfPropModelObject = -1998478145, + rage__cutfRayfireObject = 578480161, + rage__cutfScreenFadeEventArgs = 303942334, + rage__cutfScreenFadeObject = -1453264675, + rage__cutfSubtitleEventArgs = -1079940687, + rage__cutfSubtitleObject = 307438872, + rage__cutfTriggerLightEffectEventArgs = -639970749, + rage__cutfVehicleExtraEventArgs = -181023018, + rage__cutfVehicleModelObject = 2042362651, + rage__cutfVehicleVariationEventArgs = 918254035, + rage__cutfWeaponModelObject = -1266694819, + rage__eLodType = 1264241711, + rage__ePriorityLevel = 648413703, + rage__fwArchetypeDef__eAssetType = 1991964615, + rage__fwContainerLodDef = 372253349, rage__fwGrassInstanceListDef = 2085051229, rage__fwGrassInstanceListDef__InstanceData = -309922526, rage__fwInstancedMapData = -246803010, rage__fwPropInstanceListDef = -1174104208, + rage__parAttributeList = 1334016442, rage__phVerletClothCustomBounds = 847348117, rage__spdAABB = -210245432, rage__spdGrid2D = -1695816913, rage__spdSphere = 1062159465, - RainNormalControls = 575311042, - RainNormalSampler = -384069711, + RageRagdollImpulseTuning = -889509632, + rainnormalcontrols = -1881238583, + rainnormalsampler = 205121072, + Ram = -1207884527, + rampage_little_seoul = 1518670552, + rampage_rockford_hills = 154314028, + rampage_south_ls = 855514417, + rancho_gang = -564083303, + rancho_sc = 116771963, + rancho_tramps = 282950945, RandomCharOffset = -1359204115, + RandomEventData = -181625965, + RandomEventName = 790968462, + RandomEventTimeIntervalMax = -1453616268, + RandomEventTimeIntervalMin = -1947016629, + RandomEventType = -2140774190, + RandomEventTypeName = -1421254211, + RandomiseLeadingHand = -1883980787, + RandomiseSettledTime = -1894277870, + Randomness = -1234603623, range = 332484516, + RangeOffset = -1083247421, + RangePercentage = 2083139838, + RangeToUseDynamicCoverPointMax = -1550148161, + RangeToUseDynamicCoverPointMin = -1618061809, + RapidFireBoostShotImpulseMult = 926832193, + RapidFireBoostShotMaxRandom = -1838396566, + RapidFireBoostShotMinRandom = -1225026877, + RapidHitCount = 1056935054, + RappellingAlignment = -30484519, Rate = -1308225522, - RawInstanceBuffer = -287407750, - rcpFrame = 917859930, + rawinstancebuffer = -1761144551, + rblade_1fast = 451472348, + rblade_1mod = -153804926, + rblade_2fast = -695656374, + rblade_2mod = 1768767594, + rblade_3fast = -365446266, + rblade_3mod = 1496111458, + rcpframe = -678162550, + ReactAndFleeBlendOutPhase = 851779527, + ReactionMode = -466357352, + ReactionTime = 1025142686, + ReactToOtherEntity = 409978509, rear = -2051866754, + RearExitSideOffset = 1266778169, rearIndicatorCorona = 103408473, - RedOff = 1583926568, - reductionDepthTexture = -663497279, - ReductionOutputTexture = -2053119568, - RefBlurMapSampler = 369452436, - ReflectanceSampler = 257804511, - reflectivePower = 1089996922, - reflectivePowerED = -835811929, - ReflectTextureSampler = -588424880, - refMipBlurParams = 1601259289, - RefMipBlurSampler = 315243833, - RefractionMapTexSampler = 460975042, - RefractSampler = 1227309113, + RecentlyLookedAtEntityModifier = -1323173129, + RecentlyLookedAtPlayerModifier = 975579249, + RecklessCarModifier = 813645662, + RecklessCarSpeedMax = 199234802, + RecklessCarSpeedMin = 1168459099, + RecoilShakeAmplitudeScaling = -2000042953, + RecreateWeaponTime = -588736763, + redoff = 550595403, + ReduceDownedTimeByPerformanceTime = 1128285975, + ReduceWithPedAngularVelocity = -1168212618, + ReduceWithPedVelocity = 1660316244, + reductiondepthtexture = 156102219, + reductionoutputtexture = -1204039045, + ReenterFallLandThreshold = -95534598, + refblurmapsampler = 553137719, + reflectancesampler = 2024624668, + ReflectionLodRangeEnd = -2025559252, + ReflectionLodRangeStart = -299887461, + ReflectionSLodRangeEnd = 1455403991, + ReflectionSLodRangeStart = -1502612224, + reflectivepower = 1002989215, + reflectivepowered = 680514554, + reflecttexturesampler = -1319518107, + refmipblurparams = 309170118, + refmipblursampler = -735453874, + refractionmaptexsampler = -1105926791, + refractsampler = -1896142475, + Refuel = -406832793, + RegainComet = 605981827, RegionDefs = -581859733, registerAs = 1419376801, + RegisteredStacks = -1011863214, + RegularExitDefaultPhaseThreshold = 5170829, + RejectLockIfBestTargetIsInCover = -691489067, + RejectLockonHeadingTheshold = 655402948, RelationshipGroup = -144370981, + RelativeAttachPosition = -1971115537, + RelativeAttachPositionSmoothRate = -1416914164, + RelativeAttachSpringConstantEnvelopeRef = -208422221, + RelativeAttachSpringConstantLimits = 1204776061, + RelativeAttachSpringConstantLimitsForPassengers = 340115724, + RelativeAttachSpringDampingRatio = -1376295120, + RelativeHeadingLimitsForMobilePhoneCamera = 503778969, + RelativeLookAtPosition = 54415504, + RelativeOffset = -7409695, + RelativeOrbitHeadingLimits = 1654683326, + Relaxation = 1783791261, + ReleaseDelay = -5157618, + ReleaseDuration = -228173800, + ReleaseSub = -1361355695, RemoveList = -922645965, - RenderCubeMapSampler = -1052596011, + RemoveReticuleDuringBlindFire = -1270952542, + RenderAimArcDebug = -1032782619, + RenderArcsAtCoverPosition = -45106325, + rendercubemapsampler = -1171107605, + RenderDebug = -1010280686, + RenderDebugDraw = -1497659122, + RenderDebugToTTY = -623981345, renderFlags = -55384384, - RenderMapPointSampler = 1318961061, - RenderMapPointSamplerMSAA = 1419051252, - RenderPointMapINT = -25156621, - RenderPointMapINTParam = -2014349990, - RenderTargetSize = -2077727473, - RenderTexArray = -1715390632, - RenderTexArraySampler = -177278793, - RenderTexFmask = 1723424784, - RenderTexMSAA = 596184489, - RenderTexMSAAINT = 588630912, - RenderTexMSAAParam = 873482533, + RenderId = -1504991212, + Rendering = 67050499, + rendermappointsampler = 1552806584, + rendermappointsamplermsaa = 840576025, + renderpointmapint = -1076607442, + renderpointmapintparam = 945456412, + rendertargetsize = -1702931628, + rendertexarray = 183558417, + rendertexarraysampler = 1776075411, + rendertexfmask = 334637039, + rendertexmsaa = -1906603197, + rendertexmsaaint = 1120019968, + rendertexmsaaparam = 445950974, Requests = -1551848142, requiredImap = 2090738474, RequiredIMapNames = 1767860162, requiresLoadingScreen = -1159883771, - RESERVE_VS_CONST_c253 = -1547776956, - RESERVE_VS_CONST_c254 = -1904041520, - RESERVE_VS_CONST_c255 = -337945472, + Reservations = -592894679, + reserve_vs_const_c253 = 888979958, + reserve_vs_const_c254 = 572824646, + reserve_vs_const_c255 = -716895860, + Reserved = -264834029, + reservedFSCharacters = -720940831, + reservedTerms = -589699439, + ReserveLocalPlayerNmAgent = -1710659842, + ReserveLocalPlayerNmAgentMp = 75381461, ResetNoCollisionOnCleanUp = -932217619, residentAnims = 2052114030, residentResources = 82002169, residentTxd = 1079754329, - ResolvedDepthSampler = 1991754944, - ResolvedDepthTexture = 1816618347, + resolveddepthsampler = 870591330, + resolveddepthtexture = 1168394501, + Resource = -257908702, + restaurant_night = -2064632135, Restriction = 26114980, - Result = 1233430953, + Restrictions = -973872738, + result = 1204638111, + ResultMult = -1993330104, + ResumeDistSq = 810755963, + ReticuleSlowDownCapsuleLength = 1217679840, + ReticuleSlowDownCapsuleRadius = 494811143, + ReticuleSlowDownRadius = 1424095429, + ReturnToNormalDistanceSq = 829574868, + ReturnZoneThreshold = -290925070, + ReverseLeftFootAlignAnims = 1175770299, reversingLight = 242592930, reversingLightCorona = -334102161, RFrontOffset = 1353482245, RGBI = 194542898, + richman_bevhills = -2015384053, + richman_glen_bevhills = 1916548608, + richman_streetgeneral = -537005135, Rifle = -1107614698, + RifleDamageMod = -931989861, + RightBoneOffset = 697293397, + RightGrip = -1358123754, + RightHandOffset = -2382839, rightHeadLight = 1381853174, rightHeadLightMultiples = -833020629, + RightPickUpTargetLerpPhaseEnd = 58162742, + RightPickUpTargetLerpPhaseEndBicycle = -185265357, + RightPickUpTargetLerpPhaseStart = 1933869525, + RightPickUpTargetLerpPhaseStartBicycle = -899007521, + RightPullUpTargetLerpPhaseEnd = -2030020518, + RightPullUpTargetLerpPhaseEndBicycle = -595384610, + RightPullUpTargetLerpPhaseStart = 1089127336, + RightPullUpTargetLerpPhaseStartBicycle = 149985112, rightTailLight = -1244980967, rightTailLightMultiples = -1984221119, - rimAmount = 2104351677, - rimPower = 1678854158, + RightWire = -1717166142, + rimamount = -344020130, + rimpower = 1017175370, rimRadius = 1671388815, - RippleBumpiness = -1077187314, - RippleData = 1068427440, - RippleScale = -1728630419, - RippleScaleOffset = 1234555548, - RippleSpeed = 652200245, + ripplebumpiness = -1186526416, + rippledata = 1154845288, + ripplescale = -741523867, + ripplescaleoffset = 1931187426, + ripplespeed = 1172914979, + RMPTFX_FILE = 2041822787, Roads = 177164187, + RocketSettings = -148226231, + rockford = 601104499, + rockford_hills_day = -1748894683, + rockford_hills_night = -1003702464, + rockford_residential_bevhills = 577684089, + rockford_residential_bluecollar = -1971023983, + rockford_shop_bevhills = -123729091, + rockford_shop_streetgeneral = -1395890456, Roll = -1715143802, + RollAcceleration = 802099030, + RollAngleScale = -2055988305, + RollForBraking = -1140426486, + RollForMaxYaw = 1251049479, + RollForMinYaw = 1128820245, + RollForNormal = -1278023453, + RollingFall = -1507380997, + rollKd = -1555913420, + rollKi = 1158342846, + rollKp = -598075554, + RollSettings = -80321234, + RollSpringConstant = 261121990, + RollSpringDampRatio = 1003830880, + RollUpHeightThreshold = 2106002013, roomFrom = -193932547, + RoomIdx = -1158378411, rooms = -853485656, roomTo = -1687906783, - ropeColor = 1593336245, + RootLiftForce = 2143662100, + ropecolor = -892025097, rotate = -391868903, - rotation = 2010988560, Rotation = -1923768401, + rotation = 2010988560, + RotationChangeRate = -625225051, RotationLimitAngle = 648763416, + RotationLookAhead = -1151832352, + RotationTowardsLos = 1899363737, + RouteArrivalDistance = 157944410, + RouteLengthThresholdForApproachOffset = -4099909, + RouteLengthThresholdForFinalApproach = 394374347, + RouteLookAheadDistance = 1396210696, + RouteRadiusFactor = -33136179, RPF_FILE = 81740897, RPF_FILE_PRE_INSTALL = 31119764, + RubberBulletKnockdown = -1232442936, RumbleDuration = 79170607, + run = 285848937, + RunAndGunAimCamera = 724878846, + RunAndGunInterpolateInDuration = 674462637, + RunAndGunOutroTime = -415497695, + RunAngAccel = 469859232, + RunForever = -214992361, + Running = -489728339, + RunningAgainstBulletImpulseMult = 930478842, + RunningAgainstBulletImpulseMultMax = -1402226252, + RunningPedModifier = 1209452937, + RunningWithBulletImpulseMult = 188546747, + RunwayProbes = 731090194, RUpOffset = -351539544, + s_central = 1270994027, + SAC_Randomize = 1962395292, + SAC_Retain = -1953835781, + SafeDistance = -1756185441, + SafeTimeBeforeLeavingCover = -178101297, + SafetyProportionInDefensiveAreaMax = 189140842, + SafetyProportionInDefensiveAreaMin = 1022323136, samp = -1997590, - sampFiltered = 367908731, - sampleAngle = 228202063, - sampleScale = 1973995063, + sampfiltered = 200703167, + sampleangle = 1030071922, + samplescale = 65527032, + sampleSize = 1245538595, + sand_compact = -1897236771, + sand_loose = -1745057350, + sand_wet = 1064898850, + SAT_BULLET_TIME = -1550115157, + SAT_CAR_SLOWDOWN = 2137706596, + SAT_INSULT = -2125600259, SAT_NONE = 836773056, - scale = 1342385372, + SAT_RAGE = -711175312, + SAT_SNAPSHOT = 977651983, Scale = 1018839014, - Scale_ = 116180525, + scale = 1342385372, scale_ = -1015717473, + Scale_ = 116180525, + ScaleAccelWithDelta = 801104139, + scaleBySunIntensity = 59101696, scaleFactor = -333139948, SCALEFORM_DLC_FILE = 258049916, - ScaleIn = -1681554079, + SCALEFORM_PREALLOC_FILE = -1685491348, + SCALEFORM_VALID_METHODS_FILE = -1125535434, + ScaleHeadShotImpulseWithSpineOrientation = 1833987390, + scalein = 1489667163, ScaleRange = -1603907866, ScaleRangeXYZ = -27718896, ScaleRangeZ = -1360959273, - scalerLum = 607248655, + scalerlum = 1241172112, + ScaleSnapWithSpineOrientation = 125672080, + ScaleStayUprightWithVel = -402857476, ScaleVariationXY = 754964759, ScaleVariationZ = -1692326832, + ScaleWithMass = -1654664569, + ScaleWithUpright = 1033385210, + ScaleWithVelocity = -1586866431, ScaleXY = -1166584740, scaleXY = -1667029449, - ScaleZ = 712150328, scaleZ = 284916802, - ScanlineFilterParams = -133820019, + ScaleZ = 712150328, + ScalingFactor = -244136848, + ScanDistance = 1702320721, + scanlinefilterparams = -300256074, + ScanRadius = -1571296536, SCENARIO_INFO_FILE = -2050534433, + SCENARIO_POINTS_FILE = 276092270, + SCENARIO_POINTS_OVERRIDE_FILE = 33804852, SCENARIO_POINTS_PSO_FILE = 1653171061, SCENARIO_POP_STREAMING_NORMAL = 79175210, + SCENARIO_POP_STREAMING_SMALL = 1152280719, + ScenarioDelayAfterFailureMax = -285030242, + ScenarioDelayAfterFailureMin = -290216506, + ScenarioDelayAfterFailureWhenStationary = 1166603434, + ScenarioDelayAfterNotAbleToSearch = 2129795449, + ScenarioDelayAfterSuccessMax = -1406975053, + ScenarioDelayAfterSuccessMin = 1467495810, + ScenarioDelayInitialMax = 1049520739, + ScenarioDelayInitialMin = -1987961727, ScenarioPoints = -328448962, ScenarioPopStreamingSlot = -854552185, + ScenarioScanOffsetDistance = 1173793332, + ScenarioScanRadius = -1576321764, + ScenarioToScenarioPedModifier = 645696278, ScenarioType = 191322199, - ScreenBlurFade = 840907512, - ScreenCenter = -2327685, - screenRes = 1972093665, - ScreenRez = -1830996126, - ScreenSizeHalfScale = -548938521, + scoop_1mod = -2002746881, + scoop_2mod = -2128150891, + scoop_3mod = -1807975868, + score = 2134238453, + ScoreCalculationsPerFrame = 1815040418, + Scoring = -961580274, + screenblurfade = 337464727, + screencenter = -1439036994, + ScreenRatioForMaxFootRoom = -312679848, + ScreenRatioForMaxFootRoomInTightSpace = 695725580, + ScreenRatioForMinFootRoom = 2014345705, + ScreenRatioForMinFootRoomInTightSpace = -1845117672, + screenres = -1312022588, + screenrez = 1216400687, + screensizehalfscale = -1178950847, + SCRIPT_BRAIN_FILE = -1616790609, + Scripted = 1420062864, + scripted = 1670758327, + scripted_alarms = -1730997211, + scripted_louder = 682050869, + scripted_tv = 201797022, SCRIPTFX_FILE = -1118416578, - SeamTextureSampler = -1477262842, + SCROLLBARS_FILE = -301240681, + ScubaGear = 7473239, + ScubaGearVariations = 1092654765, + ScubaGearWithLightsOff = 505931244, + ScubaGearWithLightsOn = 1478092361, + ScubaMaskProps = -1973273627, + seamtexturesampler = 1888072213, + SearchRotateAngleLookAhead = 1512295050, + SearchThreatMaxDot = 1574888900, + SearchToCoverCosTolerance = -1402044227, + SeatBlendAngSpeed = 580774094, + SeatBlendLinSpeed = -868161033, + SeatDisplacementSmoothingRateDriver = -989878148, + SeatDisplacementSmoothingRatePassenger = 166726527, SeatIndex = -1690312187, + SeatPosition = 788888146, Seats = 368310011, + SecondaryFocusParentToTargetBlendLevel = -1759332769, secondaryTimecycleName = -1039642468, - seeThroughColorFar = 908585777, - seeThroughColorNear = -1443609679, - seeThroughColorVisibleBase = -2051133987, - seeThroughColorVisibleWarm = -2140059670, - seeThroughParams = 2119255365, - SegmentSize = 1775180845, - SelfShadowing = 39239443, + SecondsBeforeWarpToLeader = -631419224, + SecondsSinceInWaterThatCountsAsWet = -1083356884, + sectionSplitList = -82490107, + seethroughcolorfar = -463765688, + seethroughcolornear = -1282065657, + seethroughcolorvisiblebase = -2135920348, + seethroughcolorvisiblewarm = -924757891, + seethroughparams = -210328229, + segmentsize = -1783962875, + selfshadowing = 1840833647, + SensesRange = 1188235128, + SeparationDrag = -854032883, + SeparationPickup = 383086153, + SeparationPutdown = -194855591, sequencer = -1054194052, sequencerBpm = 1335282710, + SetFallingReactionFallOverVehicle = 246824093, + SetFallingReactionFallOverWall = -723964390, + SetFallingReactionHealthy = 1126347982, + SetFallingReactionInjured = -480557449, sets = -273802511, Sets = 778639775, settings = -1526810889, Settings = 1654011315, + SettingsRef = 926775845, + SettleAnimStateInfos = 260425135, + SettledTimeMinMS = -2065013047, + SettledTimeMS = 2088054141, Sexiness = 867165133, + SF_AltBackDriverSide = -1939230326, + SF_AltBackPassengerSide = -2142190944, + SF_AltFrontDriverSide = -537104381, + SF_AltFrontPassengerSide = 1261964441, + SF_BackDriverSide = -359284828, + SF_BackPassengerSide = -1731921527, + SF_FrontDriverSide = 982742767, + SF_FrontPassengerSide = 469567916, SF_HOT_PERSON = -682682741, SF_JEER_AT_HOT_PED = 213733388, - SfxWindSampler3D = 239608076, - shader_cableAmbient = 1087685242, - shader_cableDiffuse = -2070921336, - shader_cableDiffuse2 = 1036204679, - shader_cableEmissive = -1873703637, - shader_fadeExponent = -551768257, - shader_radiusScale = -668673295, - shader_windAmount = -1497098147, + sfxwindsampler3d = 2060224441, + shader_cableambient = -1756598525, + shader_cablediffuse = 1793087594, + shader_cablediffuse2 = 115414613, + shader_cableemissive = 132015748, + shader_fadeexponent = -1879947703, + shader_radiusscale = -2069610565, + shader_windamount = 33262047, shaderVariableComponents = -607680183, shaderVariableHashString = 490746723, - shaderVariables = -704403875, + shadervariables = -1986465184, shadowBlur = -622251143, - ShadowFacingOffset = -1849489548, + shadowfacingoffset = 2069856698, shadowFadeDistance = 1944267876, - ShadowFalloff = 1631631718, + shadowfalloff = 1293272419, shadowmap_res = -64241494, - shadowMapSamp = -718127082, + shadowmapsamp = -82630313, shadowNearClip = 954647178, - shadowParams2 = 1998516976, + shadowparams2 = -2001467551, + ShakeAmplitude = 415335014, + ShakeAmplitudeScalingForShootingAbilityLimits = 1149560055, + ShakeFirstPersonShootingAbilityLimits = 937843974, + ShakeRef = 1511687083, + SharkAddRangeInViewMin = 750370993, + SharkFleeDist = -1147032754, + SharkModelName = -1968963601, shockingEventAudioRangeOverride = 345540543, shockingEventVisualRangeOverride = -2074745321, + ShockingFilmSpeechHash = 1372129940, + ShockingSpeechChance = 1805287691, + ShockingSpeechHash = 1884622848, + shoe_barefoot = 1461428428, + shoe_cowboy_boots = -1455058916, + shoe_dress_shoes = -1095020730, + shoe_flip_flops = 2060154316, + shoe_golf_shoes = -1455048112, + shoe_heavy_boots = 1032158653, + shoe_heels = 2000019839, + shoe_high_heels = -366259008, + shoe_normal_heels = -357812579, + shoe_rubber = -557752768, + shoe_rubber_boots = -1099993562, + shoe_scuba_flippers = 378813016, + shoe_trainers = -969315760, + ShootRateModifier = 920840724, SHOP_PED_APPAREL_META_FILE = -105943367, - shortRange = 178074428, ShortRange = -577950923, + shortRange = 178074428, + Shot = -2081718750, + ShotAgainstWall = -1830377544, + ShotgunChanceToMoveHeadImpulseToSpine2 = -1888836219, + ShotgunChanceToMoveNeckImpulseToSpine2 = 895546582, + ShotgunChanceToMoveSpine3ImpulseToSpine2 = -1077705112, + ShotgunLiftNearThreshold = -223657928, + ShotgunMaxLiftImpulse = -530297426, + ShotgunMaxSpeedForLiftImpulse = -715300353, + Shots = -265602655, + ShouldAimSweepOverrideOrbitPitchLimits = 184490319, + ShouldAlign = 2033261313, + ShouldAlignOnVehicleExit = -862990472, + ShouldAllowInterpolationSourceCameraToPersistReticule = -56912233, + ShouldAllowOtherCollisionToConstrainCameraIntoEntities = 615517883, + ShouldApply = 651835053, + ShouldApplyAimSensitivityPref = -2109959215, + ShouldApplyAttachOffsetRelativeToCamera = -487254038, + ShouldApplyAttachParentRoll = -282145791, + ShouldApplyAttachPedPelvisOffset = -1433739935, + ShouldApplyBuoyancy = 959048093, + ShouldApplyDamping = -1955512181, + ShouldApplyInAttachParentLocalSpace = -546473352, + ShouldApplyRoll = 436250856, + ShouldApplyScaling = 1357431466, + ShouldApplySniperControlPref = -1939807623, + ShouldApplyWeaponFov = -1377014453, + ShouldAttachToFollowPedHead = -1635612840, + ShouldAttachToFollowPedSeat = 339929903, + ShouldAttachToParentCentreOfGravity = 372575308, + ShouldAttachToVehicleBone = -569770300, + ShouldAttachToVehicleExitEntryPoint = -1865860301, + ShouldBlendOutWhenAttachParentIsInAir = -816861725, + ShouldBlendOutWhenAttachParentIsOnGround = 1212391588, + ShouldBlendWithAttachParentMatrixForRelativeOrbitBlend = -301295783, + ShouldByPassNearClip = -187777055, + ShouldCalculateXYDistance = 9156722, + ShouldConsiderAttachParentForwardSpeedForPullAround = -437337107, + ShouldConsiderAttachParentLocalXYVelocityForPullAround = -249723566, + ShouldConsiderData = -631015891, + ShouldConstrainCollisionRootPositionAgainstClippingTypes = 823526659, + ShouldCopyVehicleCameraMotionBlur = 1232220671, + ShouldDetect = 1134622566, + ShouldDisplayReticule = 1348911901, + ShouldDisplayReticuleDuringInterpolation = 870186590, + ShouldDuck = 1848522270, + ShouldFleeDistance = 2097584563, + ShouldFleeFilmingDistance = 2071699275, + ShouldFleeVehicleDistance = 1339551933, + ShouldFocusOnLockOnTarget = -157280449, + ShouldForceCutToOrbitDistanceLimitsForThirdPersonFarViewMode = 1953360151, + ShouldIgnoreAttachParentMovementForOrientation = 1256703824, + ShouldIgnoreAttachParentPitchForLookBehind = -1501386217, + ShouldIgnoreBuoyancyStateAndAvoidSurface = 134488060, + ShouldIgnoreCollisionWithAttachParent = 1949881438, + ShouldIgnoreCollisionWithFollowVehicle = -431660093, + ShouldIgnoreFollowVehicleForCollisionOrigin = -598429215, + ShouldIgnoreFollowVehicleForCollisionRoot = -2081839958, + ShouldIgnoreOcclusionWithBrokenFragments = 1921983042, + ShouldIgnoreOcclusionWithBrokenFragmentsOfIgnoredEntities = -969187479, + ShouldIgnoreOcclusionWithRagdolls = 1973279102, + ShouldIgnoreOcclusionWithSelectCollision = -1638119023, + ShouldIgnoreVelocityOfAttachParentAttachEntity = 1933402526, + ShouldIgnoreVerticalPivotOffsetForFootRoom = 881872463, ShouldLatchShut = 1101824832, + ShouldLockHeading = 2098973612, + ShouldLockOnToTargetEntityPosition = 1419212045, + ShouldLockVerticalOffset = 1581058504, + ShouldMakeAttachedEntityInvisible = 1478931781, + ShouldMakeFollowPedHeadInvisible = 1762086384, + ShouldMakePedInAttachSeatInvisible = 1538342627, + ShouldMoveTowardsLos = 1510673380, + ShouldOrbitRelativeToAttachParentOrientation = -1448157467, + ShouldPersistOrbitOrientationRelativeToAttachParent = -1292466803, + ShouldPersistPopInBehaviour = -1532791387, + ShouldPullAroundToAttachParentFront = -2086390550, + ShouldPullAroundToBasicAttachParentMatrix = -826473914, + ShouldPullAroundUsingSimpleSpringDamping = -680470300, + ShouldPullBackByCapsuleRadius = 1356103878, + ShouldPushBeyondAttachParentIfClipping = 724966028, + ShouldReportAsCameraTypeTest = 1876340735, + ShouldRestictToFrontSeat = 523999628, + ShouldRewardMoneyOnDeath = 89900819, + ShouldScriptedAimTaskOverrideOrbitPitchLimits = -1114119401, + ShouldSetBuoyantWhenAttachParentNotFullySubmerged = 448788827, + ShouldSweepToAvoidPopIn = 1756495672, + ShouldTerminateForDistanceToTarget = 179124010, + ShouldTerminateForOcclusion = 474380051, + ShouldTerminateForPitchAndHeading = -122540444, + ShouldTerminateForWorldPitch = 1301968002, + ShouldTerminateIfOccludedByAttachParent = 1072193524, + ShouldTestForClipping = 2106075408, + ShouldTestForMapPenetrationFromAttachPosition = 1051168964, + ShouldToggleAccurateModeInput = 288255802, + ShouldToggleViewModeBetweenThirdAndFirstPerson = -690412546, + ShouldTorsoIkLimitsOverrideOrbitPitchLimits = -1023404011, + ShouldUseAccurateModeInput = -2011345035, + ShouldUseBaseAttachPosition = -2020017651, + ShouldUseCustomCollisionOrigin = -1592088434, + ShouldUseCustomFramingInTightSpace = -261516615, + ShouldUseDiscreteZoomControl = 1466092206, + ShouldUseDynamicCentreOfGravity = 799910142, + ShouldUseGameTime = 820757070, + ShouldUseLockOnAiming = 1301399000, + ShouldUseLockOnAimingForDriver = 721433849, + ShouldUseLockOnAimingForPassenger = 1821508366, + ShouldUseLookBehindCustomPosition = 956615974, + ShouldUseLookBehindInput = -180669790, + ShouldUseViewModeInput = 509270218, + ShouldUseZoomInput = 1706209718, + ShouldValidateLockOnTargetPosition = 114759485, + ShuntAccelerateMag = 1917995403, + ShuntAccelerateMagBike = -1274912099, + ShuntDamageMultiplierAI = 158324629, + ShuntDamageMultiplierPlayer = 851764695, + SideOffset = 2119254607, + SideScale = 1948575789, SidestepClipSet = 1255368790, + SideSwipeForce = -881363883, + SideZoneThreshold = 1333345561, + sigmoidConstant = -1008228958, + silence = -791193846, + silent_cutscene_pvg = 1896822940, + silent_pvg = 423993118, + SimulationTimeInMs = -1013259188, + sirenCorona = 472016577, + sirenLight = -203278844, Sirens = -1695017739, + sirens = 2047330294, sirenSettings = -2064934131, + SitToStillBikeClipId = 1718435094, + SitToStillCharClipId = -1953100496, + SitToStillClipId = -343477430, Situations = -1748270391, size = -1068310873, size_far = 388176731, - skinColourTweak = -895621162, - SkinParams = -1489677899, - SkyColor = -95947202, - SkyMapSampler = -1002021299, - skyPlaneColor = -967439896, - skyPlaneParams = 287330933, + sizeEvo = 1814735825, + skincolourtweak = -1438440893, + skinparams = 441924618, + SkipGotoHeadingDeltaDegrees = 2090002900, + SkipGotoXYDist = 699708569, + SkipGotoZDist = 790344800, + SkipHolsterWeapon = 45502974, + skycolor = 1706854363, + SkyDiveProbeDistance = 343578348, + SkyDivingCamera = 365994391, + skymapsampler = 2000097477, + skyplanecolor = -719001318, + skyplaneparams = 2005428036, sLevelData = -46946957, + SlideWalkAnimRate = -123550472, SLOD_HUMAN = 2092589681, + SLOD_KEEP_LOWEST = 462532381, + SLOD_LARGE_QUADPED = -798789858, + SLOD_NULL = 551739454, + SLOD_SMALL_QUADPED = 1128152005, + SlopeSlide = 862016535, slot = 933689839, slotNames = -2096655080, + SlowApproachRate = -1964383302, + slowDistance = -2123081765, + SlowDown = 1251865784, + SlowDownDist = -1609145528, + SlowDownDistance = -184518727, + SlowdownDistance = -351016218, + SlowDownDistanceMax = 1781466093, + SlowDownDistanceMin = 947493336, + SlowDownSpeed = -1608816855, + SlowFastSpeedThreshold = -44548685, + SlowMinTurnApproachRate = -597982886, SLOWNESS_ZONES_FILE = 819490736, - smallCloudColorHdr = -338834715, - smallCloudColorXHdrIntensity = 1616289383, - smallCloudConstants = -394109689, - SmartBlitCubeMapSampler = -1686320664, - SmartBlitCubeMapTexture = -2109940103, - SmartBlitSampler = 266255126, - SmartBlitTexture = 805749384, - SmokeParams = 418817881, - SmokeSampler = -1550668683, + SlowPedalToFreewheelBlendDuration = 1900606204, + SlowRunRateMax = 843042981, + SlowRunRateMin = -335195174, + SlowTurnAcceleration = -366914703, + SlowTurnApproachRate = -633660216, + SMALL_REACTION = -1385944743, + SmallCapsuleCoverPenalty = 184089910, + SmallCapsuleCoverRadius = 1348626108, + smallCharge = -1819530931, + smallcloudcolorhdr = 1741381730, + smallcloudcolorxhdrintensity = -2114002972, + smallcloudconstants = 376734756, + smartblitcubemapsampler = -90831488, + smartblitcubemaptexture = 712004116, + smartblitsampler = 909202272, + smartblittexture = -60067442, + SmgDamageMod = 167232035, + smokeparams = -1349805220, + smokePtFxEnabled = 174438245, + smokePtFxLevelOverride = 1794720348, + smokePtFxName = -2078581740, + smokesampler = -1815771113, + SmoothRate = 1863632928, Sniper = -1094411918, - SnowSampler = 1758472773, - SnowSampler0 = -1087968123, - SnowSampler1 = -1300114629, - SoakFrameInfo = -549714171, + SniperImpulses = -708993316, + SniperLegShot = -1291028445, + snowsampler = -1141337616, + snowsampler0 = 43291740, + snowsampler1 = 296170113, + soakframeinfo = -1972161177, + SoftLockBreakDistanceMax = -2070481159, + SoftLockBreakDistanceMin = 1661550302, + SoftLockBreakValue = -227164725, + SoftLockFineAimBreakXYValue = 1403902499, + SoftLockFineAimBreakZValue = -741086022, + SoftLockFineAimXYAbsoluteValue = 352361634, + SoftLockFineAimXYAbsoluteValueClose = 1117580274, + SoftLockTime = 2124028122, + SoftLockTimeToAcquireTarget = -861907176, softness = 187712958, + Sonar = 409760750, + sortIndex = -1609433462, + source = 572563616, + SP_High = 44700989, SP_Low = 1535176458, SP_Medium = 1318432000, SP_MULTIPLAYER_RESIDENT = 330835765, @@ -2988,62 +7825,96 @@ public enum MetaName : int SP_STATS_DISPLAY_LIST_FILE = 957687860, SP_STATS_UI_LIST_FILE = -446580117, SP_STREAMING = 1647646833, + SP_Variation = -428746532, + SPACE_BIG = 652367616, + SPACE_END = 1961485429, + SPACE_MED = -1986028463, + SPACE_SMALL = -1002093296, SpaceOffset = 1314537973, - spacing = 370899326, Spacing = 1644991037, + spacing = 370899326, + SpActivationModifiers = 1742296994, + Spawning = -97157272, + SpawningChasesEnabled = 1201683089, spawnType = -33719681, - SpecDesaturateExponent = 175419451, - SpecDesaturateIntensity = -113535613, - SpecExp = -300325112, + spec = 1912906641, + specCols = 666439252, + specdesaturateexponent = -1275496208, + specdesaturateintensity = 716647240, + specexp = 191070201, specFalloff = -31265401, - specFalloffAdjust = -1005508805, + specfalloffadjust = 227128491, specFresnel = -990830848, - specFresnelExp = 1574577396, - specFresnelMax = 1269276941, - specFresnelMin = -315865317, + specfresnelexp = 1058370591, + specfresnelmax = -102411816, + specfresnelmin = 1243102889, + SPECIAL_AIRPORT = -533312541, + SPECIAL_NONE = 514090469, + specialAbilities = 1644716366, + SpecialAbilityType = 2011786168, specialAttribute = 1813324772, + specialZoneAttribute = 218662697, specInt = 583457853, - SpecIntensity = -40059940, - specIntensityAdjust = -521314013, - specMapExpMask = 1345433674, - specMapIntMask = 713943914, - specMapReflectMask = -132930303, - SpecSampler = 1087876818, - SpecSampler_layer01 = -1906608438, - SpecSampler_layer23 = 2036647885, - specTexTileUV = 233648954, - specular2Color = 2040763392, - specular2Color_DirLerp = 789789383, - specular2ColorIntensity = -152391762, - specular2ColorIntensityED = -1065866323, - specular2ColorIntensityRE = -1905553363, - specular2Factor = 2133745720, - specular2FactorED = 735699410, - specularColorFactor = -855161438, - specularColorFactor1 = -635476268, - specularColorFactor2 = 1499587931, - specularColorFactor3 = 664469966, - specularColorFactorED = -1219463982, - specularFactor = -1363579170, - specularFactor1 = -319799557, - specularFactor2 = -1549718434, - specularFactor3 = 156825548, - specularFactorED = 1909610324, + specintensity = -584482811, + specintensityadjust = -123359014, + specmapexpmask = 1709596004, + specmapintmask = -15634147, + specmapreflectmask = -946547026, + specsampler = 1619499462, + specsampler_layer01 = 2048257998, + specsampler_layer23 = -698832230, + spectextileuv = 1430901041, + specular2color = 685871723, + specular2color_dirlerp = -1562361416, + specular2colorintensity = -365615386, + specular2colorintensityed = 1998056897, + specular2colorintensityre = -122556397, + specular2factor = 629012244, + specular2factored = -869900133, + specularcolorfactor = 1212833469, + specularcolorfactor1 = 475502710, + specularcolorfactor2 = 1361248780, + specularcolorfactor3 = 1060953664, + specularcolorfactored = 1250428158, + specularfactor = 376311761, + specularfactor1 = 1627805193, + specularfactor2 = -1889717574, + specularfactor3 = -1219820907, + specularfactored = -1797846641, specularFadeDistance = -144080248, - SpecularFalloff = -2096030285, - specularFalloffMult = 2050279904, - specularFalloffMultSpecMap = -462986897, - specularFresnel = 1906192426, - SpecularIntensity = -736157348, - specularIntensityMult = -1791915395, - specularIntensityMultSpecMap = 917706517, - specularNoiseMapUVScaleFactor = 1353315858, - SpecularPower = -1594600680, + specularfalloff = -337927178, + specularfalloffmult = -2022422912, + specularfalloffmultspecmap = -1546100102, + specularfresnel = 666481402, + specularintensity = -1453341387, + specularintensitymult = -199740593, + specularintensitymultspecmap = 1058366663, + specularnoisemapuvscalefactor = -822201788, + specularpower = -1981449270, + speech = 163313604, + speech_ambient = 410026006, + speech_breathing = -1624955506, + speech_pain = 2021015895, + speech_scripted = -1216721331, speed = -107519445, - speedConstants = -1507399368, + speedconstants = -263423493, + SpeedDifferenceForMaxDistanceToStartMatchingSpeed = 1979699436, + SpeedDifferenceForMinDistanceToStartMatchingSpeed = 2025348338, + SpeedForMinimumDot = 1301007976, + SpeedForNarrowestAnglePickPOI = 1078877377, + SpeedLimitsForVerticalMoveSpeedScaling = 1914871967, + speedMult = 1478381657, + SpeedToAlwaysDive = -1381702933, sphere = 953812642, - sphereReflectionSkyIntensity = -426043408, + spherereflectionskyintensity = 798112437, Spheres = -421738249, + SphereTestRadiusForDeadWaterSettle = -1783569046, + spike_1mod = -1498360291, + spike_2mod = -316655541, + spike_3mod = -231550839, + SpineStrengthTuning = -1721947859, + SpinOut = 1954107545, + SPLargeAccidenThresold = 803970846, splashInPtFxEnabled = -1726696024, splashInPtFxName = 1671048614, splashInPtFxRange = 424335064, @@ -3075,261 +7946,905 @@ public enum MetaName : int splashWadePtFxSpeedRiverEvoMin = 1052618905, splashWadePtFxSpeedVehicleEvoMax = 1036775998, splashWadePtFxSpeedVehicleEvoMin = 1176468081, - SplatterFrameInfo = -1424767091, + splatterframeinfo = 1795230185, spName = -40425246, spotLight = 1568651848, - srcTextureSize = 361587073, - sslrCenter = 1102649363, - sslrParams = -1813788007, - SSLRSampler = 1350989973, + SpreadLimit = 662073465, + SpringConstant = -131148176, + SpringDampingRatio = 731206835, + SpringForce = -2008650372, + SpringMountRef = -273093317, + SprintControlData = -466086526, + SprintExhausted = 29931670, + Sprinting = -2100754951, + SprintingDeath = -617996215, + SprintingLegShot = 1190774472, + SprintReplenishFinishedPercentage = -679615464, + SprintReplenishRateMultiplier = -1083007207, + SprintReplenishRateMultiplierBike = 600117053, + SPRITE_1 = 394130841, + srctexturesize = -1923528380, + SSAOLightInten = 1099319606, + sslrcenter = -2061267177, + sslrparams = -1901412029, + sslrsampler = 362115574, sStatsMetadataTuning = -835533413, + stadium_streetgeneral = -1024828196, StaggerFall = 2002487478, + StairsFootInterp = -1005085740, + StairsFootInterpCoverAim = 2144071841, + StairsFootInterpIntersecting = -623461054, + StairsPelvisInterp = -1717433630, + StairsPelvisInterpCoverAim = 1271955779, + StairsPelvisInterpMoving = -1992389487, + StairsPelvisMaxNegativeDeltaZCoverAim = -400713335, + StairsSpringMultiplierMax = 816343475, + StairsSpringMultiplierMin = 369470094, + StaminaEfficiency = 1862920964, + StandAlignMaxDist = 996663150, Standard = -1942564970, - StarFieldBrightness = 1996013611, - starfieldIntensity = 1908155372, - StarFieldSampler = 1831487712, - StarFieldUVRepeat = -543430960, - start = -2065946849, + standard_female = -516282786, + standard_male = 1860494962, + standard_ped = -1591543968, + standard_player_female = -481233787, + standard_player_male = 190297546, + StandardAI = 1367672446, + StandardBlendOutThresholds = -1442971714, + StandClip0Id = -1449311080, + StandClip1Id = 1744028122, + StandClip2Id = 1441580086, + StandingLandHeadingModifier = 176941965, + starfieldbrightness = 257351982, + starfieldintensity = 1720801864, + starfieldsampler = -146422375, + starfielduvrepeat = -2083784627, Start = -1221828987, + start = -2065946849, + StartAggressive = 987294494, + StartAnimatedTurnsD = -1165206040, + StartCatchFall = 1213801104, + StartClipWaitTime = 123069407, + StartClipWaitTimePlayer = 1412213192, + StartDefault = 385444229, + StartDelayDuration = 966603625, + StartEngineClipId = 723740105, + StartEngineForce = -1119053119, + StartExtendedProbeTime = -1661779066, + StartForceDownHeight = -1923296685, startHour = 625204231, - StarThreshold = -1736764904, + starthreshold = 2069166037, StartImapFile = -1831995606, + StartingEnergy = -1270135088, + StartLocomotionBlendoutThreshold = 1243932439, + StartLocomotionDefaultBlendDuration = 1266064609, + StartLocomotionDefaultBlendOutDuration = 1010088937, + StartLocomotionEarlyOutBlendOutDuration = -380957945, + StartLocomotionHeadingDeltaBlendoutThreshold = 562952832, + StartLocomotionWalkRunBoundary = 1107407285, StartModel = 226559569, startPhase = -1073120873, + StartPosition = -224656476, + StartRollDownStairs = -1661760416, startsLocked = -1090394949, + StartToIdleDirectlyPhaseThreshold = 265096732, + StartTurnThresholdDegrees = 1138520829, + StartWeak = -1432817525, + StartWindmill = 776602752, + StaticLosTest1Offset = -1545446254, + StaticLosTest2Offset = -208152119, StationaryReactions = -1674337659, statMods = 216311195, STATS_METADATA_PSO_FILE = 1289107292, + StayUpright = 509938192, + StayUprightAtMaxVel = 930009703, + StayUprightAtMinVel = -770874934, StdDoorOpenBothDir = 1469697918, StdDoorOpenNegDir = -1638915631, + StdDoorOpenPosDir = -1409955790, StdDoorRotDir = 1083750337, + StdVehicleMinPhaseToStartRotFixup = -1994843180, + StealthNoisePeriodMS = -2014296640, + StealthSpeedThresholdHigh = 2089726799, + StealthSpeedThresholdLow = 324788932, + StealthVehicleTypeFactorBicycles = 897691679, + StealthZoomSettings = -684046343, + SteepSlopeStartAnimatedTurnsD = -1712863538, + SteepSlopeStopAnimatedTurnsD = 1722856329, + SteepSlopeThresholdD = -1240556991, + SteerAngleControl = -689232543, + SteeringChangeToStartProcessMoveSignals = -1888228906, + SteeringChangeToStopProcessMoveSignals = -382627651, + SteeringDeadZone = -1762770730, + SteeringDeadZoneCentreTimeMS = 1503418851, + SteeringDeadZoneTimeMS = 1683629424, steeringwheel = 1325046900, - StencilCopy = 868883695, - StencilCopySampler = 199457033, - StencilCopyTexture = -1171565513, - StencilTech = 316765109, + stencilcopy = -1445928498, + stencilcopysampler = 2084502919, + stencilcopytexture = 526908546, + stenciltech = 471113370, + StepInfos = 1592390985, + StepOutCapsuleRadiusScale = -1740904418, + StepOutLeftX = 1144003052, + StepOutRightX = -611513435, + StepOutX = 259942193, + StepOutY = -39074932, + SteppingAnimStateInfos = -1287100280, + SteppingApproachRate = -1738169083, + SteppingApproachRateFast = 1705449547, + SteppingApproachRateSlow = -267652066, + SteppingEdgeTestEndYOffset = -1673411763, + SteppingEdgeTestStartYOffset = 1342115678, + SteppingHeadingApproachRate = -204049953, + SteppingMovementSpeed = -1998376488, + StepTransitionMaxAngle = 1584333756, + StepTransitionMinAngle = -1761146477, + StickDownDuration = -119715452, + StickDownMinRange = 488214823, + StickValueForMax = -1758060282, + StickValueForMin = 1576728196, + StickX = 1871798248, + StickY = 1965746967, + StickyId = -2130065375, Stiffness = 294387850, + StillAccTol = 1079251923, + StillDelayTime = -1247268734, + StillPitchAngleTol = -1799123940, + StillToSitApproachRate = -790220156, + StillToSitClipId = 1322656239, + StillToSitLeanRate = 651496609, StillToSitPedalGearApproachRate = -1908582128, - StippleSampler = 1757139484, + stipplesampler = -1116263686, + StopAnimatedTurnsD = 1268028398, + StopDistSq = 1791608761, + StopPhaseThreshold = 1520516679, + StoppingAnimStateInfos = 2080209369, + StoppingDistanceGallopMBR = -530662099, + StoppingDistanceRunMBR = -1786242949, + StoppingDistanceWalkMBR = 792142948, + StoppingGotoPointRemainingDist = 577153356, + StopResponseWhenExpired = -1985385103, + StopTurnThresholdDegrees = 1142247737, + StopWatchDistance = -2113833748, + StrafeAcceleration = 1363831855, StrafeClipSet = 1514292895, + StrafeDirectionLerpRateMaxAI = 1204182041, + StrafeDirectionLerpRateMaxPlayer = -1525787886, + StrafeDirectionLerpRateMinAI = -1785567600, + StrafeDirectionLerpRateMinPlayer = 1932572913, + StraightLineDistance = 474269749, + strawberry_gang = 1084379725, + strawberry_sc = -781737393, + strawberry_tramps = -531037599, + streakDirection = 2002769312, + StreamConnectedSeatAnims = -1147127255, + streamed_female = 991949850, + streamed_male = -280669884, + streamedMusc = -53229499, + StreamedOneHandedCoverMovementClipSetId = -726510228, + StreamedUnarmedCoverMovementClipSetId = -1153296186, + StreamEntryAndInVehicleAnimsTogether = 1924248769, + STREAMING_FILE = 265895563, + STREAMING_FILE_PLATFORM_OTHER = 1322995281, + STREAMING_FILE_PLATFORM_PS3 = -40547031, + STREAMING_FILE_PLATFORM_XENON = 569488699, STREAMING_REQUEST_LISTS_FILE = -1429505902, streamingExtentsMax = -1574001867, streamingExtentsMin = -584941025, + StreamingName = 692898807, streamingPolicy = 827725946, streamingPriority = -634798171, + StreamInVehicleAndEntryAnimsTogether = -58164169, STREET_VEHICLE_ASSOCIATION_FILE = -1051431351, strength = -14924249, + StrongBlastMagnitude = 1446526858, + strRecordedRequest = -938665842, + strRequestRecording = 1353902600, + strResourceReference = -1746962696, Stubble = -1528952051, - StubbleControl = -1649226743, - SubColor = -1519252934, - SubScatWidth = -438449417, - SubScatWrap = -1532396076, - SubsurfaceColor = 1323239518, - SubsurfaceIntensity = 937221714, - SubsurfaceRollOff = -319308657, - SubViewportParams = -1550653709, - SunAxias = -509982446, - SunCentre = 351183056, - sunColor = 1226569788, - sunColorHdr = -1457699202, - sunColour = 939251219, - sunConstants = -1646564363, - sunDirection = -1863230554, - sunDiscColor = 1723483444, - sunDiscColorHdr = 533148152, - SunElevation = -1184139219, - sunHdrIntensity = 1070981994, - sunPosition = -1911415371, - SunRaysParams = -431920199, - SunsetColor = 16073181, - SunSize = -2079290395, + stubblecontrol = -298858135, + StuckOnVehicle = 648899635, + StuckOnVehicleBlendOutThresholds = -1811982477, + StuckOnVehicleMaxTime = 1360661757, + StuckOnVehiclePlayer = -1414232091, + StuckUnderVehicle = 1316017959, + StuckUnderVehicleMaxUpright = 1218193578, + StuckUnderVehiclePlayer = 600771112, + StuckWaitTime = 774340160, + StuckWaitTimeMp = -184791828, + StunnedDistanceSpringConstant = 399773061, + StunnedDistanceSpringDampingRatio = 340673450, + StunnedHeadingSpringConstant = 1625429307, + StunnedHeadingSpringDampingRatio = -1880800736, + StunnedPitchSpringConstant = 1044796272, + StunnedPitchSpringDampingRatio = 122790262, + StuntJump = -1716537970, + StuntJumpPitchInDirectionComponent = 2080285568, + StuntJumpPitchInDirectionForce = -1675103848, + subcolor = -976417160, + SUBMARINE = -1757778384, + SubmergedBlendOutThreshold = -782134860, + subscatwidth = 993622972, + subscatwrap = 511449331, + subsurfacecolor = 1759569064, + subsurfaceintensity = 1096960668, + subsurfacerolloff = -424088632, + subviewportparams = -1474099796, + sunaxias = -1733816753, + suncentre = 240054980, + suncolor = 891485471, + suncolorhdr = 1049428866, + suncolour = 1204497173, + sunconstants = 1546824331, + sundirection = -1687588118, + sundisccolor = -737427927, + sundisccolorhdr = 1079908950, + sunelevation = 569130658, + sunhdrintensity = -1142431172, + sunposition = -1344920385, + sunraysparams = 291571442, + sunsetcolor = -1592568207, + sunsize = 1478210724, + SuperHighFallStart = -2094371025, SuperlodType = 868617040, - SurfaceTextureSampler = 1301483601, - SweatMapSampler = -1990799315, - switchOn = -1232899680, + SurfaceHeightFallingLerpRate = -863564014, + SurfaceHeightFollowingTriggerRange = -552077073, + SurfaceHeightRisingLerpRate = 1039725890, + SurfacePitchLerpRate = 61986925, + SurfaceProbeHead = 1909345264, + SurfaceProbeTail = 1086011957, + SurfaceProjectionDistance = -2147199179, + SurfaceSkimmerDepth = 1405419534, + surfacetexturesampler = -430223977, + SurfaceZOffset = -1665028889, + Surprised = 730897041, + Swat = 507550818, + sweatmapsampler = -1964008483, + SweepClip0Id = -664049444, + SweepClip1Id = -1177097802, + SweepClip2Id = -226500449, + SwerveTime = -706716226, + swingarm = -365934076, + SwingSpeedAtMaxSkidSpeed = 2084746057, + switchon = -1144022979, + SwitchToNextPointDistJogging = -6970931, + SwitchToNextPointDistWalking = 1010415847, + SwitchToStraightLineDist = -1885311586, syncToBpm = 43887647, + tacticalXml = 2014698042, Tag = -2079754673, + TailgateDistanceMax = 10772112, + TailgateIdealDistanceMax = -654517040, + TailgateIdealDistanceMin = -1193356329, + TailgateSpeedMultiplierMax = 94249946, + TailgateSpeedMultiplierMin = -1859444446, + TailgateVelocityMin = -1189088107, tailLight = 1210163367, + taillight_l = -1286144947, + taillight_r = 914195096, tailLightCorona = -190966202, tailLightMiddleCorona = -715668492, + TakeCustodyDistance = 116998034, + TakedownProbability = -1060478855, tangent = -1905325143, + TapAdd = -622895883, Target = -428830959, + TargetArriveDist = -359084999, targetAsset = 662555360, + TargetDirectionMinDot = -863578496, + TargetDistance = -1994275660, + TargetDistanceFallOffMax = -1785420390, + TargetDistanceFallOffMin = 780951691, + TargetDistanceFromVehicleEntry = -1640196971, + TargetDistanceMaxWeightingAimTime = -1400865075, + TargetDistanceWeightingMax = 1298342428, + TargetDistanceWeightingMin = -8496756, + TargetHeadingWeighting = 379592677, + TargetInfluenceSphereRadius = -48259794, TargetingThreatModifier = 41162556, + TargetJackRadius = 1336699435, + TargetMaxSpeedToStrafe = 2121954925, + TargetMinDistanceToAwayFacingNavLink = 1032956977, + TargetMinDistanceToRoute = 1578284711, + TargetMinSpeedToIgnore = -950888648, TargetOffset = -2119474358, + TargetOffsetFilter = -6191654, TargetRadius = 1146856098, - targetSize = 1926355063, - targetSizeParam = 1073288884, + TargetRadiusForCloseNavMeshTask = 1670586696, + TargetRadiusForMoveToPosition = -2797139, + TargetRadiusForOrientatedAlignRun = -1396417996, + TargetRadiusForOrientatedAlignWalk = -390590763, + TargetReached = -1339523921, + TargetRearDoorOpenRatio = 1172728662, + targetsize = 1880392259, + targetsizeparam = 1053269285, TaskDataName = 653610287, + TaskMessage = 191752587, TATTOO_SHOP_DLC_FILE = 1223910633, + TB_COLD = -467625345, + TB_DEAD = -1206412947, + TB_HOT = -1585267625, TB_WARM = 1158270414, - TearGasParams = -2114031829, + TC_Randomize = 279516121, + TC_Retain = -1280678520, + teargasparams = 1288904305, TechSavvy = 248494816, Teeter = -786578978, + TeeterControl = -2029273325, + TeeterEdge = 1040810614, template = -1092328110, - TerrainGridCentrePos = 943233059, - TerrainGridForward = -1294487883, - TerrainGridHighHeightCol = -1728389452, - TerrainGridLowHeightCol = 1024395053, - TerrainGridMidHeightCol = -488431865, - TerrainGridParams = -555961755, - TerrainGridParams2 = -1802042954, - TerrainGridRight = 872005521, - tessellationMultiplier = 283990531, + terminal_construction = -854490717, + terminal_specificjob = -620576414, + terraingridcentrepos = -669010676, + terraingridforward = 1519085164, + terraingridhighheightcol = 580500403, + terraingridlowheightcol = -1358882336, + terraingridmidheightcol = -1688667567, + terraingridparams = 1298168495, + terraingridparams2 = -1115282466, + terraingridright = 1294931141, + TerritorialScenario = 763077056, + tessellationmultiplier = 1934793340, + TestLowLodIdle = 718713683, texData = -206031734, - TexelSize = -1669479975, + texelsize = -1134320745, + TexId = 1424942312, texId = 1785432003, - Texm = 1361183801, + texm = 169731954, TEXTFILE_METAFILE = 1142425891, - TextureClamp = -1103296056, + textile_bluecollar = -1015806258, + textile_streetgeneral = 2072811124, + textile_tramps = 187018675, + TextLabel = 2047169098, + textureclamp = 812052183, + TextureDictID = 2104882549, textureDictionary = 1976702369, - TextureGrassSampler = 1314267966, + texturegrasssampler = -207740918, TextureId = -677383152, + TextureKey = 1994003276, textureName = 440050042, - TextureNoWrapSampler = 1725074506, + texturenowrapsampler = -1337410931, Textures = 1767854039, - textureSamp = -855321313, - TextureSampler = 1039686781, - TextureSampler2 = -361155369, - TextureSampler_layer0 = 880654213, - TextureSampler_layer1 = -1296878594, - TextureSampler_layer2 = -933142694, - TextureSampler_layer3 = -886479638, - TextureSampler_layer4 = -655622033, - TextureSampler_layer5 = 1704532455, - TextureSampler_layer6 = 1462140162, - TextureSamplerDiffPal = -1795861708, + texturesamp = 485865047, + texturesampler = 726757629, + texturesampler2 = 90460676, + texturesampler_layer0 = -718597665, + texturesampler_layer1 = 606121937, + texturesampler_layer2 = 831736502, + texturesampler_layer3 = 2025281789, + texturesampler_layer4 = 235963313, + texturesampler_layer5 = 1429049834, + texturesampler_layer6 = 1784855636, + texturesamplerdiffpal = -1416068322, TextureSetName = 539384795, - TextureSize = -141125709, + texturesize = -308419107, ThermalBehaviour = -1040977255, - TiledLightingSampler = 1599950024, + THIRD_PERSON_FAR = -1524185452, + THIRD_PERSON_MEDIUM = -805321824, + THIRD_PERSON_NEAR = -1721846337, + ThirdPersonVehicleAimCameraRef = 961264130, + ThreatDirWeight = -1153462394, + ThreatEngageDirWeight = -1173603242, + ThreatResponseArmed = 1842245065, + ThreatResponseMelee = -1512496712, + ThreatResponseUnarmed = 1368196689, + Threshhold = 1066024874, + ThresholdRun = 317231619, + ThresholdWatch = -599129433, + ThresholdWatchAfterFace = 1236817557, + ThresholdWatchStop = -1238243003, + ThrottleControl = 1718221861, + throttleKd = 528950431, + throttleKi = 974150069, + throttleKp = -1721198484, + ThrottleMultiplier = -1779589848, + ThroughWindScreenBlendInDuration = 1384973258, + ThroughWindscreenDamageAi = 1443265623, + ThroughWindscreenDamagePlayer = 91246296, + ThrowLongClipId = -1783394695, + THROWNWEAPONINFO_FILE = 1339784773, + ThrowProjectileClips = 1011459206, + ThrowProjectileClipSetId = 76855168, + ThrowShortClipId = 573759163, + ThrowSmokeGrenadeTuning = -1206219713, + TighterTurn = -1519360817, + TightSpaceSpringConstant = 488216999, + TightSpaceSpringDampingRatio = 1406371922, + tiledlightingsampler = -715470821, + Tiles = -1793263901, time = 258444835, + TIME_DEPENDENT = -1265391140, TIME_FILE = 1428695449, + timeAfterAimingToApplyAlternateScalingMax = -294665993, + timeAfterAimingToApplyAlternateScalingMin = 1097326038, + timeAfterAimingToApplyDistanceBlend = -2016282570, + TimeAfterAttractionMs = -879729515, + TimeAfterChainTestFailedMs = 884187023, + TimeAfterFailedConditionsMs = 281170344, + TimeAfterGunshotForPlayerToPlayIdles = -1237818022, + TimeAfterGunshotToPlayIdles = 1718176557, + TimeAfterNoBoundsMs = 2108114328, + TimeAheadForBrake = 1369613048, + TimeAheadForBrakeOnWideRoads = -1015045300, + TimeAheadForGetInPosition = 1751757949, timeAndStateFlags = -1182549018, + TimeBefore = 353469799, + TimeBeforeDriverAnimCheck = 2064516214, + TimeBeforeFiringMax = 6520997, + TimeBeforeFiringMin = 1761265942, + TimeBeforeInitialForcedFire = 1561898282, + TimeBeforeOvertakeToMatchSpeedWhenCruising = -1225716906, + TimeBeforeOvertakeToMatchSpeedWhenPulledOver = 847675324, + TimeBetweenAddingDangerousVehicleEvents = -417842839, + TimeBetweenArmedMeleeAttemptsInMs = -1076713330, + TimeBetweenBlockingAreaChecksMS = -910382006, + TimeBetweenBrokenPointChecks = 1732510557, + TimeBetweenBurstsAbsoluteMin = 913069912, + TimeBetweenBurstsMax = 1662854346, + TimeBetweenBurstsMaxRandomPercent = -1253845484, + TimeBetweenBurstsMin = 1007771611, + TimeBetweenCarChaseShockingEvents = -1819367055, + TimeBetweenChecksToLeaveCowering = -458808580, + TimeBetweenCoverPointSearches = -2000302806, + TimeBetweenDifficultyUpdates = -1389769332, + TimeBetweenDoorChecks = 910622893, + TimeBetweenExitVehicleDueToRouteChecks = -122087570, + TimeBetweenForcedFireStates = 1133862058, + TimeBetweenGroundProbes = 2107629661, + TimeBetweenHandsUpChecks = 1422617106, + TimeBetweenIncreasingAvoidanceAngle = 530164593, + TimeBetweenInfluenceSphereChecks = 847783567, + TimeBetweenInvalidateInvalidDispatchVehicles = 606050838, + TimeBetweenLineOfSightChecks = -1505606752, + TimeBetweenLookAts = -1010601711, + TimeBetweenMarkDispatchVehiclesForDespawn = -1328386614, + TimeBetweenPeeksWithoutLOS = 1685929346, + TimeBetweenPlayerArrestAttempts = 1777999076, + TimeBetweenPlayerEvents = -508344347, + TimeBetweenPointUpdates = 933911179, + TimeBetweenReactionIdlesMax = 1213974814, + TimeBetweenReactionIdlesMin = 1003164741, + TimeBetweenRouteAdjustments = 368954988, + TimeBetweenScenarioScans = 95380765, + TimeBetweenSearchesForNextScenarioInChain = -2146824009, + TimeBetweenSeekChecksAtTacticalPoint = -1729231150, + TimeBetweenShotsAbsoluteMin = -160575963, + TimeBetweenShotsMax = -1845925253, + TimeBetweenShotsMin = 965484170, + TimeBetweenShoutTargetPosition = -352795205, + TimeBetweenSpawnAttempts = -1216016904, + TimeBetweenSpawnAttemptsModifier = 296253880, + TimeBetweenSwitchToClearTasks = 2109232134, + TimeBetweenTestSpheresIntersectingRoute = -218424850, + TimeBetweenWaterHeightMapChecks = 1094365177, + TimeBetweenWaterProbes = -760500063, TIMECYCLE_FILE = 755616351, TIMECYCLEMOD_FILE = -1501217109, timeCycleModifiers = -1348715559, timecycleName = -1570643799, + TimedMessages = -1611300294, + TimeEvadingForMaxValue = -620916346, timeFlags = -2046175956, + TimeForEyeIk = 420989827, + TimeForRunAndGunOutroDelays = 1555086572, + TimeForTakedownTargetAcquiry = -1315038089, + TimeInSeconds = 704872957, + TimeInWheelieToEnforceMinPitch = -1640012987, + TimeMinBeforeLastPoint = -597047923, + TimeMinBeforeLastPointType = -1127802809, timeMultiplier = 1771951321, - TimeOfDay = 1786844376, - timeTillPedLeaves = 213640539, + timeofday = 1778950238, + TimeOfDayDofModifers = -792603331, + TimeOfDayRandomnessHours = 643049118, + TimeOnGroundToDrive = -213434604, + Timers = 577434903, + TimeScale = -311321400, + TimeSinceLastSpottedToLeaveEngineOn = -409100491, + TimeSinceNotWantingToTrackStandToAllowStillTransition = -825122348, + TimesliceMinDistToTarget = -1901817609, + TimesliceTimeAfterAvoidanceMs = 47710483, + TimeStillToTransitionToTrackStand = -1116390503, TimeTillPedLeaves = -221369102, - TintBlendAmount = 933288618, - tintBlendLayer0 = -330892134, - tintBlendLayer1 = -636659673, - tintBlendLayer2 = 1104816067, - tintBlendLayer3 = 799507294, - tintBumpiness = -271123636, - tintBumpSampler = -905625114, - TintIntensity = 1740338818, - TintPaletteSampler = 1239865600, - tintPaletteSelector = -914599103, - tintSampler = 1595475657, + timeTillPedLeaves = 213640539, + TimeToAllowCachedStickInputForMelee = 694461643, + TimeToApplyPushFromVehicleForce = -1492247539, + TimeToAvoidTargetAfterDamaged = -66129531, + timeToCatchfallMS = 382034967, + TimeToCircle = 432972202, + TimeToConsiderEnterInputValid = 195183113, + TimeToCower = -1774437001, + TimeToDelayChaseOnFoot = 259290858, + TimeToFlapMax = 177240921, + TimeToFlapMin = -1973685706, + TimeToGiveUp = -1888172167, + TimeToHoldFireAfterJack = -1420453275, + TimeToLeaveMinBetweenAnybody = -1381644595, + TimeToLeaveRandomAmount = -656258586, + TimeToLeaveRandomFraction = -1204053619, + TimeToLive = -119018602, + TimeToLookAhead = -577881567, + TimeToLookAheadForCollision = 1222335592, + TimeToLookBehind = -1662121050, + TimeToSignalVehiclePursuitToCriminalMax = -342694071, + TimeToSignalVehiclePursuitToCriminalMin = 972295474, + TimeToStare = -670988785, + TimeToStartCatchFall = -672506010, + TimeToStartCatchFallPlayer = -1678556367, + TimeToThrowWeaponMS = -140903972, + TimeToThrowWeaponPlayerMS = -1474200320, + TimeToUseUrgentTransitionsWhenThreatened = -1732971183, + TimeToWait = 1118835093, + TimeToWaitAtPosition = -1224086148, + TimeUntilDeletionWhenHurrying = -268416807, + TimeUntilDeletionWhenStuckOffscreen = 731604244, + TimeUntilRelease = 331709996, + timeWarpScale = 448101701, + TimeWhenStuckToIgnoreBird = -1352762209, + tintblendamount = 481228442, + tintblendlayer0 = 549865893, + tintblendlayer1 = -676612255, + tintblendlayer2 = -989785588, + tintblendlayer3 = -69304378, + tintbumpiness = -882299871, + tintbumpsampler = -833263560, + tintintensity = -618208034, + tintpalettesampler = -163012505, + tintpaletteselector = -36202801, + tintsampler = 1530343050, tintValue = 1015358759, - tonemapColorFilterParams0 = 1989145601, - tonemapColorFilterParams1 = 157948343, - TonemapParams = 204444684, + tonemapcolorfilterparams0 = 324960120, + tonemapcolorfilterparams1 = 48979602, + tonemapparams = -1892623709, top = 1281216666, - TopCloudBiasDetailThresholdHeight = -847565093, - TopCloudColor = 1111498886, - TopCloudDetail = 1681467921, - TopCloudHeight = -2032857015, - TopCloudLight = 214381147, - TopCloudThreshold = 26382917, - topLum = 565905635, + topcloudbiasdetailthresholdheight = -1824772581, + topcloudcolor = -1640810501, + topclouddetail = -403638244, + topcloudheight = 1826174990, + topcloudlight = 1738437051, + topcloudthreshold = 1907493970, + TopComponent = 883722394, + toplum = -1762541097, + ToPose = 1765007258, + TopSpread = 1191223326, TorqueAngularVelocityLimit = -755945531, - TotalElapsedTime = -239173060, - TrackAnimUV = 110336583, + TorqueMultiplier = -2111905094, + totalelapsedtime = -456669878, + TotalStickInput = -243996624, + tourists = -242863505, + TowardsDoorPushAngleDotTolerance = -1031919901, + trackanimuv = -535167622, tracks = 794089857, + TrackStandLeftBikeClipId = 413582134, + TrackStandLeftCharClipId = 1792476542, + TrackStandRightBikeClipId = 688331024, + TrackStandRightCharClipId = 697395711, + TrackStandToStillLeftBikeClipId = 2145122814, + TrackStandToStillLeftCharClipId = 1736721816, + TrackStandToStillRightBikeClipId = 2112680596, + TrackStandToStillRightCharClipId = -1988420803, TrafficLightLocations = -606683603, TRAILER = -65942117, + TRAIN = -650398278, TRAINCONFIGS_FILE = 751887759, TRAINTRACK_FILE = 680882864, - TransColor = 1420488864, - TransparentDstMapSampler = 920621687, - TransparentSrcMap = 1123491566, - TransparentSrcMapSampler = -1354321392, - TransPos = -375138994, - TransTex0 = 1258489950, - TransTex1 = -1523761999, - TransTex2 = 1869074727, - treeLod2Normal = -593300595, - treeLod2Params = -1877459131, + tramp = 295674176, + transcolor = -1834735545, + TransitionReactionTime = -12901397, + Transitions = -2019244102, + TranslationChangeRate = 86992154, + transparentdstmapsampler = -1844041378, + transparentsrcmap = -1526547140, + transparentsrcmapsampler = -619209546, + transpos = -714819337, + transtex0 = 719147892, + transtex1 = 1023997899, + transtex2 = 88705101, + treelod2normal = 1105633214, + treelod2params = 1951298816, + TrespassGuardModelName = 560650271, + TriggerAmbientReactionChances = 449694767, TriggerBoxMinMax = -1652673950, + TripleHeadNearClip = 1634093344, + TS_HIGH = 956599249, TS_LOW = -4616673, + TuckFreeWheelToTrackStandRightBikeClipId = 182997087, + TuckFreeWheelToTrackStandRightCharClipId = -76435518, + TUNABLE_OBJECTS_FILE = -783277957, Tunables = 508571515, Tuning = -1977000702, TuningName = -1373390456, + TurbulenceSettings = 668098498, Turn = -647898997, + Turn180ActivationAngle = 956068907, + Turn180ConsistentAngleTolerance = 997046562, + TurnAcceleration = 660335017, + TurnClipRate = 849148447, + TurnEndAnimStateInfos = -1461453743, + TurnEnterAnimStateInfos = 313911161, + TurnFromRoll = 320841962, + TurnFromStick = 914788843, + TurningEnergyLowerThreshold = -1993304951, + TurningEnergyUpperThreshold = -403190668, + TurningRate = -2029334951, + TurningTolerance = -687519175, + TurnLeftFastClipId = 139557085, + TurnLeftSlowClipId = 1974526496, turnOffBones = -530945191, turnOffExtra = -1402545920, - txABC_Texture = -1104917198, - txCOC_Texture = 1735625609, + TurnResetThresholdD = -355419963, + TurnRightFastClipId = -685948528, + TurnRightSlowClipId = -670905328, + TurnSpeedMBRThreshold = 545188344, + TurnTime = 992439102, + TurnToIdleTransitionDelay = 246989054, + TurnTransitionDelay = -751329982, + TurnWalkStartAnimStateInfos = 2132068389, + turret_a1 = -302257022, + turret_a2 = 1077448950, + turret_a3 = 1382757723, + turret_a4 = 614062521, + turret_b1 = -511159725, + turret_b2 = -1455136308, + turret_b3 = -1156315797, + turret_b4 = -1894142601, + TwoHandedClipSetName = 646946550, + txabc_texture = 737921561, + txcoc_texture = 849209715, txdRelationships = 110813075, txdToLoad = 465628444, txdToUnload = -1922544619, - txX_Texture = -271419462, - txYn_Texture = 1123548286, + txx_texture = -1851908886, + txyn_texture = 314367857, type = 828747869, + typeFile = -2073710018, TypeNames = -1237496025, types = 138573281, - tyreDeformParams = -2099519024, - tyreDeformParams2 = 718578257, - tyreDeformSwitchOn = -111612490, + tyredeformparams = 1573146290, + tyredeformparams2 = -209283408, + tyredeformswitchon = 1318515464, + uAimToIdleLookAtTime = 1015010494, + uAITimeBetweenGreeting = -106471274, uAvailableInMpSp = 717991212, - UIColor = -614473875, - UIColorXformOffset = -1857919525, - UIColorXformScale = 53882468, - UIPosMtx = -1781203, - UIPremultiplyAlpha = 598304837, - UITex0Mtx = -1284729539, - UITex1Mtx = -62139930, - UITexture0 = -1032343571, - UITexture1 = -1338438800, - umGlobalOverrideParams = 2081189459, - umGlobalParams = 2086385023, - uMovementParams = -769790099, - umTriWave1Params = -936179014, - umTriWave2Params = 1194169826, - umTriWave3Params = 1150173239, - UnderLightStrength = -1398307931, + uCheckForChargeTargetPeriodMS = 1748071312, + uCheckForSmokeThrowPeriodMS = 1637328324, + uConsiderRecentChargeAsActiveTimeoutMS = 698042866, + uConsiderRecentThrowAsActiveTimeoutMS = 865965443, + uDistanceCheckPeriodMS = -1840352566, + uHourFlags = -1535236820, + uicolor = -1856612881, + uicolorxformoffset = 805638785, + uicolorxformscale = 1696850869, + uiposmtx = -1923324914, + uipremultiplyalpha = 653605664, + uitex0mtx = 1320157902, + uitex1mtx = -2075508037, + uitexture0 = -404689269, + uitexture1 = -707966364, + uLightFlags = -1866039655, + uMaxNumActiveChargers = 1678873512, + uMaxNumActiveThrowers = -1424480935, + uMaxTimeInMSToPlayRingTone = -377404234, + umglobaloverrideparams = -953245085, + umglobalparams = 570415642, + uMinTimeBetweenChargesAtSameTargetMS = -1589216568, + uMinTimeBetweenThrowsAtSameTargetMS = -54775353, + uMinTimeForSamePedToChargeAgainMS = 921957248, + uMinTimeForSamePedToThrowAgainMS = -2086447974, + umovementparams = -1138482314, + umtriwave1params = 1002429420, + umtriwave2params = 1181853954, + umtriwave3params = -2103129112, + UnarmedBonus = 1120630761, + UnarmedInCoverTargetingDistance = 1369945566, + UncertaintySettings = 71599683, + UncuffDistance = 85726558, + UnderCarMaxVelocity = -518624049, + underlightstrength = 618284065, + UnderVehicle = -1032273119, + UnderVehicleContinuousContactTime = -688381518, + UnderVehicleInitialDelay = 2055428725, + UnderVehicleVelocityThreshold = 1061400063, + Underwater = -1034043152, + underwater_loud = -267689199, + underwater_muted = -1325638752, + underwater_swimming = 2137972630, + UnderwaterRelax = 1203310844, UnholsterClipData = 1235872865, UnholsterClips = -783923565, UnholsterClipSetId = -1016918904, unregisterResources = 910312539, - unsharpAmount = -1787269908, + unsharpamount = 982234565, + uNumPedsToTransitionToRainPerPeriod = -678255399, Update = 575805931, - UpdateOffset = 1002802338, - UpdateParams0 = 271925837, - UpdateParams1 = 522641456, + updateoffset = 1690179723, + UpdateOnVehicle = -1630958963, + UpdateOnVehiclePlayer = -2080805884, + updateparams0 = 1210532871, + updateparams1 = 1947442147, + UpdatesBeforeShiftingBounds = -2057827973, + UpDownStickInputMin = -1536040374, + UpDownStickInputSmoothingRate = 1495829016, + UpHillMinPitchToStandUp = 221837246, + upper_cotton = -856008180, + UpperArmImpulseCap = -719846924, + UpperArmNoTorsoHitImpulseCap = -952742699, + UpperBodyAimBlendInDuration = 1388147608, + UpperBodyAimBlendOutDuration = 870279090, UpperBodyFeatheredLeanEnabled = 2028170470, UpperBodyShadowExpressionEnabled = 1264317859, + UpStairsPelvisMaxDeltaZMoving = -1510397865, + UpStairsPelvisMaxNegativeDeltaZMoving = 1210483821, + UpwardMoveSpeedScalingInAir = 2018965896, + UpwardMoveSpeedScalingOnGround = 1487131765, + uRepeatedAttemptsBeforeTeleportToLeader = -1106050405, + Urgent = 638477469, + UseAttachDuringAlign = 1827422982, UseAutoOpenTriggerBox = -142996236, + UseAutoPeekAimFromCoverControls = 1366091002, + UseBalanceForEdgeActivation = 1435456656, + UseButtonToMoveAroundCorner = 92660424, + UseByDefault = -964100393, + UseCameraOrientationForBackwardsDirection = -214482356, + UseCameraOrientationWeighting = -1032474180, + UseCameraOrientationWhenStill = -1638676320, + UseCapsuleTests = -1262029176, + UseCombatEntryForAiJack = -1953515004, + UseConstantIntroScaling = 1930123256, + UseConstantOutroScaling = 28269420, + UseDriveByAssistedAim = -1460472238, + UseEnclosedSearchRegions = 759464384, + UseExtraHeading = 1171907848, + UseFineAimSpring = 1815260878, + UseInitialLeanForcing = 1694816095, + UseLastSeenPosition = -1406703188, UseLeftHandIk = 1829639529, + UseLegIkOnBikes = -442225761, + UseLockOnTargetSwitching = -1352930173, + UseMeleeHeadingOverride = -1894958943, + UseMoverPositionWhilePeeking = -433983741, + UseMovingDirectionDiff = 26697373, + UseNewSlowDownCode = 1214053169, + UseNewStepAndWalkStarts = -57969015, + UseNewTurns = -1697625940, + UseNewTurnWalkStarts = -1676773894, + UseNonNormalisedScoringForPlayer = 1619169047, + UseOrientationFromParachuteBone = -684062482, + UsePreEmptiveEdgeActivation = -1424426578, + UsePreEmptiveEdgeActivationMp = 89764064, + UseRagdollTargetIfNoAssistTarget = -1457078617, + UserData1 = 647685198, + UserData2 = -92304360, useRealLights = 804083006, + UseRelaxBehaviour = -1483896407, + UseRemainingMinTimeForGroundWrithe = -338098284, + UseReticuleSlowDown = -1155325619, + UseReticuleSlowDownForRunAndGun = -1627531224, + UseReticuleSlowDownStrafeClamp = 1791816512, + UseReturnOvershoot = 347971119, UseSearchlight = 1524211135, - useTessellation = -841948561, - UseTreeNormals = 1264703242, + UseShortDistAngleRotation = -1705830831, + UseSlowInOut = -2122471441, + UseSprintButtonForCoverToCover = -1177518856, + UseStickHistoryForCoverSearch = -403407088, + usetessellation = 1176544093, + UseThreatWeighting = 1056793189, + usetreenormals = -523072188, + UseVerticalAxis = -1747251555, UseWeaponAnimsForGrip = 1775814871, - UVScalar = 1496976608, - uvScales = -1823100864, + uTicksUntilHangoutConversationCheck = 1226852111, + uTimeBetweenLookBacks = 891569975, + uTimeInMSUntilNewWeirdPedComment = 1037671842, + uTimeToLookBack = -1266995156, + uTimeToWaitAfterNewSayFailureInSeconds = 1968341934, + uvscalar = -1951221990, + uvscales = -1899804073, + v_34_deliveryrm = 1873829195, + v_34_processrm = 2131172512, + v_64_back = 291590403, + v_64_back_lower = -1659436086, + v_64_base2 = -1393602695, + v_64_cloak = -1595856874, + v_64_dance = 1921450756, + v_64_entry = 209242346, + v_64_entry_trans = -1224621048, + v_64_rear = -101371517, + v_64_rear_trans = 1532913744, + v_64_side = -1768270778, + v_64_side_upper = 593969979, + v_64_upper = 182753347, + v_recycle_chopper = -1600325300, + v_recycle_cor1 = -1670595625, + v_recycle_door = -272101940, + v_recycle_main = 1108714138, + v_recycle_office1 = -66141264, + v_recycle_shield = -1574881797, + v_recycle_stair2 = -296062134, + v_recycle_window = -1486016960, + ValidityProbes = 1879187973, Value = -186306543, + ValueForMax = 1433159873, + ValueForMaxDistanceFromOptimal = 502596100, + ValueForMaxDistanceFromPed = -1405701789, + ValueForMin = -1466632219, + ValueForMinDistanceFromOptimal = 744506381, + ValueForMinDistanceFromPed = 1140912184, + ValueForTooCloseToTarget = -904665486, + ValueForUnableToFind = 1083242382, variationData = -827418265, Variations = 1085728185, - vBoneVelocitiesX = 18201120, - vBoneVelocitiesY = 1270140769, - vCustomData = -336719306, - vecBatchAabbDelta = -396089869, - vecBatchAabbMin = -676419113, - vecCameraPos = 495555970, - vecPlayerPos = 1341601684, + Vault = 224741676, + VaultDepth = 428832696, + VaultExtraZGroundTest = -1204463073, + VaultFallTestAngle = 1723088470, + VaultHorizClearance = -668160136, + VaultVertClearance = 1828436652, + vbonevelocitiesx = 58804251, + vbonevelocitiesy = -2028679344, + vColour = -981157607, + vCorners = 2013990738, + vcustomdata = -1485922377, + vDirection = -506253805, + vecbatchaabbdelta = -1584991677, + vecbatchaabbmin = 1568822605, + veccamerapos = -404213567, + vecplayerpos = 2050268192, + veh_airport = -976134506, + veh_airport_mp = -800801225, + veh_army = -1311022709, + veh_army_mp = 1478794142, + veh_beach_bike = 875099148, + veh_beach_bike_mp = -1338242830, + veh_bicycles = 1387773269, + veh_bicycles_mp = -706671503, + veh_bikes = 347476719, + veh_bikes_mp = -341583196, + veh_boats = 1968910249, + veh_boats_freeway = 800811870, + veh_boats_freeway_mp = -1597030667, + veh_boats_mp = 769254936, + veh_copcar = 113873283, + veh_copcar_mp = -669392084, + veh_countrycoach = -270594309, + veh_countrycoach_mp = -1899559502, + veh_countryside_offroad = -414584889, + veh_countryside_offroad_mp = -2076254099, + veh_countryside_onroad = 1817408484, + veh_countryside_onroad_mp = 1218898747, + veh_freeway = -72866316, + veh_freeway_mp = -1703828570, + veh_haulage = -2034372955, + veh_haulage_mp = 443246348, + veh_large_city = -1215729029, + veh_large_city_mp = -138676505, + veh_lost = 927861950, + veh_lost_mp = -1584473503, + veh_mid = -1182070832, + veh_mid_mp = 326963640, + veh_poor = 454752152, + veh_poor_mp = 226581960, + veh_prologue = -473152682, + veh_prologue_mp = 595582180, + veh_rich = -134708737, + veh_rich_mp = -589561461, + veh_salt = 1026046820, + veh_salt_mp = 2143875649, + veh_taxi = -1778140528, + veh_taxi_mp = -818924475, + veh_test_complex = 297209538, + veh_test_simple = -1856408440, + veh_transport = 2042289260, + veh_transport_mp = 1022555546, + veh_utility = -1352071233, + veh_utility_mp = -557740018, + veh_yankton = 2030452436, + veh_yankton_mp = -1178406106, vehDirtGrowScale = -1375154355, vehDirtMax = 625824556, vehDirtMin = 1831590592, VEHGEN_MARKUP_FILE = -1861758012, - vehglassCrackTextureParams = 1821317143, - vehglassCrackTextureSampler = -1593363486, + vehglasscracktextureparams = -1251854805, + vehglasscracktexturesampler = -753197837, + vehGroups = -938797128, + VEHICLE_CAMERA_OFFSETS_FILE = 321643698, VEHICLE_LAYOUTS_FILE = 2004032454, VEHICLE_METADATA_FILE = -169827563, VEHICLE_POPULATION_FILE = -284912649, @@ -3338,26 +8853,212 @@ public enum MetaName : int VEHICLE_RESPONSE_DEFAULT = -308816507, VEHICLE_SHOP_DLC_FILE = -1091794150, VEHICLE_VARIATION_FILE = -68624849, + VehicleActivationForceMultiplierBicycle = 1598687789, + VehicleActivationForceMultiplierBike = 2070345117, + VehicleActivationForceMultiplierBoat = 1538253009, + VehicleActivationForceMultiplierDefault = 1953114585, + VehicleActivationForceMultiplierHeli = -1478998144, + VehicleActivationForceMultiplierPlane = -1719878310, + VehicleActivationForceMultiplierQuadBike = 1027107196, + VehicleActivationForceMultiplierTrain = 1298279329, + VehicleAttachPart = 1760348159, + VehicleCentreZOffset = -688154134, + VehicleCollisionElasticityMult = -91079286, + VehicleCollisionFrictionMult = 1270097093, + VehicleCollisionNormalPitchOverVehicle = 1698949999, + VehicleCollisionNormalPitchUnderVehicle = 760529768, + vehicleCorona = 1860240263, + VehicleCustomSettingsList = -1012439638, + VehicleEdgeProbeXOffset = 1461993132, + VehicleEdgeProbeZOffset = 370845448, + VehicleEntryExitPitchLevelSmoothRate = 135621085, VEHICLEEXTRAS_FILE = -1480484621, + VehicleFallingSpeedWeight = -938372435, + VehicleForwardInitialScale = 99981148, + VehicleForwardScale = 399270735, + VehicleJumpLookAtBlendRate = -306736621, + VehicleJumpLookAtTurnRate = -508925556, + vehicleLight = 1339481019, + vehicleLightSettings = -1713918104, + VehicleMinSpeedForAiActivation = 999125689, + VehicleMinSpeedForContinuousPushActivation = 1115174900, + VehicleMinSpeedForPlayerActivation = 1493712076, + VehicleMinSpeedForStationaryAiActivation = -1726938440, + VehicleMinSpeedForStationaryPlayerActivation = -490580350, + VehicleMinSpeedForWarningActivation = -911739350, VehicleModelSetNames = -467056755, + VehicleOnTopOfVehicleCollisionSettings = 227846107, + VehicleOverrides = -1402872852, VehiclePlates = 593302648, + vehicles_bicycles = -609403257, + vehicles_bicycles_mechanical = 134197036, + vehicles_boats_engines = 1823905713, + vehicles_boats_water = 343703808, + vehicles_brakes = 1315521004, + vehicles_car_by = -1585653574, + vehicles_chassis_rattle = 270455670, + vehicles_doors = -1654749413, + vehicles_engines_cooling = 1473309549, + vehicles_engines_damage = 431436680, + vehicles_engines_ignition = 325435029, + vehicles_engines_intake = 266876274, + vehicles_engines_loud = 607318229, + vehicles_engines_reflections = -1564624661, + vehicles_engines_startup = -1482615939, + vehicles_extras_loud = 1806509607, + vehicles_helis = -729063091, + vehicles_helis_distant = 1203937907, + vehicles_horns = -984559677, + vehicles_horns_loud = 1875957285, + vehicles_planes = 360518393, + vehicles_planes_close = 450576074, + vehicles_planes_distant = -1549898417, + vehicles_planes_extras = -1324156110, + vehicles_planes_jet = -1798582489, + vehicles_planes_prop = -1414157953, + vehicles_sirens = -981986756, + vehicles_suspension = -1773017791, + vehicles_train = -1394015462, + vehicles_train_brakes = 400861892, + vehicles_train_carriage = -337000218, + vehicles_train_clack = 1353825976, + vehicles_wheels = -1153185007, + vehicles_wheels_loud = -1107150455, + vehicles_wheels_skids = 1011082280, VehicleScale = 201238485, + VehicleSlowDown = 144280219, + VehicleSpeedToAbortCloseDoor = -1300037938, + VehicleTypes = 101865872, + VehicleVelToImpactNormalMinDot = 670176362, + VelMagStairsSpringMax = 1652778083, + VelMagStairsSpringMin = 1875736055, Velocity = -652183014, - Velocity1 = -1522172546, + velocity1 = 1362920836, Velocity2 = -1350331910, - VelocityBufferSampler = -1028927278, - VelocityMapSampler = 1650304401, - VelocityTexSampler = -1256990321, + velocity2 = 1853341690, + velocitybuffersampler = 415075366, + VelocityDeltaThrownOut = -732486450, + VelocityDeltaThrownOutPlayerMP = 935626028, + VelocityDeltaThrownOutPlayerSP = 1359095251, + VelocityInheritance = -765101565, + velocitymapsampler = -350791187, + VelocityMax = -567392503, + VelocityMin = -855200322, + velocitytexsampler = -1989587229, + VelocityThreshold = -697524080, + VelocityZThresholdForHighHighFall = 1373544668, + VelocityZThresholdForSuperHighFall = -1527964223, + VelStartCircling = -1148102991, + VelStopCircling = -738978801, + VerifyCoverInterval = -750469412, version = 1757576755, VersionNumber = 1292187579, + VerticalAcceleration = 335505697, + VerticalFlightModeSettings = -1631801922, + VerticalMoveSpeedScaling = -700390682, + VerticalMoveSpeedScalingAtMaxSpeed = 1880225385, verts = 120498671, + VeryCloseIgnoreDesAndCamToleranceDist = -916709515, + VeryCloseIgnoreDesAndCamToleranceDistAimGun = 1824902254, + VeryCloseToCoverDist = -623116308, + VeryCloseToCoverWeight = -1015976425, + vespucci_bums = 908912315, + vespucci_canals_bevhills = 2120071986, + vespucci_canals_streetgeneral = -145680466, + vespucci_magdemo = 1443256237, + vespucci_pier_beach = -2119926903, + vespucci_streetgeneral = 853940634, + vExtraRoomPos = 1493683017, VFX_SETTINGS_FILE = 1765838387, + VFXCullRangeScaleNotVisible = -801200442, VFXFOGVOLUMEINFO_FILE = 895306, vfxFogVolumeInfos = -2007567220, + vfxGroup = 222345803, + VFXGROUP_BRICK = -1140232444, + VFXGROUP_BUSHES = 1128169606, + VFXGROUP_CAR_GLASS = -2039971036, + VFXGROUP_CAR_METAL = 1472286989, + VFXGROUP_CAR_PLASTIC = 2101842785, + VFXGROUP_CARDBOARD = 1710619059, + VFXGROUP_CARPET_FABRIC = -1268886834, + VFXGROUP_CARPET_FABRIC_DUSTY = 267379975, + VFXGROUP_CERAMIC = -2070221607, + VFXGROUP_CLAY = 340754025, + VFXGROUP_CONCRETE = -385303028, + VFXGROUP_CONCRETE_DUSTY = -758467636, + VFXGROUP_DIRT_DRY = -1284335999, + VFXGROUP_DRIED_MEAT = -1829965818, + VFXGROUP_FEATHERS = 1671778076, + VFXGROUP_FOAM = -382587941, + VFXGROUP_FRESH_MEAT = -1073821028, + VFXGROUP_GENERIC = -1862498268, + VFXGROUP_GLASS = 676227960, + VFXGROUP_GLASS_BULLETPROOF = 1453403596, + VFXGROUP_GRASS = 415809717, + VFXGROUP_GRASS_SHORT = 349709635, + VFXGROUP_GRAVEL = 1433594767, + VFXGROUP_GRAVEL_DEEP = 455532549, + VFXGROUP_HAY = 1126885779, + VFXGROUP_ICE = 646994767, + VFXGROUP_LEAVES = 1143575659, + VFXGROUP_LINOLEUM = 656066551, + VFXGROUP_LIQUID_BLOOD = -228292746, + VFXGROUP_LIQUID_MUD = -549958780, + VFXGROUP_LIQUID_OIL = -1323716942, + VFXGROUP_LIQUID_PETROL = -888708611, + VFXGROUP_LIQUID_WATER = -1668182215, + VFXGROUP_MARBLE = 1577332483, + VFXGROUP_METAL = -457539945, + VFXGROUP_MUD_DEEP = -403553080, + VFXGROUP_MUD_SOFT = -1937078317, + VFXGROUP_MUD_UNDERWATER = -891113578, + VFXGROUP_PAPER = -135205431, + VFXGROUP_PAVING = -1939819398, + VFXGROUP_PED_CAPSULE = 55400259, + VFXGROUP_PED_FOOT = 1875610286, + VFXGROUP_PED_HEAD = -2026626552, + VFXGROUP_PED_LIMB = -1507859334, + VFXGROUP_PED_TORSO = -1821239225, + VFXGROUP_PLASTER_BRITTLE = -403373416, + VFXGROUP_PLASTIC = -430525489, + VFXGROUP_PLASTIC_HOLLOW = 1987630632, + VFXGROUP_PUDDLE = 1875581587, + VFXGROUP_RUBBER = -559084983, + VFXGROUP_SAND_COMPACT = 350030577, + VFXGROUP_SAND_DEEP = -1621278036, + VFXGROUP_SAND_LOOSE = 1041698964, + VFXGROUP_SAND_UNDERWATER = 2143791359, + VFXGROUP_SAND_WET = -654332305, + VFXGROUP_SAND_WET_DEEP = -352739077, + VFXGROUP_SANDSTONE = 1961167048, + VFXGROUP_SANDSTONE_BRITTLE = -1600784125, + VFXGROUP_SNOW_COMPACT = -129641116, + VFXGROUP_SNOW_LOOSE = -1009794087, + VFXGROUP_STONE = -761137513, + VFXGROUP_TARMAC = 1181702304, + VFXGROUP_TARMAC_BRITTLE = 349722727, + VFXGROUP_TREE_BARK = -2075335833, + VFXGROUP_TVSCREEN = 688944506, + VFXGROUP_UNDEFINED = 1777437223, + VFXGROUP_VOID = -1895709243, + VFXGROUP_WOOD = 59976830, + VFXGROUP_WOOD_DUSTY = 1551687812, + VFXGROUP_WOOD_SPLINTER = -247292387, VfxInfoName = -767493081, + vfxinteriorinfo_club_bar = -1282840698, + vfxinteriorinfo_default = -2108776136, + vfxinteriorinfo_disabled = -251849950, + vfxinteriorinfo_factory = -590117098, + vfxinteriorinfo_factory2 = 789288375, VFXINTERIORINFO_FILE = 354822867, + vfxinteriorinfo_foundry = -1192956515, + vfxinteriorinfo_methlab = 1747000990, + vfxinteriorinfo_michael_mansion = -1791577756, + vfxinteriorinfo_recycle = -466344059, vfxInteriorInfos = -535492339, + vfxInteriorSetups = -1147653231, VFXPEDINFO_FILE = 962370952, + vfxpedinfo_human_generic = 1167185222, vfxPedInfos = 1918175602, vfxRegion = -910011672, vfxregioninfo_beach = -55066289, @@ -3369,24 +9070,43 @@ public enum MetaName : int vfxregioninfo_slum = -27134301, vfxregioninfo_woodland = 1397181648, vfxRegionInfos = -170888441, + vfxRoomSetups = 70742260, vfxTagHashName = 1944993828, VFXVEHICLEINFO_FILE = 1918258814, vfxVehicleInfos = 1829968483, VFXWEAPONINFO_FILE = 1215743990, - vHairParams = 503866290, - viewProj = 41309280, - viewToWorldProjectionParam = 463814111, - VignettingColor = 1881712915, - VignettingParams = -2039395725, - VisibleInstanceBuffer0 = 1225311490, - VisibleInstanceBuffer1 = 1020767392, - VisibleInstanceBuffer2 = 716572765, - VisibleInstanceBuffer3 = -229009499, + vhairparams = -163809668, + vHaltFrequency = 220202594, + Vibration = -1151454733, + ViewModeBlendEnvelopeRef = 1610750427, + ViewModes = 2142445901, + viewproj = 1758764692, + viewtoworldprojectionparam = -485221721, + vignettingcolor = 587686680, + vignettingparams = -1424834627, + vInitialBoneOffset = 583681460, + vInitialBoneRotation = 1039931786, + visibleinstancebuffer0 = -479843249, + visibleinstancebuffer1 = 774685147, + visibleinstancebuffer2 = 443193943, + visibleinstancebuffer3 = -1702552946, visibleMods = 33867712, + VisualReactionRange = -2022676717, vJunctionMax = -1589203308, + vJunctionMin = -39980983, vJunctionNodePositions = 1140501121, vLocation = 929088795, + VMCP_BOTTOM = -1524472262, VMCP_DEFAULT = 1688385326, + VMCP_FRONT = -1293260602, + VMCP_FRONT_LEFT = 1148399176, + VMCP_FRONT_RIGHT = 2057559994, + VMCP_LEFT = 1629770278, + VMCP_REAR = 1556139353, + VMCP_REAR_LEFT = 1830737308, + VMCP_REAR_RIGHT = 457854237, + VMCP_RIGHT = -1415815370, + VMCP_TOP = -1101895506, VMT_ARMOUR = 2031251422, VMT_BONNET = 1157831199, VMT_BRAKES = -1940729525, @@ -3398,6 +9118,7 @@ public enum MetaName : int VMT_CHASSIS4 = -1831924721, VMT_CHASSIS5 = -1552765710, VMT_DOOR_L = -461295158, + VMT_DOOR_R = 514696742, VMT_ENGINE = 154537048, VMT_ENGINEBAY1 = -936562625, VMT_ENGINEBAY2 = -20734605, @@ -3406,6 +9127,7 @@ public enum MetaName : int VMT_GEARBOX = -1794872959, VMT_GRILL = 2021558782, VMT_HORN = 100765382, + VMT_HYDRAULICS = -375314413, VMT_HYDRO = 1330081664, VMT_ICE = -1852499909, VMT_INTERIOR1 = -272450399, @@ -3425,56 +9147,108 @@ public enum MetaName : int VMT_STEERING = 31361425, VMT_SUSPENSION = -960508298, VMT_TRUNK = 514422827, + VMT_TURBO = -1960518128, + VMT_TYRE_SMOKE = -326407872, VMT_WHEELS = -66493473, VMT_WHEELS_REAR_OR_HYDRAULICS = 1919950653, VMT_WING_L = -759060539, VMT_WING_R = -1971120311, + VMT_XENON_LIGHTS = -1638444860, vNodePosition = 137333670, - vNoiseParams = -1257104296, + vnoiseparams = 1120961721, + vOffset = 281069076, vol_offsets = -2140945175, volIntensity = 689780512, volOuterColour = -2010973234, volOuterExponent = -1536118046, volOuterIntensity = -1286768649, volSizeScale = 2029533327, - VolumeSampler = 1257772185, + volumesampler = 789275230, volumetricFadeDistance = 2066998816, volumeType = -273791707, vPos = 587040309, + vPosition = 1835178760, vPositionAndDirection = 4685037, - vSkinSweat = 1974912156, - vSweatParams = -916862531, + vRotation = 330442780, + vRotationQuaternion = 1522820057, + vScale = 1805863696, + vScroll = -1780451061, + vskinsweat = -1113951335, + vStartPosition = -2026516225, + vsweatparams = -698776789, + vTriggerOffset = 1263529604, + WaitForFootPlant = -1179590202, + WaitingOffsets = -1327912085, + WaitTimeAfterFailedVehExit = 637992620, + WaitTimeForJackingSlowedVehicle = -889111556, + WalkAngAccel = 214999846, + Walking = -1172518917, + WalkingRoundPedModifier = -237811880, + WalkStartAnimStateInfos = -704706926, + WallHighTestZOffset = -2126303236, + WallProbeDistance = 180206572, + WallProbeRadius = -1156684534, + WallTestEndXOffset = 1396197980, + WallTestStartXOffset = 1813675586, + WallTestYOffset = 1784425794, + WanderInfluenceSphereRadius = -910837020, + WantedClean = 651905954, + WantedLevel = 1092646882, WantedLevel1 = -1878166781, WantedLevel2 = 1650825140, WantedLevel3 = 1939323416, WantedLevel4 = 1171840667, WantedLevel5 = 1195762037, + WatchSayFightCheers = 1461520922, + WatchSayShocked = -320970144, WATER_FILE = -1881312206, - WaterBumpParams = 210662118, - waterColor = 1793695078, - WaterColorSampler = -751353042, - waterColour = 795672393, - WaterFogFadeColor = 1894765941, - waterfogPtfxParams = 1003647336, - WaterHeight = 1642266172, - waterIntensity = 1321660757, - waterReflectionScale = 180371690, - waterReflectionSkyIntensity = -486491734, - waterRenderSimParam = -1358414565, - WaterRippleSampler = -406144079, - waterSimParam = 447475968, - waterSimParams1 = 1117118620, - waterSimParams2 = 340526089, - WaterSurfaceSampler = 1805984261, - waterTexResValue = 510513028, - WaveMovement = -2015907787, - WaveOffset = 2123977668, + water_loud = -494699505, + water_ocean = -538325113, + water_swimming = -902833876, + WaterBobShakeRef = 572898954, + waterbumpparams = 126236009, + WaterCannon = -834436216, + watercolor = -93403413, + watercolorsampler = 1938107181, + watercolour = 217812784, + WaterEntryShakeSettings = -1044364181, + waterfogfadecolor = 93338982, + waterfogptfxparams = 1185901400, + waterheight = 276101176, + WaterHeightSmoothRate = -1051320435, + waterintensity = -1196730333, + WaterProbeDepth = 519277350, + WaterProbeOffset = -1469847227, + WaterReflectionFarClip = 1832730358, + waterreflectionscale = 386931249, + waterreflectionskyintensity = -92232772, + waterrendersimparam = -1179548873, + waterripplesampler = -424387892, + watersimparam = 1441798312, + watersimparams1 = 764072840, + watersimparams2 = -1315972208, + watersurfacesampler = -55631045, + watertexresvalue = 1128648105, + Waveform = 579825085, + wavemovement = 683816830, + waveoffset = -1998479825, Weak = -253871878, WEAPON_ANIMATIONS_FILE = -370677539, WEAPON_METADATA_FILE = -2115399651, WEAPON_SHOP_INFO_METADATA_FILE = -532081775, + weapon_unarmed = -1569615261, WeaponAccuracy = 2027467678, + WeaponAccuracyModifierForAimedAt = -2026799764, + WeaponAccuracyModifierForEvasiveMovement = 409082717, + WeaponAccuracyModifierForOffScreen = -1060924168, WeaponAnimations = -279511120, + WeaponAnimsFPSIdle = 961290246, + WeaponAnimsFPSLT = -1207092507, + WeaponAnimsFPSRNG = -1354152998, + WeaponAnimsFPSScope = 1227904788, + WeaponBlockingLengthOffset = 68994958, + WeaponBlockingOffsetInLeftCover = 1375297558, + WeaponBlockingOffsetInRightCover = -2056350776, WeaponClipFilterId = 671807081, WeaponClipSetId = -2079214220, WEAPONCOMPONENTSINFO_FILE = -2048946660, @@ -3482,16 +9256,41 @@ public enum MetaName : int WeaponImpulseMultiplier = 86352657, WEAPONINFO_FILE = 314037850, WEAPONINFO_FILE_PATCH = -216915321, + WeaponLongBlockingOffsetInLeftCover = 1090704787, Weapons = -662339920, + weapons_explosions = 217319362, + weapons_explosions_loud = -830005569, + weapons_guns = 1238862244, + WeaponSets = 1399921457, weaponSlot = 1912311826, + weaponSlotSecondary = -1638760966, + WeaponZoomFactorSpringConstant = 447200092, + WeaponZoomFactorSpringDampingRatio = -947651869, + Wearing = -288801725, + WEATHER_DEPENDENT = 211193083, WEATHER_FILE = 1275718771, + weather_rain = 973848687, + weather_rain_heavy = 646232623, + weather_rain_props = 633103322, + weather_thunder = 1377523001, + weather_wind = -788537094, + weather_wind_foliage = 480273725, WeatherTypes = -1753451902, weight = -1676773556, - WestColor = 1672298400, - WetAnisotropicSpecular = 674257986, - WetAnisotropicSpecularColour = 695187618, - WetDarken = -1953439395, - wetnessMultiplier = -796755002, + Weight = -2011811018, + Weights = -1269607398, + WeightToBlockFromPursue = 46040720, + WeightToPullAlongsideFromPursue = -672619913, + WeightToRamFromPursue = 355255193, + WeightToSpinOutFromPursue = 1145877267, + west_vinewood_hipsters = 1283940400, + west_vinewood_streetgeneral = 310058182, + west_vinewood_vinewood = -1059920101, + westcolor = -1317864161, + wetanisotropicspecular = 1297501138, + wetanisotropicspecularcolour = -50557109, + wetdarken = -1124421232, + wetnessmultiplier = 853385205, wheelBurnoutPtFxFricMult = -309327267, wheelBurnoutPtFxTempMult = -204417398, wheelBurstPtFxName = -1996201785, @@ -3506,6 +9305,14 @@ public enum MetaName : int wheelGenericDecalSet = 42119146, wheelGenericPtFxSet = 317708598, wheelGenericRangeMult = -1182909171, + WheelieAccelerateControlThreshold = 908927858, + WheelieApproachRate = 1223047739, + WheelieDesiredLeanAngleTol = 830782336, + WheelieMaxSpeedThreshold = 2115168466, + WheelieShiftThreshold = 524252818, + WheelieSitToStandBlendDuration = 1137589274, + WheelieStickPullBackMinIntention = -1707214524, + WheelieUpDownControlThreshold = 301666014, wheelLowLodPtFxScale = -1193482713, wheelName = 1946665057, wheelPuncturePtFxName = -988592245, @@ -3515,23 +9322,41 @@ public enum MetaName : int wheelSkidmarkRearOnly = -370778529, wheelSkidmarkSlipMult = 1637659302, wheelVariation = -360860730, + whiskerForwardSpeedScale = -927863020, + whiskerForwardTestDistance = -14098343, + whiskerLateralTestDistance = 369724672, + whiskerTestAngle = 1412479638, + whiskerVerticalTestDistance = 2043681017, + WideShot = 742934843, + WideTargetAngularLimit = 1280045894, Width = 2076102628, + widthRatio = -2033867851, + wildlifeHabitats = -1522225959, WindBendScale = -1655758610, WindBendVariation = -867470821, - WindGlobalParams = 843207974, + windDebrisPtFxEnabled = -385648535, + windDebrisPtFxName = 1353578052, + windglobalparams = 208642390, window_lf = -11389949, + window_lm = -1619594166, + window_lr = -1655083001, window_rf = 498851022, + window_rm = -771308099, + window_rr = -1939391881, WindowColors = 923621137, windowsWithExposedEdges = -1442294085, windscreen_r = 1088105007, - WindStr = 1842187583, + windstr = -1057014661, wing_lf = 491509005, wing_rf = -392205963, + Witnesses = 473322006, + WitnessPersonality = 1504162135, WORLD_HEIGHTMAP_FILE = -1627368622, WORLD_WATERHEIGHT_FILE = -1332825701, - WoundFrameInfo = -1719588087, - wrapAmount = 943216618, - wrapLigthtingTerm = 1298791185, + WorldPitchLimits = 759759236, + woundframeinfo = -1947653845, + wrapamount = 477869607, + wrapligthtingterm = 850731621, wreckedFire2OffsetPos = -929553639, wreckedFire2PtFxDurationMax = -336761538, wreckedFire2PtFxDurationMin = 934999495, @@ -3551,42 +9376,67 @@ public enum MetaName : int wreckedFirePtFxEnabled = 1538181140, wreckedFirePtFxName = -74902262, wreckedFirePtFxRadius = 1064003341, - WrinkleMaskSampler_0 = 1958670391, - WrinkleMaskSampler_1 = 191634835, - WrinkleMaskSampler_2 = 425638264, - WrinkleMaskSampler_3 = 65539719, - WrinkleMaskSampler_4 = 311995368, - WrinkleMaskSampler_5 = 920777850, - wrinkleMaskStrengths0 = -1280322964, - wrinkleMaskStrengths1 = 1711126281, - wrinkleMaskStrengths2 = 294325897, - wrinkleMaskStrengths3 = 1062005260, - WrinkleSampler_A = 963564806, - WrinkleSampler_B = 1206415865, + wrinklemasksampler_0 = -2033502051, + wrinklemasksampler_1 = -727460791, + wrinklemasksampler_2 = -1335489586, + wrinklemasksampler_3 = -1113053614, + wrinklemasksampler_4 = 199377605, + wrinklemasksampler_5 = 498853496, + wrinklemaskstrengths0 = -597973696, + wrinklemaskstrengths1 = -301610860, + wrinklemaskstrengths2 = 9399719, + wrinklemaskstrengths3 = 1226342076, + wrinklesampler_a = -2009634599, + wrinklesampler_b = 163310560, x = -1828477467, X = 1252398387, + X360_SCRIPT_RPF = -1412642322, xenonCoronaColor = -181757422, xenonCoronaIntensityModifier = -1149191723, xenonLightColor = -96779017, + XenonLightColors = -1714178462, xenonLightIntensityModifier = 849227792, xRotation = 712901235, y = -2137718520, Y = 953119110, - YPlaneSampler = -992990273, + Yaw = -1780497494, + yawKd = -1028886364, + yawKi = 1366920760, + yawKp = 922081581, + youngaverageweakman = -323166930, + youngaverageweakwoman = 806694113, + youngrichman = -476363361, + youngrichwoman = 367809573, + yplanesampler = -2003657821, yRotation = -883803862, - YUVtoRGB = 1290051331, + yuvtorgb = 361269406, z = -1235194722, Z = 1848695880, + ZAccelerationToStartLeaning = 1346841624, + ZAccForHighImpact = -1019263835, + ZAccForLowImpact = -1612226557, + ZAccForMedImpact = 819470063, zBias = -293815939, - zenithColor = 2099433918, - zenithConstants = -1137451259, - zenithTransitionColor = 1748153811, + zenithcolor = 1379881353, + zenithconstants = 2801684, + zenithtransitioncolor = -1269224056, + ZeroRateOnDirectionChange = -667562462, + ZeroValue = 1611654117, ZONEBIND_FILE = -1270245473, zoneName = 257000, - ZoomBlurMaskSize = 303807564, - ZoomFocusDistance = 1497099952, + zones = -1975358009, + Zoom = -1311556655, + zoomblurmasksize = 1914884772, + ZoomDuration = -2023695633, + ZoomFactor = 447392537, + zoomfocusdistance = -1607929997, + ZoomMotionBlurMaxFovDelta = -1194035786, + ZoomMotionBlurMaxStrengthForFov = 1238524664, + ZoomMotionBlurMinFovDelta = 1054008152, zRotation = 1366235387, - zShift = 1861203656, - zShiftScale = -1170178394, + zshift = -1551102390, + zshiftscale = 273550094, + ZThresholdForApproachOffset = 1712423423, } } + diff --git a/_TestTools.GTA5/GenerateMetaEnumsAndStructs/Program.cs b/_TestTools.GTA5/GenerateMetaEnumsAndStructs/Program.cs index 04227c8e..5903ee14 100644 --- a/_TestTools.GTA5/GenerateMetaEnumsAndStructs/Program.cs +++ b/_TestTools.GTA5/GenerateMetaEnumsAndStructs/Program.cs @@ -25,6 +25,7 @@ THE SOFTWARE. using System.IO; using System.Linq; using System.Text; +using System.Text.RegularExpressions; using RageLib.GTA5.Archives; using RageLib.GTA5.Cryptography; using RageLib.GTA5.Utilities; @@ -81,7 +82,7 @@ static void Main(string[] args) ArchiveUtilities.ForEachFile(GTAVDir, (fullName, file, encryption) => { - if(file.Name.EndsWith(".ymap") || file.Name.EndsWith(".ytyp") || file.Name.EndsWith(".ymt")) + if(/*file.Name.EndsWith(".ymap") || file.Name.EndsWith(".ytyp") || */file.Name.EndsWith(".ymt") && Regex.Match(file.Name, @"mp_m_freemode_01.*\.ymt").Success) { using (MemoryStream ms = new MemoryStream()) { @@ -868,12 +869,12 @@ class StructureInfoComparer : IEqualityComparer { public bool Equals(StructureInfo a, StructureInfo b) { - return a.StructureKey == b.StructureKey; + return a.StructureKey == b.StructureKey && a.StructureLength == b.StructureLength; } public int GetHashCode(StructureInfo e) { - return e.StructureKey; + return e.StructureKey + e.StructureLength; } } }