RimWorld
Moonlight
Affichage des entrées 1-10 sur 20
< 1  2 >
Mis à jour le : 23 mars 2023 à 21h02

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.

Mis à jour le : 26 févr. 2023 à 11h01

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

Mis à jour le : 1 déc. 2022 à 9h11

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

Mis à jour le : 10 oct. 2022 à 14h00

1.4 support

Mis à jour le : 26 nov. 2021 à 23h49

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

Mis à jour le : 9 nov. 2021 à 13h20

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

Mis à jour le : 30 oct. 2021 à 6h53

XML fix.

Mis à jour le : 30 oct. 2021 à 5h14

- 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.

Mis à jour le : 2 oct. 2021 à 19h32

NRE fix.

Mis à jour le : 2 oct. 2021 à 18h19

Fixes options menu error.