Releases: DomMakarov1/ba-help-api
Releases · DomMakarov1/ba-help-api
Release list
1.0.0
[1.0.0] - 2026-09-10
First public release.
Add pages to the Big Ambitions in-game Help window from your mod.
The game builds its Help window from a file inside the game install that Workshop mods
cannot change, and offers no modding hook for it. This library fills that gap — modded
pages appear alongside the base-game ones, searchable, cross-linked, and in the player's
language.
Which download?
| File | For |
|---|---|
BAHelpApi-1.0.0.zip |
Players — extract into %LocalAppData%Low\Hovgaard Games\Big Ambitions\ModsLocal\ |
BAHelpApi.dll |
Mod developers — reference the assembly from your mod's .asmdef |
Most players don't need this on its own — it changes nothing by itself. Install it only if
another mod asks for it. Subscribing on the Steam Workshop is easier than installing manually.
For mod authors
HelpApi.RegisterPage("MyMod", HelpCategories.Furniture,
slug: "furniture-mymodwidget",
pageKeyPrefix: "mymod:itemname_widget");