Basic Ped YMT Editing - Part 7

Peds.ymt

The .ymt files described in this tutorial should not be confused with the file called peds.ymt. This file is also an xml file but it isn't encrypted so it can be easily edited from OpenIV (or a text editor). It contains metadata for all vanilla peds. If you are using an addonpedsd folder then you will edit a similar file for addon peds but the file is called peds.meta.

You will find peds.ymt at \update\update.rpf\x64\data and \mods\update\update.rpf\x64\data

Examples of the meta data are displayed below - it is quite extensive and very different from the ped ymt files in this tutorial we previously described. 

       <Name>S_F_Y_Hooker_01</Name>
<PropsName>S_F_Y_Hooker_01_p</PropsName>
<ClipDictionaryName>move_f@generic</ClipDictionaryName>
<BlendShapeFileName>null</BlendShapeFileName>
<ExpressionSetName>expr_set_hookers_hiheels</ExpressionSetName>
<ExpressionDictionaryName>null</ExpressionDictionaryName>
<ExpressionName>null</ExpressionName>
<Pedtype>CIVFEMALE</Pedtype>
<MovementClipSet>MOVE_F@HEELS@C</MovementClipSet>
<MovementClipSets>
<Item>MOVE_F@HEELS@C</Item>
<Item>MOVE_F@CHICHI</Item>
</MovementClipSets>
<StrafeClipSet>MOVE_PED_STRAFING</StrafeClipSet>
<MovementToStrafeClipSet>MOVE_PED_TO_STRAFE</MovementToStrafeClipSet>
<InjuredStrafeClipSet>MOVE_STRAFE_INJURED</InjuredStrafeClipSet>
<FullBodyDamageClipSet>DAM_KO</FullBodyDamageClipSet>
<AdditiveDamageClipSet>DAM_AD</AdditiveDamageClipSet>
<DefaultGestureClipSet>ANIM_GROUP_GESTURE_F_GENERIC</DefaultGestureClipSet>
<FacialClipsetGroupName>facial_clipset_group_gen_female</FacialClipsetGroupName>
<DefaultVisemeClipSet>ANIM_GROUP_VISEMES_F_LO</DefaultVisemeClipSet>
<SidestepClipSet>CLIP_SET_ID_INVALID</SidestepClipSet>
<PoseMatcherName>Male</PoseMatcherName>
<PoseMatcherProneName>Male_prone</PoseMatcherProneName>
<GetupSetHash>NMBS_SLOW_GETUPS</GetupSetHash>
<CreatureMetadataName>AmbientHeels</CreatureMetadataName>
<DecisionMakerName>default</DecisionMakerName>
<MotionTaskDataSetName>STANDARD_PED</MotionTaskDataSetName>
<DefaultTaskDataSetName>STANDARD_PED</DefaultTaskDataSetName>
<PedCapsuleName>STANDARD_FEMALE</PedCapsuleName>
<PedLayoutName/>
<PedComponentSetName/>
<PedComponentClothName/>
<PedIKSettingsName/>
<TaskDataName/>
<IsStreamedGfx value="false"/>
<AmbulanceShouldRespondTo value="true"/>
<CanRideBikeWithNoHelmet value="false"/>
<CanSpawnInCar value="false"/>
<IsHeadBlendPed value="false"/>
<bOnlyBulkyItemVariations value="false"/>
<RelationshipGroup>CIVFEMALE</RelationshipGroup>
<NavCapabilitiesName>STANDARD_PED</NavCapabilitiesName>
<PerceptionInfo>DEFAULT_PERCEPTION</PerceptionInfo>
<DefaultBrawlingStyle>BS_AI</DefaultBrawlingStyle>
<DefaultUnarmedWeapon>WEAPON_UNARMED</DefaultUnarmedWeapon>
<Personality>Hookers</Personality>
<CombatInfo>default</CombatInfo>
<VfxInfoName>VFXPEDINFO_HUMAN_GENERIC</VfxInfoName>
<AmbientClipsForFlee>FLEE</AmbientClipsForFlee>
<Radio1>RADIO_GENRE_DANCE</Radio1>
<Radio2>RADIO_GENRE_POP</Radio2>
<FUpOffset value="0.00000000"/>
<RUpOffset value="0.00000000"/>
<FFrontOffset value="0.00000000"/>
<RFrontOffset value="0.14700000"/>
<MinActivationImpulse value="20.00000000"/>
<Stubble value="0.00000000"/>
<HDDist value="3.00000000"/>
<TargetingThreatModifier value="1.00000000"/>
<KilledPerceptionRangeModifer value="-1.00000000"/>
<Sexiness>SF_HOT_PERSON</Sexiness>
<Age value="0"/>
<MaxPassengersInCar value="0"/>
<ExternallyDrivenDOFs/>
<PedVoiceGroup>S_F_Y_HOOKER_01_R2PVG</PedVoiceGroup>
<AnimalAudioObject/>
<AbilityType>SAT_NONE</AbilityType>
<ThermalBehaviour>TB_WARM</ThermalBehaviour>
<SuperlodType>SLOD_HUMAN</SuperlodType>
<ScenarioPopStreamingSlot>SCENARIO_POP_STREAMING_NORMAL</ScenarioPopStreamingSlot>
<DefaultSpawningPreference>DSP_NORMAL</DefaultSpawningPreference>
<DefaultRemoveRangeMultiplier value="1.00000000"/>
<AllowCloseSpawning value="false"/>
</Item>

Part 2.     Part 3.     Part 4.     Part 5.     Part 6.     Part 7

Part 8 Next 

Back to Start