/TES5EditScripts

A collection of TES5Edit/FNVEdit scripts for modders.

Primary LanguagePascalGNU General Public License v2.0GPL-2.0

TES5EditScripts

TES5EditScripts is a collection of several scripts written in pascal which allow for the execution of useful functions for the editing and creation of Bethesda plugin files. These scripts were developed with TES5Edit in mind, though many of them work fine in other versions of Edit as well. These scripts will allow you to save huge chunks of time when creating mods for Bethesda games.

Current Scripts

  • Merge Plugins: v1.6 released on Nexus Mods March 1, 2014.
  • PerkTreeUI: v1.2 released on Nexus Mods February 3, 2014.
  • QuickChange: v2.3 released on Nexus Mods February 16, 2014.
  • Find and Replace FormID: v1.2 released on Nexus Mods February 3, 2014.
  • NPC Generator: v1.6 released on Nexus Mods February 3, 2014.
  • Armor Mod Builder: v1.3 released on Nexus Mods February 3, 2014.
  • QuickDisplay: v1.4 released on Nexus Mods February 3, 2014.
  • Forge Menu Overhaul: v2.13 released on Nexus Mods August 30, 2013.
  • Full Name Manipulation Script: Beta v1.0 is functional.
  • CCOR Compatibility Script: Beta v0.5 is functional.
  • Re-Evaluator: Beta v0.3 is functional.
  • Break it Down: Beta v0.4 is functional.
  • NPC Transmogrifier: Beta v0.3 is functional.
  • FormList Manager: Beta v0.1 is functional. (this script is likely to be merged with QuickDisplay and QuickChange)

Script Installation and Usage

To install scripts you need to put the .pas files and all associated text files into

{Skyrim Directory}\TES5Edit\Edit Scripts\

From there you can execute the scripts from within TES5Edit, or another version of Edit which supports them. Executing scripts in Edit is easy, if the script has a process function you'll start by selecting the objects you want to apply the script to, right click on one of the objects, and click apply script. Choose the script you want to apply from the dropdown list and click OK.

If the script doesn't have a process function you can simply right click anywhere and apply it. You can see individual script documentation for further instructions.

How Can I Help?

I'm always welcome to ideas for scripts which will save a large range of people a fair amount of time. If you have an idea for a script that falls in the scope of this project, contact me on Nexus Mods or here on GitHub.

License

These scripts are under GPL2 with linking exemption. This means you can link to the project with any program, commercial, open source or other. However, you cannot modify these scripts and distribute them without supplying the source.