RimWorld
Moonlight
Menampilkan1-10 dari 20 kiriman
< 1  2 >
Pembaruan: 23 Mar 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.

Pembaruan: 26 Feb 2023 @ 11:01am

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

Pembaruan: 1 Des 2022 @ 9:11am

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

Pembaruan: 10 Okt 2022 @ 2:00pm

1.4 support

Pembaruan: 26 Nov 2021 @ 11:49pm

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

Pembaruan: 9 Nov 2021 @ 1:20pm

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

Pembaruan: 30 Okt 2021 @ 6:53am

XML fix.

Pembaruan: 30 Okt 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.

Pembaruan: 2 Okt 2021 @ 7:32pm

NRE fix.

Pembaruan: 2 Okt 2021 @ 6:19pm

Fixes options menu error.