Jump to content

[1.12.x] Engine Ignitor Re-ignited Release - NEW DEPENDENCY ADDED


linuxgurugamer

Recommended Posts

Sorry for the double post, but this is something new that merits it, I think.

For some odd reason all the engines in the stock making history .cfg had ullage simulation set to false....which is not the way it should be. This is a corrected version;

//Making history configs
// Based on IRL equivalents, using RO as reference
//by Zorg, updated by Errol

@PART[LiquidEngineKE-1]
{
    MODULE
    {
        name = ModuleEngineIgnitor
        IgnitionsAvailable = 0
        AutoIgnitionTemperature = 800
        IgnitorType = External (launch Clamp)
	      UseUllageSimulation = true
    		ChanceWhenUnstable = 0.4  //0-1
    }
}

@PART[LiquidEngineLV-T91]//Based on LR91
{
    MODULE
    {
        name = ModuleEngineIgnitor
        IgnitionsAvailable = 1
        AutoIgnitionTemperature = 800
        IgnitorType = Internal
    		UseUllageSimulation = true
    		ChanceWhenUnstable = 0.4  //0-1
    }
}

@PART[LiquidEngineLV-TX87]//Based on LR87
{
    MODULE
    {
        name = ModuleEngineIgnitor
        IgnitionsAvailable = 1 //To allow for Titan III style air start
        AutoIgnitionTemperature = 800
        IgnitorType = Internal
    		UseUllageSimulation = true
    		ChanceWhenUnstable = 0.4  //0-1
    }
}

@PART[LiquidEngineRE-I2]//Based on J2
{
    MODULE
    {
        name = ModuleEngineIgnitor
        IgnitionsAvailable = 3
        AutoIgnitionTemperature = 800
        IgnitorType = Internal
    		UseUllageSimulation = true
    		ChanceWhenUnstable = 0.4  //0-1
    }
}

@PART[LiquidEngineRE-J10]//Based on Apollo SPS AJ10
{
    MODULE
    {
        name = ModuleEngineIgnitor
        IgnitionsAvailable = 50
        AutoIgnitionTemperature = 800
        IgnitorType = Internal
    		UseUllageSimulation = true
    		ChanceWhenUnstable = 0.4  //0-1
    }
}

@PART[LiquidEngineRK-7]//Based on Soyuz RD107
{
    MODULE
    {
        name = ModuleEngineIgnitor
        IgnitionsAvailable = 0
        AutoIgnitionTemperature = 800
        IgnitorType = External (launch Clamp)
	      UseUllageSimulation = true
    		ChanceWhenUnstable = 0.4  //0-1
    }
}

@PART[LiquidEngineRV-1]//Probably soyuz verniers? Who can tell? Giving it similar ignitions to stock radial.
{
    MODULE
    {
        name = ModuleEngineIgnitor
        IgnitionsAvailable = 18
        AutoIgnitionTemperature = 800
        IgnitorType = External (launch Clamp)
	      UseUllageSimulation = true
    		ChanceWhenUnstable = 0.4  //0-1
    }
}

Edited by Errol
Link to comment
Share on other sites

19 minutes ago, Errol said:

Sorry for the double post, but this is something new that merits it, I think.

For some odd reason all the engines in the stock making history .cfg had ullage simulation set to false....which is not the way it should be. This is a corrected versio

 

Can you make a pr, would just make it a bit easier

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...