RimWorld
Moonlight
20개 중 1~10개 표시 중
< 1  2 >
업데이트: 2023년 3월 23일 @ 오후 9시 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.

업데이트: 2023년 2월 26일 @ 오전 11시 01분

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

업데이트: 2022년 12월 1일 @ 오전 9시 11분

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

업데이트: 2022년 10월 10일 @ 오후 2시 00분

1.4 support

업데이트: 2021년 11월 26일 @ 오후 11시 49분

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

업데이트: 2021년 11월 9일 @ 오후 1시 20분

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

업데이트: 2021년 10월 30일 @ 오전 6시 53분

XML fix.

업데이트: 2021년 10월 30일 @ 오전 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.

업데이트: 2021년 10월 2일 @ 오후 7시 32분

NRE fix.

업데이트: 2021년 10월 2일 @ 오후 6시 19분

Fixes options menu error.