RimWorld

RimWorld

Moonlight
Mostrando 1-10 de 20 aportaciones
< 1  2 >
Actualización: 23 MAR 2023 a las 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.

Actualización: 26 FEB 2023 a las 11:01

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

Actualización: 1 DIC 2022 a las 9:11

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

Actualización: 10 OCT 2022 a las 14:00

1.4 support

Actualización: 26 NOV 2021 a las 23:49

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

Actualización: 9 NOV 2021 a las 13:20

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

Actualización: 30 OCT 2021 a las 6:53

XML fix.

Actualización: 30 OCT 2021 a las 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.

Actualización: 2 OCT 2021 a las 19:32

NRE fix.

Actualización: 2 OCT 2021 a las 18:19

Fixes options menu error.