Patches Automatically Lowered Weapons so they dont lower when your flashlight is on, so if you are using a modded weapon with a rail flashlight, it wont suddenly point at the floor every 5 seconds after you stop aiming.
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 without permission from or credit to me
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou are allowed to use the assets in this file without permission or crediting 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
Console modding permissionThis mod will not be available on Bethesda.net for console users
Author notes
I mean it aint much work, its a line of code, but whatever, sure you can copy my one line of code if you want.
File credits
Just added a line to the script from https://www.nexusmods.com/fallout4/mods/20093 original author Pauderek
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
As Overview.
Has a loose version of the script included in Automatically Lowered Weapons, but now with a dependency on Baka Framework which exposed the games code to detect when pipboy light is active ( pipboy light active also covers when weapon flashlight is active )
So I just inserted a tiny bit of code that checks if its active, and if it is, do not lower weapon.
Requires Baka Framework and Automatically Lowered Weapons.
Note : if you turn flashlight on when gun is lowered, it wont automatically un-lower, and vice versa if you turn flashlight off it wont automatically lower.
This just adds an additional check when the trigger for automatically lowered weapons is fired ( few seconds after aiming, running etc ) so if you want to prompt it to adopt the new behavior after you toggle your flashlight, just aim down the sights briefly, then itll check again for flashlight status.