System to make NPCs in the RPG alive.
This is evolution of https://github.com/drzdo/immersive_morrowind_llm_ai
Right now this mod is primarily focused on Morrowind. But I would like to keep it extandable for other games as well.
Server:
dotnet run --project src/ZdoRpgAi.Server.Console -- --config .tmp/server-config.yamlClient:
dotnet run --project src/ZdoRpgAi.Client.Console -- --config .tmp/client-config.yamlGame mods:
- Morrowind OpenMW https://github.com/drzdo/zdo-rpg-ai-openmw-mod
