Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.06 KB

README.md

File metadata and controls

45 lines (36 loc) · 1.06 KB

Screenshot

Build-with-AddonBuilder

I always found that AddonBuilder was missing the possibility to build from the contextual menu.

Configuration

  1. 📂 Edit install-BuildWithAB.bat with any text editor
  2. ✏️ Modify AddonBuilder executable path line 9
  3. 💾 Save and close the file

Install

Run as administrator

.\install-BuildWithAB.ps1

Uninstall

Run as administrator

.\uninstall-BuildWithAB.ps1

Usage

Right click on any folder you want to build into PBO.

Build options

  • binarize (default)
  • packonly
  • clear
  • temp (default)
  • prefix
  • project
  • sign
  • include
  • cfgconvert (default)
  • filebank (default)
  • dssignfile (default)

Link types

To add or remove types to your build session, edit types_included.txt in the data folder then reinstall via the scripts.

Refer to AddonBuilder's documentation for formating the string.

Author