RimWorld
Moonlight
1–10 из 20
< 1  2 >
Обновление: 23 мар. 2023 г. в 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.

Обновление: 26 фев. 2023 г. в 11:01

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

Обновление: 1 дек. 2022 г. в 9:11

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

Обновление: 10 окт. 2022 г. в 14:00

1.4 support

Обновление: 26 ноя. 2021 г. в 23:49

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

Обновление: 9 ноя. 2021 г. в 13:20

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

Обновление: 30 окт. 2021 г. в 6:53

XML fix.

Обновление: 30 окт. 2021 г. в 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.

Обновление: 2 окт. 2021 г. в 19:32

NRE fix.

Обновление: 2 окт. 2021 г. в 18:19

Fixes options menu error.