Jump to content

Stock ore to EL metal converter


Recommended Posts

I would really like to use Extraplanetary Launchpads to build parts or entire ships in space, but I don't like using the EL-specific drills and ore. Seems redundant now that we have stock ore and drills.

I've searched and asked around, but it doesn't look like EL has any support for stock ore.

Would someone be able to please make a small mod that adds the ability to convert stock ore into EL-metal? Perhaps a new function on the ISRU the same way that it can convert ore to fuel?

Link to comment
Share on other sites

You just want it to covert to MetalOre ?

EDIT- This should work

@PART[ISRU]
{

MODULE
{
name = ModuleResourceConverter
ConverterName = MetalOre
StartActionName = Start ISRU [MetalOre]
StopActionName = Stop ISRU [MetalOre]
AutoShutdown = false
GeneratesHeat = false
UseSpecialistBonus = true
SpecialistEfficiencyFactor = 0.2
SpecialistBonusBase = 0.05
Specialty = Engineer
EfficiencyBonus = 1


INPUT_RESOURCE
{
ResourceName = Ore
Ratio = 0.25
}
INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 30
}
OUTPUT_RESOURCE
{
ResourceName = MetalOre
Ratio = 1
DumpExcess = false
}
}
}

Edited by Mecripp2
Link to comment
Share on other sites

  • 6 months later...
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...