BuildCraft|Core

BuildCraft|Core

7M Downloads

Combustion Engines will not start up again.

Durzan opened this issue · 11 comments

commented

So this problem is impossible to show, but easy to explain.

I fill a combustion engine with fuel, and then power it with a lever after attaching a wooden kinisis pipe to it, and It runs without a problem.

I then turn the engine off, and then flip the switch again, and the engine will not run.

The bug: It seems as though combustion engines can only be powered once.

commented

There is a cooldown period after stopping an engine.

commented

this is indeed not a bug. If you turn off a combustion engine it will cool down and then wait a bit before turning back on

commented

Maybe a little tooltips ?

commented

Can you consider reopening this bug?

I was very confused as to why my engines weren't running, and through trial-and-error discovered that they'd start back up after a short delay once then reached 20°C. It took me a good hour or two to figure it out though, and my Google-ing found some other bugs closed as "can't reproduce", but mostly said "engine won't start" — I wonder if this wasn't what they were hitting.

Some sort of visual feedback of "engine is in cooldown mode" would be great.

commented

Addressed in 48daafa

commented

@CovertJaguar has some plans to address this I believe

commented

He wanted for a visual hint that the engine is cooling. That commit just made it cool down faster.

commented

From what I understand the fixed cooling penalty has been removed. Now as soon as the temperature stops dropping the engine can start again. Previously there was an additional cooldown that wasn't really indicated anywhere

commented

Removed? I though it was just lowered from 30 seconds to 10.

My bad it was lowered down to 10 ticks not 10 seconds.

commented

Lowered from 30 seconds to 10 ticks

commented

I'd have removed it entirely, but that was too much work since the state machine was using that as state information. ;)