matortheeternal / mxpf

An xEdit scripting library that provides a variety of functions for the generation of patches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MXPF

MXPF is an xEdit scripting library that provides a variety of functions for the generation of patches. Want to rebalance armor and weapons in Skyrim? Done. Apply a new particle effect to every weather? Easy. Change the configuration of all NPCs? Cake.

MXPF is comprised a suite of functions that do the work of finding the records you want to patch, identifying/creating a patch file, and copying records to the patch. Where you would normally have to learn to do all of these steps yourself, with MXPF you can accomplish everything you need with a few simple functions.

Installation

To install, simply copy the files in the Edit Scripts folder to xEdit's Edit Scripts folder.

The Documentation folder contains all the documentation you'll need to get started using MXPF to automate the creation of patches in xEdit.

The ESPs folder has three plugins for use with the MXPF test suite, you don't need to install them for MXPF to function.

Dependencies

About

An xEdit scripting library that provides a variety of functions for the generation of patches

License:MIT License


Languages

Language:Pascal 100.0%