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 must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
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 not allowed to earn Donation Points for your mods if they use my assets
Console modding permissionThis mod won't work on consoles or would not be acceptable on Bethesda.net according to their rules
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
"Unfreezes" your game from certain freezes caused by a deadlock during condition checks.
If your game freezes (especially during combats) due to that deadlock, this mod will detect it and unfreeze your game in 3-5 seconds.
Noe that this mod doesn't solve infinite loading screens.
Some Technical Details
Reverse engineer Buravo found that ConditonLock, which is located at Fallout4.exe+0x59DA650 and used during BGSEntryPointPerkEntry::CheckConditionFilters, might be the cause of mid-combat freezes.
He created an external program to reset the lock count when a freeze is detected and it worked.
I simply turned his codes into a F4SE dll mod so it can be loaded alongside with the game.
If you could actually identify why it's causing a deadlock situation and fix it, I'll gladly hide this mod.
Credits
The F4SE Team for Fallout 4 Script Extender (F4SE)