RimWorld

RimWorld

LightsOut
Viser 21-30 af 85 forekomster
< 1  2  3  4  5 ... 9 >
Opdatering: 11. juni 2022 kl. 8:48

Nothing wild in this update, just found some time to button up a couple small things.

Fix compatibility for the colored wall lights from VFEA

Add compatibility for Erin's Japanese Furniture

Opdatering: 17. apr. 2022 kl. 10:32

The ethics may be questionable, but the support isn't.

Adds support for Questionable Ethics Enhanced vats.

Opdatering: 10. apr. 2022 kl. 16:12

Nothing crazy here, just rules out Self Lit Hydroponics as lights.

Opdatering: 9. apr. 2022 kl. 14:05

*sigh*

Add more Wall Light specific code to accommodate the awful things that mod does.

Opdatering: 7. apr. 2022 kl. 5:12

Worked with Yoann to get darklight campfires compatible.

Rules out all workbench-like things that output darklight (which shouldn't affect any vanilla benches afaik).

Opdatering: 2. apr. 2022 kl. 9:43

Added simplified Chinese translation from a community member (thanks again Middlewhite中白!)

Opdatering: 27. mar. 2022 kl. 16:35

Even smaller performance update than the last one.

Found a couple of places where the Pawns I was working with were possibly animals, meaning I could rule out a lot of running code very early in my patches to help with maps that tend to have a lot of animals.

I didn't observe a meaningful increase in performance, but it's worth pushing out in case others do.

Opdatering: 26. mar. 2022 kl. 7:49

Small performance update. Found a place where I wasn't properly memoizing the result of an "is this thingy a light" check that could have caused some unnecessary overhead depending on your configuration.

Also stopped using the default Harmony __state to keep track of rooms between the Prefix and Postfix patch when detecting Pawn room changes (because somehow it's a little faster to keep track of them in a hash table myself).

Your mileage may vary, but especially if you have a lot of power-drawing things sprinkled around your map you could see up to 40% better performance out of my mod (which sounds like a lot, but my longest-running patch went from 0.05ms to 0.03ms).

Opdatering: 23. mar. 2022 kl. 19:32

You can probably ignore this update entirely, it doesn't bring any bug fixes or cool features.

Added some more info regarding which map enable/disable light events are happening on, and added an extra null check to counteract something that my new debug logging flagged as being an error (it was unexpected, but not problematic).

Opdatering: 19. mar. 2022 kl. 19:47

Wall Lights - how do they work?

Fixed the issue where Wall Lights were busted. I am awestruck that he made his glowers Buildings -- and I'm dumbfounded I ever had it working in the first place.

Fix a bug in the mod settings where disabling then enabling the light flicking option didn't actually turn all of the lights back off if it encountered an outside light.

Reduce the logging my mod does, and add new logging options in the mod settings. You should probably leave them disabled (especially the spammy one).