ToolkitCore is a mod for the game RimWorld that provides a standardized way to connect and interact with Twitch.
ToolkitCore is licensed under the MIT License.
See the LICENSE file for the full license text.
The mod is available on the Steam Workshop. You will also need to subscribe to Harmony.
- Download the latest release from the Releases page.
- Download the Harmony library.
- Extract the Harmony archive to your RimWorld Mods folder.
- Extract the ToolkitCore archive to your RimWorld Mods folder.
- Enable the mods in the RimWorld Mods menu.
- Enjoy!
Contributions, bug reports, and feature requests are welcome!
To build the mod, you will need the following:
- Mono if you’re not on Windows.
- .NET 4.7.2 Developer Pack if you're on Windows.
- Git
- RimWorld
- Your favorite IDE.
We recognize people’s games are different, so we’ve provided properties you may change if the project doesn’t build for you:
SteamRootDiris a property that points to the directory where your copy of Steam is located.RootDestinationDiris a property that points to the directory where you’ll house your compiled copy of ToolkitCore. The build process will insert a valid "vX.X\Assemblies" subdirectory at build time.RimWorldModsDiris a property that points to the directory where your mods folder of RimWorld is located.
You may set either of these properties at build time in your IDE, or through the command line:
- Command line:
msbuild /p:RimWorldModsDir=C:\path\to\mods\dir ... - IDE: Refer to your IDE’s documentation on how to set global properties.
- GitHub: https://github.com/harleyknd1/toolkitcore
- Discord: https://discord.gg/qrtg224
- Issue Tracker: https://github.com/harleyknd1/toolkitcore/issues
Special thanks to:
- hodlhodl for creating ToolkitCore.
- Toolkit Community—Ongoing maintainers and contributors.
Happy Modding!