Returning weapons (returning pike/ dwarven thrower) will return to your bag instead of auto equipping on return unless they were equipped before they were thrown.
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.0.0.9 (4/15/25)
Tested patch 8 compatibility. (no changes)
Version 1.0.0.8 (3/30/25)
Added compatibility for Rage and Resilience - Barbarian Equipment
Version 1.0.0.7 (2/28/25)
Added support for Eldritch Knight's weapon bond.
Version 1.0.0.6
Fixed an issue where Barbarian's weapons were not returning when using enraged throw.
Version 1.0.0.5 (2/9/25)
Fixed an issue where Nyrulna was not exploding when thrown.
Version 1.0.0.4
Added support for Rage Queen Barbarian Gear
Version 1.0.0.3 (2/4/25)
Added support for Thrown Weapon Pack
Added support for Artificer's Infusion: Returning Weapon
Changed the implementation slightly. The script now only checks for returning statuses rather than specific weapons
Version 1.0.0.2
Fixed an issue where Nyrulna could be disarmed. It should now work like the other 2 returning weapons, while also being immune to disarming.
This mod allows you to throw returning weapons without them auto equipping when they return. They will instead be added to your inventory. If they were equipped before they were thrown, they will still auto equip like normal.
If there are any other modded returning weapons you would like me to make compatible with this mod, let me know and I can add compatibility.
For Modders: If you would like to add compatibility on your own, make sure your weapon has the "MAG_THROWING_RETURN_TO_OWNER" status assigned in the root template and remove all instances of the "ItemReturnToOwner()" boost from the weapon's data entry. My mod works be deleting "ItemReturnToOwner()" boost from the "MAG_THROWING_RETURN_TO_OWNER" status and then reimplementing the improved weapon return logic for weapons with the "MAG_THROWING_RETURN_TO_OWNER" status using a SE script.
Known "issue": One oddly specific quirk that I will probably fix eventually: If you have a returning weapon equipped and you throw a different returning weapon from your inventory, the thrown returning weapon will get equipped. This should be mostly irrelevant.