Mod articles
-
Many people ask me how to edit some parameters or merge files. Here are some explanations.
Q: Can you please teach me to change stats?
A: Would be better to start studying with compare the files "weapons" from this mod and from Red Dead Offline. To compare and edit this files use Notepad++ or EmEditor.
Change damage for some weapon
In weapons.ymt look for certain words and lines
Example:
<AnimationLookupHash>WEAPON_REVOLVER_DOUBLEACTION</AnimationLookupHash> <DamageModes>
<Item>
<AmmoInfo>AMMO_REVOLVER</AmmoInfo>
<Name>DM_REVOLVER</Name>
<UNK_MEMBER_0x1F5DA5F4 value="0" />
<Damage value="29.50000000" /> -this is what you nee... -
How to add Lasso on belt feature
If you want to enable that glitchy lasso on belt
Open weapons.ymt file,
Search for
<AttachPoint>WEAPON_ATTACH_POINT_LASSO</AttachPoint>
<AttachBone>ID_PH_BELT_THROWER</AttachBone>
<FallbackAttachBone>ID_INVALID</FallbackAttachBone>
<WeaponBone>0xE876AE81</WeaponBone>
<HideWeaponsAttachedHere value="false" />
<HideAIWeaponsAttachedHere value="false" />
<ShowWeaponWithoutMetaPedAttachTag value="false" /> <---change this to "true"...