Proxyer / HeatMap

Rimworld mod, adds an overlay toggle button to show a temperature based colour gradient over indoor areas

Home Page:http://steamcommunity.com/sharedfiles/filedetails/?id=947972722

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To build, just build the .sln in VS 2017. A distribution zip will be created in a dist directory at the root of the repo.

Before a release, update AssemblyInfo.cs in the project directory to increase the patch number (3rd version field) of AssemblyVersion and AssemblyFileVersion by one. If the a Steam installation of RimWorld is detected, the major & minor version fields of AssemblyInfo.cs and the targetVersion field of mod-structure\About\About.xml will be updated automatically. If a Steam installation is not detected, these must be updated manually.

HugsLib dependencies are fetched via NuGet and the RimWorld and Unity assemblies will be copied out of the game's Steam directory if found. The output will automatically be copied into the game's mod directory if a Steam installation of the game is detected.

If you are not using Steam, create a ThirdParty directory at the root of the repository and copy Assembly-CSharp.dll and UnityEngine.dll from the game into there.

About

Rimworld mod, adds an overlay toggle button to show a temperature based colour gradient over indoor areas

http://steamcommunity.com/sharedfiles/filedetails/?id=947972722

License:GNU General Public License v3.0


Languages

Language:C# 84.5%Language:PowerShell 15.5%