RimWorld

RimWorld

Moonlight
Näytetään 1–10 / 20
< 1  2 >
Päivitys: 23.3.2023 klo 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.

Päivitys: 26.2.2023 klo 11.01

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

Päivitys: 1.12.2022 klo 9.11

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

Päivitys: 10.10.2022 klo 14.00

1.4 support

Päivitys: 26.11.2021 klo 23.49

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

Päivitys: 9.11.2021 klo 13.20

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

Päivitys: 30.10.2021 klo 6.53

XML fix.

Päivitys: 30.10.2021 klo 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.

Päivitys: 2.10.2021 klo 19.32

NRE fix.

Päivitys: 2.10.2021 klo 18.19

Fixes options menu error.