Skip to content

Releases: ShugokiFable/RimWorldForge

v0.2.1 - profile fix + github discoverability

Choose a tag to compare

@ShugokiFable ShugokiFable released this 29 Aug 20:29

Installer now repairs the Hermes rimworld profile to match roblox/skyrim: junction plugins -> default hermes/plugins, seed all bundled skills (rimworld profile was stuck at 15 skills vs 247), and repair the truncated config.yaml so default plugins/skills show up. Keeps the rimworldforge MCP and mirrors default-profile MCPs (github/context7/headroom). Future installs are self-healing; existing broken profiles are patched in place.

GitHub: polished About (homepage), 20 discoverability topics (rimworld/mcp/mcp-server/hermes/claude-code/codex/...), README title now reflects v0.2.1.

v0.2.0 - Real-library hardening + one-click agent wiring

Choose a tag to compare

@ShugokiFable ShugokiFable released this 29 Aug 18:10

First public release.

  • RimWorld 1.6-only Def indexing across Core/DLC and installed mods (versioned layouts: 1.6/, Common/, LoadFolders.xml; legacy version dirs skipped)
  • Multi-drive Steam auto-discovery via libraryfolders.vdf (RIMWORLD_WORKSHOP_ROOT / RIMWORLD_MODS_ROOT / RIMWORLD_ROOT env escapes)
  • Typed JSON plans → About.xml/Defs/LoadFolders generation, static validation, reference checks against the real index, deterministic ZIP + SHA-256 receipt
  • Player.log analyzer with duplicate-exception storm detection ([Ref XXXX] collapse)
  • C# scaffold + dotnet build against installed assemblies (approval-gated)
  • One-click Install.ps1 / START-HERE.bat: wires Hermes (dedicated rimworld profile), Claude Code (user-scope MCP + skill), Codex (skill); Uninstall.ps1 reverses everything