Skip to content

Latest commit

 

History

History
63 lines (56 loc) · 5.05 KB

File metadata and controls

63 lines (56 loc) · 5.05 KB

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

installation

  1. Download the latest release archive.
  2. Extract the archive to zEdit's modules folder.
  3. 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.