z-edit / zedit-unified-patching-framework

A zEdit module which provides a framework for dynamic patch generation, similar to SkyProc/SUM.
MIT License
14 stars 3 forks source link

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

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.