Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - GiantSpaceHamster

#41
Hey everyone,

I started making a mod last night. My goal is to make a mod that provides a new "moods dashboard" overview pane for your colonists. So far I've been able to get a new custom window up, list the colonist names, and display their safe and comfortable temperature min/max values relative to each other on a small chart. There's also a vertical line showing the outside temperature, but that doesn't apply to every colonist if some are inside. What's the best way to get a colonist's current temperature? I saw a couple methods related to getting the temp "around an entity" and for getting the temp "within a tile". What's the difference between these and is one of them the one I'm looking for?

The CCL was immensely useful for getting started. I looked at the minimap to figure out how to make my own custom window and browsed the decompiled assemblies to try and find the data I need from the game.

Is there a general breakdown of where to find certain types of information from the game data? There are a ton classes and even a very high level "here's where this type of data can be found" would be very handy from someone with more experience.