Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.2 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.2 KB

Simple Commandline interface for creating BNPs via BCML

Setup

Install a compatible version of python for BCML then run pip install bnptool

Create a BNP

bnptool create Path/To/Mod

Full Usage:

bnptool create [-h] [--output OUTPUT] [--name NAME] [--version VERSION] [--description DESCRIPTION]
        [--image IMAGE] [--url URL] [--lowestpriority] [--disablepacks] [--disableaamp]
        [--disabledrops] [--disabletext] [--disableactorinfo] [--disableshrineent] [--disablemaps]
        [--disablegamedata] [--disablesavedata] [--disableeventinfo] [--disablestatuseff]
        [--disableresactors] [--disablequests] [--disablerstb] [--norstbest] [--mergetextalllang]
        Path/To/Mod

Example Usage:

bnptool create --name "Linkle Mod - Dialogue Fix" -i "https://images.gamebanana.com/img/ss/mods/530-90_605f95e938639.jpg" -u "https://gamebanana.com/mods/33334" -d "Linkle Mod - Dialogue Fix git-28224c4b" --version "1.5.1" --mergetextalllang C:\Users\linktlh\Desktop\Ballad\wiiu\GP

Known Problems

Currently BNPTool does not support mod options, nor does it support requirements. This is being worked on, but is not complete.