Jump to content

Procedural Fuel Cells ?


baldamundo

Recommended Posts

Fascinating. Need to power a warp drive or something?

No, just I don't like the stock radial fuel cells, I'm slightly obsessed with procedural parts, and I'd like more options for powering my probes and such. Integrating with TAC-LS would just be icing on the cake.

Link to comment
Share on other sites

I don't play with TAC-LS so i don't know what resources it uses.But it's quite simple to ad more option to "fuel cell",via MM patch.

Here is example:

@PART[FuelCell]
{
@MODULE[ModuleResourceConverter]
{
@ConverterName = Fuel Cell Lf+Ox
@StartActionName = Start Fuel Cell [Lf+Ox]
@StopActionName = Stop Fuel Cell [Lf+Ox]
}
MODULE
{
name = ModuleResourceConverter
ConverterName = Fuel Cell hydrogen //unique name for every converter
StartActionName = Start Fuel Cell [hydrogen]
StopActionName = Stop Fuel Cell [hydrogen]
FillAmount = 0.95
AutoShutdown = false
GeneratesHeat = false
UseSpecialistBonus = false

INPUT_RESOURCE
{
ResourceName = hydrogen //this must be the right resource
Ratio = 0.0016875
FlowMode = STAGE_PRIORITY_FLOW
}

OUTPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 1.5
DumpExcess = false
}
}
}

I really doubt,that TAC-LS uses hydrogen,so you must be careful about the resources that are configured.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...