Installation - Grim-/Talented GitHub Wiki

Installation and Implementation Guide

Installing the Mod

  1. Install like any other RimWorld mod:
    • Through Steam Workshop, or
    • Manual installation into your Mods folder
    • Enable the mod in your mod list

Adding as a Dependency

Add to your mod's About.xml:

<modDependencies>
    <li>
        <packageId>talented.core</packageId>
        <displayName>Talented Framework</displayName>
        <downloadUrl>your_download_url</downloadUrl>
    </li>
</modDependencies>
⚠️ **GitHub.com Fallback** ⚠️