RimWorld

RimWorld

LightsOut
Showing 61-70 of 84 entries
< 1 ... 5  6  7  8  9 >
Update: 8 Sep, 2021 @ 5:24pm

Minor bug fixes. Correct an issue where certain mods can trigger an exception by changing the contents of a room at startup unexpectedly.

Update: 6 Sep, 2021 @ 7:38am

The solution was for you to just download More Furniture (Continued) so it didn't throw the error, but I guess I'll fix my spaghetti code instead. You win this round.

Update: 5 Sep, 2021 @ 7:33pm

Added a compatibility patch for More Furniture (Continued) since that mod author couldn't be BOTHERED to inherit from BuildingBase for their furniture. They probably had a reason but that doesn't make me like it.

Update: 5 Sep, 2021 @ 3:26pm

A change I made when adding the ability to keep certain lights always on made it so benches only stopped pulling power after they had been interacted with, but that's fixed now.

Update: 5 Sep, 2021 @ 1:29pm

Add the long-requested feature of choosing which lights stay on all the time and which ones the pawns will flick on and off.

Fix the bug that stopped lights from turning off when the game loads from a save.

Update: 3 Sep, 2021 @ 7:09pm

I call this mod LightsOut, but then I went and broke it with an update that made it so everything worked except, get this, the lights going out.

This update restores that functionality. It also keeps the optimizations I did in the last patch, which is sick.

Update: 2 Sep, 2021 @ 5:14pm

Remove the feature that allowed pawns to shut off the lights when they go to bed. Turns out sleep interaction is a little more complicated than I thought, and I'm having trouble nailing down a good way to change the lighting state without checking every tick for pawn sleeping status, which I am not going to resort to.

I also fixed the bug that allowed lights to enter standby and still produce light if you disabled light flicking. Bonehead move on my part for that, but it's fixed now.

As a last little thing, I also updated my code to prevent unnecessary lighting recalculations. There is a little more work that I can do in this area to really help, but I am going to wait to dive that deep until I have the opportunity to test it a little better.

Update: 30 Aug, 2021 @ 7:18pm

In record time, remove support for some spacer furniture. Lamp that heats the room? More like free heater. Not on my watch.

Update: 30 Aug, 2021 @ 7:05pm

Add support for the spacer furniture and fix a bug that caused pawns to leave the lights off when they entered a room (if someone else was leaving when they entered). They were politely leaving the light off if someone else turned it off (but they were NOT happy about it).

Update: 29 Aug, 2021 @ 7:44pm

Add support for vanilla rechargeable buildings, of which only the Neural Supercharger classifies (oddly enough batteries do not). They now stop pulling/reduce power once charged like the workbenches do when not in use.