/TeleCore

A collection of tools and extended functionalities for RimWorld!

Primary LanguageC#GNU General Public License v3.0GPL-3.0

TeleCore

TeleCore started as a personal collection of tools and features I've created for my main mod TiberiumRim, made publicly available via this separate framework mod! It adds a lot of sophisticated and advanced features to extend RimWorld, from custom animations to new render options and custom turrets! Alongside many, many tools and utilities.

Getting Started

First of all make sure you add this mod as a dependency in your About.xml!

<modDependencies>
  <li>
    <packageId>Telefonmast.TeleCore</packageId>
    <displayName>TeleCore</displayName>
    <steamWorkshopUrl>https://steamcommunity.com/sharedfiles/filedetails/?id=2810454935</steamWorkshopUrl>
    <downloadUrl>https://github.com/RealTelefonmast/TeleCore</downloadUrl>
  </li>
</modDependencies>

Next Up: Check the Wiki to learn more about the various features and functions of this framework!