Advanced Generators

Advanced Generators

40M Downloads

Adding Steam as a fuel

slawr34 opened this issue ยท 9 comments

commented

Hey bdew,

I looked over you tutorials for adding new fuels to be usable in an advanced generator:

turbine-fuel: {fluidname} {number} MJ/mB

What does 'number' mean in this context? Fluid ID? If so, how can I find the fluid ID for steam?

commented

You're in luck, it uses the same turbine blocks but with a different controller.

commented

Oh god, that's a relief. Whats the MJ/mb of steam in that generator?

commented

It had a different mechanic where steam amount affects RPM which in turn affects power. It's balanced to end up with ~0.2 MJ/mB.

commented

So more steam = more efficient (and hence more power per tick?).

commented

Yeah, pretty much

commented

{number} is the energy produced (MJ) per millibucket (mB)

Also 0.9.7 (which is coming out today) has a separate generator for steam :P

commented

Aw man just after I made 27 turbines for my high pressure boiler :P

commented

Sorry to oversimplify it if it was meant to be more complicated. Can you PM me when it's up?