Pre Next Gen/VR: Credit only; no need to download the requirement. Post Next Gen: Buffout doesn't implement it so download the requirement if you want the functionality.
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
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 allowed to use the assets in this file in 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 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
Source released under a GPLv3 license, with exceptions.
Nightfallstorm for the original implementation for Skyrim.
(Credited By Request) GELUXRUM for doing absolutely nothing. Snapdragon for doing absolutely nothing.
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 2.0.1
Fixed a crash caused by an incorrect function ID in CommonLibF4
Version 2.0.0
Updated for Fallout 4 version 1.10.980.
toml config has been replaced with ini, settings from previous versions won't carry over automatically.
Fallout 4 shares the same built-in limitation of 100 operations per task in Papyrus. This mod ports the Max Operations Per Task patch from Papyrus Tweaks NG that raises it to a user set value. By default, it's set to 500 (5x Vanilla), but you can set it to pretty much whatever arbitrary value you'd like in BakaMaxPapyrusOps.toml.
Higher values may have a small impact on overall framerate (larger for older machines) but should increase the performance of Papyrus scripts a noticeable amount.
The mod also ports the ToggleScripts Command Fix, which prevents the ToggleScripts command from being overridden by stack dumps or game saves, and Negative Script Page Allocation Fix, which prevents the game from trying to allocate memory with negative page sizes in some circumstances. Both may also be disabled via the config file.