Jump to content

Need an alternative to EPL's augers


archnem

Recommended Posts

Hey all:

I've recently removed UKS from my install and still want to use EPL.  However, the augers are 1) ugly and 2) undeployable.  As I understand it, right now, Infernal Robotics is not working with 1.2.2 so I can't just shove the augers into the ground that way, and I really would rather have better looking drills anyway.   There used to be alternative drills for EPL, but that link seems to be broken and not maintained.

Are there any alternatives to the augers?  Is there any way to make the stock drills mine MetalOre?  I tried messing about with the .cfg for the stock drills but can't seem to get it to work.  Any help would be appreciated.

Link to comment
Share on other sites

Here is a MM patch from my mod to make the stock drill harvest MetalOre:

Spoiler



@PART[RadialDrill]
{
    MODULE
    {
        name = ModuleResourceHarvester
        HarvesterType = 0
        Efficiency = 0.5
        ResourceName = MetalOre
        ConverterName = MetalOre Harvester
        StartActionName = Start MetalOre Harvester
        StopActionName = Stop MetalOre Harvester
        ToggleActionName = Toggle MetalOre Harvester
        ImpactTransform = ImpactTransform
        ImpactRange = 6
        AutoShutdown = true
        GeneratesHeat = true
        INPUT_RESOURCE
        {
            ResourceName = ElectricCharge
            Ratio = 23
        }
        TemperatureModifier
        {
            key = 0 10000
            key = 250 7500
            key = 500 5000
            key = 750 500
            key = 1000 0
        }        
        UseSpecialistBonus = true
        SpecialistEfficiencyFactor = 0.2
        SpecialistBonusBase = 0.05
        ExperienceEffect = DrillSkill
        EfficiencyBonus = 1
        ThermalEfficiency
        {
            key = 0 0.1
            key = 250 .1
            key = 500 1
            key = 750 .1
            key = 1000 0
        }
    }
}


 

Create an empty cfg somewhere inside your GameData folder and paste the content. Requires ModuleManager and also EL for resource abundance definition of MetalOre.
You may want to tweak Efficiency for harvesting speed and Ratio for EC-consumption.

Link to comment
Share on other sites

It's not just the drills that desperately need an update. ALL parts need to be completely overhauled!
EPL is a great mod but the horrible parts are what's keeping me from using it.

Edited by Tex_NL
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...