RimWorld

RimWorld

Moonlight
Showing 1-10 of 20 entries
< 1  2 >
Update: Mar 23, 2023 @ 9:02pm

v1.5.2
- First of my mods to implement an alternative way of cache updating with 1000x less overhead. Before, there was a patch attached to the end of the game's ticker which would regulate when to update the cache (daily). To reduce overhead, this patch has been moved an unrelated method that Rimworld consistently calls every 1000th tick.
- Code maintenance, updating code to my newer style.

Update: Feb 26, 2023 @ 11:01am

v1.5.1
- Biomes! Core incompatibility removed.
- Code maintenance.

Update: Dec 1, 2022 @ 9:11am

Just some internal code maintenance, aligning coding practices with the newer way of doing things.

Update: Oct 10, 2022 @ 2:00pm

1.4 support

Update: Nov 26, 2021 @ 11:49pm

Alpha Biome's Forsaken Crag biome has been added to the ignore list, due to its unique lighting behavior.

Update: Nov 9, 2021 @ 1:20pm

Fixes errors that could occur if there are no maps (caravans only)

Update: Oct 30, 2021 @ 6:53am

XML fix.

Update: Oct 30, 2021 @ 5:14am

- Just internal stuff. Much of the mod has been rewritten to apply experience gained from my more recent mods. Code is simplified down and a bit more lightweight now.
- The method by which SoS2's special space weather was excluded has been changed from being hardcoded to using an XML mod extension, to make it easier to add other exceptions should the need arise in the future.

Update: Oct 2, 2021 @ 7:32pm

NRE fix.

Update: Oct 2, 2021 @ 6:19pm

Fixes options menu error.