Lyeed / Build-with-AddonBuilder

Sets up an entry in the Windows registry to add the possibility in the contextual menu to build folders with AddonBuilder tool from Bohemia Interactive

Home Page:https://community.bistudio.com/wiki/Addon_Builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sets up an entry in the Windows registry to add the possibility in the contextual menu to build folders with AddonBuilder tool from Bohemia Interactive

https://community.bistudio.com/wiki/Addon_Builder

License:The Unlicense


Languages

Language:PowerShell 100.0%