// Management · RimWorld Mod
RimMind - Bridge (RimChat)
RimMind - Bridge: RimChat A compatibility bridge between RimMind suite and RimChat mod.
RimMind - Bridge: RimChat
A compatibility bridge between RimMind suite and RimChat mod. It achieves dialogue & action mutual exclusion and context synchronization when both mods are enabled.What Is RimMind
RimMind is an AI-powered RimWorld mod suite. Integrated with Large Language Models (LLM), it grants colonists distinct personalities, long-term memories, interactive dialogues and autonomous decision-making logic.Sub-mod List & Dependency Tree
Mod Name Function Dependencies GitHub RimMind-Core API client, request scheduling, context packaging Harmony Link RimMind-Actions AI-driven pawn action execution module Core Link RimMind-Advisor AI generates autonomous work plans for pawns Core, Actions Link RimMind-Dialogue AI natural conversation system Core Link RimMind-Memory Event memory recording and context injection Core Link RimMind-Personality AI custom character traits and thoughts generation Core Link RimMind-Storyteller AI storyteller that intelligently triggers random events Core LinkCore ── Actions ── Advisor
├── Dialogue
├── Memory
├── Personality
└── Storyteller
Core Functions
Dialogue Gating - Automatically disable RimMind-Dialogue player chat triggers and floating conversation menus while RimChat is active, preventing conflicts between two separate AI dialogue systems. Action Gating - Automatically skip overlapping actions of RimMind-Actions (Diplomacy, Social Relations, Recruitment) and RimMind-Storyteller event triggers to avoid repeated logic execution. Shared global cooldown prevents frequent duplicate events. Context Import - Extract faction diplomacy logs and RPG chat history from RimChat, register as official RimMind context provider, making RimMind AI aware of all RimChat conversation content.Technical Advantages
- Reads RimChat data via pure reflection, no compile-time dependencies, runs silently when RimChat is not installed
- Three-layer gating system: Dialogue Gating + Action Gating + Storyteller Event Cooldown
- 13 adjustable parameters to precisely control gating scope and imported context content