Voices of the Court is a Crusader Kings 3 mod which integrates Large Language Models into the game. It lets you hold conversations with the characters and also impact the game state to an extend.
Documentation: https://docs.voicesofthecourt.app
Join our Discord:
- clone the repo
- install dependencies with
npm i
- start dev mode with
npm run start
- package app with
npm run make