zedit-unified-patching-framework
A zEdit module which provides a framework for dynamic patch generation, similar to SkyProc/SUM.
patchers
Check out the following patchers to get an idea of how to use UPF:
Shared / General
Fallout 4
- Pra's zEdit Patchers - nexus
- Fallout Genetics - everyone is beautiful - nexus
- Save Your Finger - nexus
- No Lowered Suppressor and Bayonet Range - nexus
- No Lowered Automatic Weapon Damage - nexus
- Cherrys New Calibers Patcher - nexus
- Cherry's Damage Threshold Framework Patcher - nexus
- No Exterior Lights nexus
Skyrim
- No Dragon LODs - github, nexus
- NPC Enchant Fix - github, nexus
- Cell Encounter Level in Name - github, nexus
- Khajiit Ears Show - github, nexus
- Enchantment Restriction Remover - nexus
- True Equipment Overhaul (TEO) - nexus
- True Unleveled Skyrim (TUS) - nexus
- Hunterborn Patcher - github, nexus
- dualSheathRedux - github
- loadScreenRemover - github, nexus
- oppositeAnimationDisabler - github, nexus
- Know Your Enemy - nexus
- Reproccer Reborn - github, nexus
- Skyrim Material Patcher - github
- SORT - Scripted Overrides that Rename Things - nexus
- Know Your Enemy - nexus
- Randomized Birthstones Skyrim - nexus
- Engarde - nexus
- Experience Mod - nexus
- zEdit patchers warehouse - nexus
- ENB Light Patcher - nexus
- Keys Have Weight - nexus
- No Distant LOD for NPCs - nexus
- Animated Armory - nexus
- NPC Stat Rescaler - nexus
- Challenging Spell Learning - nexus
- XP Editor - nexus
- Limited Perk Trees - nexus
- Pick Your Poison - nexus
- Speed and Reach Fix - nexus
- Enemy Releveler - nexus
- Action Speed - nexus
- Breakdown Recipe Generator - github, nexus
- The Alchemist's Cookbook - github, nexus
installation
- Download the latest release archive.
- Extract the archive to zEdit's
modules
folder.
- Run zEdit.
dev notes
The dist
branch contains the dist
subtree, allowing it to be a submodule of the zEdit repo. The branch can be updated by running the command git subtree split --branch dist --prefix dist/
on master.