I made Warrior Quest, a local LLM-powered dark-fantasy RPG where the model only plays NPCs and the actual game state stays deterministic

Reddit r/LocalLLaMA Products

Summary

Warrior Quest is a local LLM-powered dark-fantasy RPG demo on Steam where the AI model is used only for NPC emulation while the game state remains deterministic, requiring a GPU with 8GB VRAM.

The LLM is limited to NPC emulation. Game state, world logic, quests, and the authored story are handled by deterministic game systems rather than the LLM. I built it this way because I wanted the freedom of talking to NPCs like you would at a tabletop game, without handing the actual game state or canon over to an LLM. This started as a personal project. As it became more and more fun to actually play, I decided I wanted to release it. I've been a DM and a software engineer for over a decade, so Warrior Quest is basically where those two parts of my life finally get to meet. All art, authored story, music, SFX, and source voice acting were created by me. NPC dialogue uses TTS based on my own recorded voice acting. The Warrior Quest demo is out on Steam and has about 60–90 minutes of content. Minimum requirement: a GPU with 8 GB of VRAM. Everything runs locally; no API key or cloud LLM is required. I'm the developer, so this is self-promotion, but I thought the approach of using a local LLM specifically for NPCs while keeping the underlying RPG deterministic might be interesting to people here.
Original Article

Similar Articles

NPC Engine Using Local Models

Reddit r/LocalLLaMA

An engine for creating NPCs using local AI models, enabling offline and private character interactions.