About this mod
I've always wanted to save the torch in the inventory, like the other weapons in the game.
- Requirements
- Permissions and credits
The mod only edits a couple of lines of the weapons.ymt file, so you just have to merge it with your favorite mods.
I made a version where the torch can be used with a revolver/pistol at the same time, (like the lantern). It looks a little weird but that's why it's optional.
Tutorial to merge with other mods:
Main version (only save torch):
In <Name>WEAPON_MELEE_TORCH</Name> find <AnimationLookupHash/> and replace the entire line with <AnimationLookupHash>WEAPON_THROWN_DYNAMITE</AnimationLookupHash>
In <Name>WEAPON_MELEE_TORCH</Name> find <WeaponFlags> and delete 0xF1DA2249.
Alt. version (like the lantern):
In <Name>WEAPON_MELEE_TORCH</Name> find <AnimationLookupHash/> and replace the entire line with <AnimationLookupHash>WEAPON_MELEE_DAVY_LANTERN</AnimationLookupHash>
In <Name>WEAPON_MELEE_TORCH</Name> find <WeaponFlags> and replace the entire line with <WeaponFlags>CarriedInHand CanFreeAim UsableOnFoot UsableClimbing 0xD31ECFB1 DoesRevivableDamage NoLeftHandIK NonViolent AllowCloseQuarterKills 0x62997683 0xE5F19499 UseFPSAimIK 0xCE1E0473 0x1FCE1778 0xC6550BE0 0x42D5F625 0x95B75333 0xE29937E6 0x82B5AF88 0xFD3928DE 0x07982641 0x6E96FB59 0x6D08D99A 0x56B3908E 0xAF408974 0x20623CE0 0xFFD20132 0xD679A719 Torch 0x0F0589FB 0x140AC63F 0xA93AFC4B CanBeHeldLikeLantern</WeaponFlags>
Inspired a little by the Stash That Lantern mod.
I'm using a translator lol.