Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 930 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 930 Bytes

Bannerlord Wanderer Creator

Netlify Status

Webpage: https://butterlord.com/wanderers

React web app that allows creating and editing wanderers (e.g. companions) for Bannerlord. It then generates a module for the game that the user can drop into it's installation and use in the game. See the page's FAQ for more information about how it works and how to use it.

Uses my simple WandererStringsLoader.dll module to load custom wanderer dialogue into the game. The repo for that module can be found here.

Installation

Checkout the project and install the dependencies with:

  pnpm install

Then run the project with:

  pnpm start