Tired of crafting mods and deleting the ones which aren't purple? Or stripping white zero drags from boots? This upgrades all the low quality mods and scopes in your inv (but doesn't change their level)
Without this, my script won't do much of anything.
Permissions and credits
Credits and distribution permission
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 can convert this file to work with other games as long as you credit me as the creator of the file
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
Author notes
Don't be a dick and steal this, but do feel free to use it for inspiration
File credits
Arsenic Touch for the legendary mod, and Yamashi for CET
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.4
Updated for Game 1.1/CET 1.9+ Changed from dofile to an actual mod that loads. Run with GetMod rather than dofile. Added melee mods.
Version 1.3
Added an extra option - scopeQual - for scopes. Legendary scopes are not great, it seems, so keep them epic or below.
Version 1.2
Ensured that level isn't stripped from the mods.
Version 1.1
Added the rest of the armour mods, weapon mods and scopes.
If you're running lots of mods through CET, you should absolutely consider the CET Mod Manager
This will upgrade all basic clothing mods, weapon mods and scopes in your inventory to purples. v1.4 includes melee thanks to DragonLux
To run the mod, download the script, unzip it, and put it in the mods folder in CET. Start the game and you should see "Loaded UZ". To run it, paste this into the console
GetMod("upgradezero").upgrade() Dofile will no longer work.
If you want to break the game, you can edit the quality (e.g. make them all legendary). Look for these lines near the top local defaultQual = 3.0-- 1.0 for green, 2.0 for blue, 3.0 for purple, 4.0 for orange. local zeroQual = 1.0-- Zero Drag goes green local scopeQual = 3.0-- Legendary scopes are apparently all kinds of borked so keep this at 1, 2 or 3. -- Thanks to LuxDragon for spotting this.
This won't create new mods (you need to craft or find them) or change their level. It will just upgrade their quality (which improves their stats).
If you're looking at the mods when you run it, they won't visually update. Exit the inventory and go back to see changes.
Credits: Arsenic_Touch for the legendary mod and Yamashi for CET. DragonLux for some improvements