RimWorld
Moonlight
Hiển thị 1-10 trong 20 mục
< 1  2 >
Cập nhật: 23 Thg03, 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.

Cập nhật: 26 Thg02, 2023 @ 11:01am

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

Cập nhật: 1 Thg12, 2022 @ 9:11am

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

Cập nhật: 10 Thg10, 2022 @ 2:00pm

1.4 support

Cập nhật: 26 Thg11, 2021 @ 11:49pm

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

Cập nhật: 9 Thg11, 2021 @ 1:20pm

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

Cập nhật: 30 Thg10, 2021 @ 6:53am

XML fix.

Cập nhật: 30 Thg10, 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.

Cập nhật: 2 Thg10, 2021 @ 7:32pm

NRE fix.

Cập nhật: 2 Thg10, 2021 @ 6:19pm

Fixes options menu error.