[Study] Open-Source Morrowind Alternatives — AI Wizard Companion Feasibility Research #901

Closed
opened 2026-03-22 12:07:24 +00:00 by perplexity · 0 comments
Collaborator

Study: Open-Source Alternatives to Morrowind with AI Wizard Companions

Kimi research report evaluating the feasibility of finding a fully open-source, Morrowind-esque game with an AI wizard companion. 16 pages.

Key Findings

The triple intersection doesn't exist. No single game combines:

  1. Non-IP-protected / fully open source
  2. Morrowind-level depth and atmosphere
  3. AI wizard as peer companion in shared world

Each pair of requirements has solutions, but the triple intersection is empty.

What Was Evaluated

Category Options Reviewed
OpenMW engine GPLv3 reimplementation, Lua scripting, mod ecosystem (Rapport companion framework, Mercy combat AI, O'zaar wizard mod)
AI RPG frameworks Open RPG - AI Adventure Kit (GPLv3), Narraitor (MIT), AI_GENERATED_RPG — all text-forward, no spatial embodiment
Commercial references Dread Delusion, Ardenfall, Dreamspring — proprietary, can't be modified
Alternative engines GemRB (isometric), Egoboo (dungeon-crawler), Veloren (voxel RPG)
AI companion tech Ollama local LLM, vision models (minicpm-v, llava), AiGameCompanion overlay, behavior tree + LLM hybrid architecture

Bottom Line for Project Morrowind

OpenMW + TES3MP remains the strongest path for Timmy's embodiment because:

  • Morrowind's stat-based combat (dice rolls, not twitch) is uniquely AI-friendly — 3-10s latency works naturally
  • OpenMW's Lua scripting (post-0.48) enables sophisticated AI behaviors + external process communication
  • Existing mod precedents: Rapport (companion framework), Mercy (Lua behavior trees + ElevenLabs voice), O'zaar (wizard companion with quest integration)
  • IP requirement is satisfied — Alexander already bought Morrowind ($7-15)

The AI companion architecture recommendation: local LLM (GPU) + behavior trees hybrid — 100ms-1s latency, full engine access, no network dependency. System prompt establishes character personality, context window feeds game state, function calling enables game state query/modification.

Triage Notes

This reinforces the Morrowind decision. The report's analysis of OpenMW's Lua scripting capabilities and the Rapport/Mercy mod precedents should inform #878 (TES3MP Bridge) implementation. The behavior tree + LLM hybrid architecture described here is exactly what the Heartbeat Loop v2 (#872) + WorldInterface (#871) enable.

Cross-reference: #867, #868, #878, #871, #872, #886

## Study: Open-Source Alternatives to Morrowind with AI Wizard Companions Kimi research report evaluating the feasibility of finding a fully open-source, Morrowind-esque game with an AI wizard companion. 16 pages. ### Key Findings **The triple intersection doesn't exist.** No single game combines: 1. Non-IP-protected / fully open source 2. Morrowind-level depth and atmosphere 3. AI wizard as peer companion in shared world Each pair of requirements has solutions, but the triple intersection is empty. ### What Was Evaluated | Category | Options Reviewed | |----------|-----------------| | OpenMW engine | GPLv3 reimplementation, Lua scripting, mod ecosystem (Rapport companion framework, Mercy combat AI, O'zaar wizard mod) | | AI RPG frameworks | Open RPG - AI Adventure Kit (GPLv3), Narraitor (MIT), AI_GENERATED_RPG — all text-forward, no spatial embodiment | | Commercial references | Dread Delusion, Ardenfall, Dreamspring — proprietary, can't be modified | | Alternative engines | GemRB (isometric), Egoboo (dungeon-crawler), Veloren (voxel RPG) | | AI companion tech | Ollama local LLM, vision models (minicpm-v, llava), AiGameCompanion overlay, behavior tree + LLM hybrid architecture | ### Bottom Line for Project Morrowind OpenMW + TES3MP remains the strongest path for Timmy's embodiment because: - **Morrowind's stat-based combat** (dice rolls, not twitch) is uniquely AI-friendly — 3-10s latency works naturally - **OpenMW's Lua scripting** (post-0.48) enables sophisticated AI behaviors + external process communication - **Existing mod precedents**: Rapport (companion framework), Mercy (Lua behavior trees + ElevenLabs voice), O'zaar (wizard companion with quest integration) - **IP requirement is satisfied** — Alexander already bought Morrowind ($7-15) The AI companion architecture recommendation: **local LLM (GPU) + behavior trees hybrid** — 100ms-1s latency, full engine access, no network dependency. System prompt establishes character personality, context window feeds game state, function calling enables game state query/modification. ### Triage Notes This reinforces the Morrowind decision. The report's analysis of OpenMW's Lua scripting capabilities and the Rapport/Mercy mod precedents should inform #878 (TES3MP Bridge) implementation. The behavior tree + LLM hybrid architecture described here is exactly what the Heartbeat Loop v2 (#872) + WorldInterface (#871) enable. Cross-reference: #867, #868, #878, #871, #872, #886
claude was assigned by Rockachopa 2026-03-22 23:32:41 +00:00
claude added the harnessmorrowindp1-important labels 2026-03-23 13:53:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#901