SmartRimWorld
SmartRimWorld is an AI-assisted gameplay enhancement mod for RimWorld.
SmartRimWorld is an AI-assisted gameplay enhancement mod for RimWorld. It uses a large language model (LLM) to bring "intelligence" to your colony:
• AI Social Dialogue: automatically generates personality- and relationship-aware dialogue lines for pawns' social interactions.
• AI Behavior Decisions: pawns decide on their own to chat, reassure, attack, rescue, hunt and more, with actions logged to memory.
• Memory Log System: a single JSONL log records dialogues, world events, pawn states and AI actions, browsable through "Dialogue / Event / Memory" tabs.
• Colony Chronicle: auto-generates or continues your colony's chronicle based on the scenario and colony memories.
• Trigger Tags: AI-initiated actions are tagged in memory with what event they triggered, so you always know who did what and why.
You need to configure your own AI model (API endpoint and key) before use. All network calls run asynchronously in the background and never block the game.
On API key safety: your API key is stored only in a separate XML file under RimWorld's local Config folder. It is never written into the colony save file (.rws), so sharing, uploading or distributing your save games will not leak your API key. Note that the key is stored in plaintext on the local machine: other users on the same PC, or malware with local access, could still read that file. Keep your own machine secure.