RimWorld
Moonlight
20件中 1-10 を表示
< 1  2 >
更新: 2023年3月23日 @ 21時02分

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.

更新: 2023年2月26日 @ 11時01分

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

更新: 2022年12月1日 @ 9時11分

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

更新: 2022年10月10日 @ 14時00分

1.4 support

更新: 2021年11月26日 @ 23時49分

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

更新: 2021年11月9日 @ 13時20分

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

更新: 2021年10月30日 @ 6時53分

XML fix.

更新: 2021年10月30日 @ 5時14分

- 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.

更新: 2021年10月2日 @ 19時32分

NRE fix.

更新: 2021年10月2日 @ 18時19分

Fixes options menu error.