RimWorld
Moonlight
20 sonuçtan 1 ile 10 arası gösteriliyor
< 1  2 >
Güncelleme: 23 Mar 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.

Güncelleme: 26 Şub 2023 @ 11:01

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

Güncelleme: 1 Ara 2022 @ 9:11

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

Güncelleme: 10 Eki 2022 @ 14:00

1.4 support

Güncelleme: 26 Kas 2021 @ 23:49

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

Güncelleme: 9 Kas 2021 @ 13:20

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

Güncelleme: 30 Eki 2021 @ 6:53

XML fix.

Güncelleme: 30 Eki 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.

Güncelleme: 2 Eki 2021 @ 19:32

NRE fix.

Güncelleme: 2 Eki 2021 @ 18:19

Fixes options menu error.