Jump to content

[1.2?] Alchemy Technologies products... v1.2 beta


kyklop

Recommended Posts

The plugin is still beta phase formation and testing. On Dropbox I place only beta version of plugin. The final version I put on Course - Dropbox is easier for me to use for the beta version, I do not need to create a description of the plugin (I do not speak English, so it's enough for me to work, because plugin has many pieces).

You can download it and test it - and criticize. I will welcomed any constructive criticism, especially to my ideas and solutions, and of course to my descriptive text.

I NOT recommended to use the current version v06C to create anything intended for more than one short flight. Because now I working on a significant recasting many parts for use with TweakScale plugin.

Link to comment
Share on other sites

Version v06D (BETA) for use with TweakScale

[MOD - Download Link removed due to unauthorized redistribution of SQUAD assets - sumghai]

Edited by sumghai
Download Link removed due to unauthorized redistribution of SQUAD assets
Link to comment
Share on other sites

Differences in the strength of the reaction wheels - for ALT-CM051-T005 they have the power 0.05 for ALT-CM051-T01 they have the power of 0.1

"S" versions have a built-in self test system and can send on-board telemetry, which represents some small gains in scientific points. I hope that gain is "balanced" - neither too big, nor too small.

Link to comment
Share on other sites

  • 4 weeks later...

Beta v07C

for use with TweakScale

support for TAC-Life Support

[MOD - Download Link removed due to unauthorized redistribution of SQUAD assets - sumghai]

Edited by sumghai
Download Link removed due to unauthorized redistribution of SQUAD assets
Link to comment
Share on other sites

might want to update the first post to indicate your parts work with the latest version of KSP I Looked at the pics and thought cool some extra parts i've been looking for and then looked at the version number and was a little disappointed to see it was for .22

Link to comment
Share on other sites

  • 1 month later...

wow a mod thread where no one asks if it works yet for .24! Well, for the record it appears to work fine under x86 for the parts I've used. I don't do funds but I have fixed the radial decouplers. Well, the ones I use anyway. Since they all have varying ejection forces you can't get em all in one MM patch. But use this and just change the part name and ejection force as required. To specify - this is to fix the nose-in behavior of decouplers in 0.24:

@PART[radialDecouplerALWDR37_500]
{
!MODULE[ModuleAnchoredDecoupler] {}

MODULE
{
name = ModuleDecouple
ejectionForce = 500
explosiveNodeID = srf
}
}

I've also added a 1.25m 0.1t ballast weight:

+PART[BalastC0500]:FINAL
{
@name = BalastC0100

@MODEL
{
@texture = model000, AlchemyTechnologies/Parts/Structural/BalastB/model000A0100
}

@mass = 0.1
@title = Balast Weight ALW-BW-1250-0100
}

And if you're never going to use ballast weight decouplers you can remove them:

@PART[Balast*]
{
!MODULE[ModuleDecouple] {}
}

although if you have Tweakable Everything installed you should have the option to remove the decouplers from staging if you want to keep them but not have them clutter up your staging menu

Link to comment
Share on other sites

I should probably help reanimate this thread as well, since I've been using this mod since 0.23 was still fresh. It's a fantastic mod, elegant in its simplicity; it provides a lot of parts that should be in the game, but aren't. Those monopropellant engines are probably my favorite part, and I also tend to use the tiny structural elements a lot in building my probes and unmanned landers.

Come to think of it... I'll put together a set of RealFuels configs for the aforementioned engines. That ought to get more awareness for the Alchemy Technologies mod! Plus, since TweakScale doesn't work with RealFuels (yet?), having multiple different engines makes perfect sense.

Link to comment
Share on other sites

I've written RealFuels configs for the "critter" engine series. It's not much, but I hope it contributes to both mods. Back when I was playing without RealFuels, I used these engines a great deal for space probe propulsion. Now I've gotten into RealFuels, and felt like this needed to be done. The engines have been balanced slightly. They have only been partially tested! I'll update this as soon as I test everything (there might be errors in the configs). The engines run on two major monopropellants - hydrazine and high-test peroxide; hydrazine is more efficient, and HTP has much higher thrust (also, it's supposed to decay inside the tanks slowly, but I guess RealFuels doesn't simulate that yet). There are also three bipropellants available: MMH, UDMH, and Aerozine. No ullage simulation is in any of the configs - the fuel flows are considered to be pressurized.

By the way, some of the engines are made redundant by the ability to choose a fuel, so I didn't do all of them. Only the pertinent ones, one of each size. The rest can be deleted.

// Alchemy Technologies critter engine RealFuels MM configs, version 1.3 - DracovaXIV (CC-BY-NC)

@PART[LiquidFuelEngineLVM01]:FOR[RealFuels_StockEngines] //ALL-LV-1M "Ant"
{
@mass = 0.0035
@maxTemp = 1228
@title = ALL-LV-1M "Ant"
@description = Hypergolic continuous-cycle thrusters for small spacecraft, available in multiple sizes.

@MODULE[ModuleEngines]
{
@maxThrust = 1.5
@heatProduction = 91
@atmosphereCurve
{
@key,0 = 0 323
@key,1 = 1 114
}
!PROPELLANT[LiquidFuel] {}
!PROPELLANT[Oxidizer] {}
!PROPELLANT[MonoPropellant] {}
PROPELLANT
{
name = Hydrazine
ratio = 1
DrawGauge = True
}
}

MODULE
{
name = ModuleEngineConfigs
type = ModuleEngines
techLevel = 4
origTechLevel = 4
engineType = O
origMass = 0.0035
configuration = Hydrazine
modded = false
CONFIG
{
name = Hydrazine
maxThrust = 1.5
heatProduction = 91

PROPELLANT
{
name = Hydrazine
ratio = 1
DrawGauge = True
}
IspSL = 0.274
IspV = 0.72
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}
CONFIG
{
name = HTP
maxThrust = 2.25
heatProduction = 90

PROPELLANT
{
name = HTP
ratio = 1
DrawGauge = True
}
IspSL = 0.177
IspV = 0.465
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.05
}
}
}
CONFIG
{
name = MMH+N2O4
maxThrust = 1.5
heatProduction = 91

PROPELLANT
{
name = MMH
ratio = 0.50366459
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.49633541
}
IspSL = 0.953
IspV = 0.952
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}
CONFIG
{
name = UDMH+N2O4
maxThrust = 1.5
heatProduction = 99

PROPELLANT
{
name = UDMH
ratio = 0.46607309
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.53392691
}
IspSL = 0.95
IspV = 0.943
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.3
}
}
}
CONFIG
{
name = Aerozine+N2O4
maxThrust = 1.5
heatProduction = 99

PROPELLANT
{
name = Aerozine
ratio = 0.5017301
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.4982699
}
IspSL = 0.963
IspV = 0.955
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 1
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.3
}
}
}
}
!MODULE[ModuleEngineIgnitor] {}
MODULE
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}


@PART[LiquidFuelEngineLVM03]:FOR[RealFuels_StockEngines] //ALL-LV-3M "Beetle"
{
@mass = 0.01
@maxTemp = 1228
@title = ALL-LV-3M "Beetle"
@description = Hypergolic continuous-cycle thrusters for small spacecraft, available in multiple sizes.

@MODULE[ModuleEngines]
{
@maxThrust = 3
@heatProduction = 91
@atmosphereCurve
{
@key,0 = 0 323
@key,1 = 1 114
}
!PROPELLANT[LiquidFuel] {}
!PROPELLANT[Oxidizer] {}
!PROPELLANT[MonoPropellant] {}
PROPELLANT
{
name = Hydrazine
ratio = 1
DrawGauge = True
}
}

MODULE
{
name = ModuleEngineConfigs
type = ModuleEngines
techLevel = 4
origTechLevel = 4
engineType = O
origMass = 0.01
configuration = Hydrazine
modded = false
CONFIG
{
name = Hydrazine
maxThrust = 3
heatProduction = 91

PROPELLANT
{
name = Hydrazine
ratio = 1
DrawGauge = True
}
IspSL = 0.274
IspV = 0.72
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}
CONFIG
{
name = HTP
maxThrust = 4.5
heatProduction = 90

PROPELLANT
{
name = HTP
ratio = 1
DrawGauge = True
}
IspSL = 0.177
IspV = 0.465
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.05
}
}
}
CONFIG
{
name = MMH+N2O4
maxThrust = 3
heatProduction = 91

PROPELLANT
{
name = MMH
ratio = 0.50366459
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.49633541
}
IspSL = 0.953
IspV = 0.952
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}
CONFIG
{
name = UDMH+N2O4
maxThrust = 3
heatProduction = 99

PROPELLANT
{
name = UDMH
ratio = 0.46607309
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.53392691
}
IspSL = 0.95
IspV = 0.943
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.3
}
}
}
CONFIG
{
name = Aerozine+N2O4
maxThrust = 3
heatProduction = 99

PROPELLANT
{
name = Aerozine
ratio = 0.5017301
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.4982699
}
IspSL = 0.963
IspV = 0.955
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 1
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.3
}
}
}
}
!MODULE[ModuleEngineIgnitor] {}
MODULE
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}

@PART[LiquidFuelEngineLVM06]:FOR[RealFuels_StockEngines] //ALL-LV-6M "Mouse"
{
@mass = 0.02
@maxTemp = 1228
@title = ALL-LV-6M "Mouse"
@description = Hypergolic continuous-cycle thrusters for small spacecraft, available in multiple sizes.

@MODULE[ModuleEngines]
{
@maxThrust = 7.5
@heatProduction = 91
@atmosphereCurve
{
@key,0 = 0 323
@key,1 = 1 114
}
!PROPELLANT[LiquidFuel] {}
!PROPELLANT[Oxidizer] {}
!PROPELLANT[MonoPropellant] {}
PROPELLANT
{
name = Hydrazine
ratio = 1
DrawGauge = True
}
}

MODULE
{
name = ModuleEngineConfigs
type = ModuleEngines
techLevel = 4
origTechLevel = 4
engineType = O
origMass = 0.02
configuration = Hydrazine
modded = false
CONFIG
{
name = Hydrazine
maxThrust = 7.5
heatProduction = 91

PROPELLANT
{
name = Hydrazine
ratio = 1
DrawGauge = True
}
IspSL = 0.274
IspV = 0.72
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}
CONFIG
{
name = HTP
maxThrust = 11.25
heatProduction = 90

PROPELLANT
{
name = HTP
ratio = 1
DrawGauge = True
}
IspSL = 0.177
IspV = 0.465
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.05
}
}
}
CONFIG
{
name = MMH+N2O4
maxThrust = 7.5
heatProduction = 91

PROPELLANT
{
name = MMH
ratio = 0.50366459
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.49633541
}
IspSL = 0.953
IspV = 0.952
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}
CONFIG
{
name = UDMH+N2O4
maxThrust = 7.5
heatProduction = 99

PROPELLANT
{
name = UDMH
ratio = 0.46607309
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.53392691
}
IspSL = 0.95
IspV = 0.943
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.3
}
}
}
CONFIG
{
name = Aerozine+N2O4
maxThrust = 12
heatProduction = 99

PROPELLANT
{
name = Aerozine
ratio = 0.5017301
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.4982699
}
IspSL = 0.963
IspV = 0.955
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 1
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.3
}
}
}
}
!MODULE[ModuleEngineIgnitor] {}
MODULE
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}

@PART[LiquidFuelEngineLVM10]:FOR[RealFuels_StockEngines] //ALL-LV-10M "Rat"
{
@mass = 0.04
@maxTemp = 1228
@title = ALL-LV-10M "Rat"
@description = Hypergolic continuous-cycle thrusters for small spacecraft, available in multiple sizes.

@MODULE[ModuleEngines]
{
@maxThrust = 12
@heatProduction = 91
@atmosphereCurve
{
@key,0 = 0 323
@key,1 = 1 114
}
!PROPELLANT[LiquidFuel] {}
!PROPELLANT[Oxidizer] {}
!PROPELLANT[MonoPropellant] {}
PROPELLANT
{
name = Hydrazine
ratio = 1
DrawGauge = True
}
}

MODULE
{
name = ModuleEngineConfigs
type = ModuleEngines
techLevel = 4
origTechLevel = 4
engineType = O
origMass = 0.04
configuration = Hydrazine
modded = false
CONFIG
{
name = Hydrazine
maxThrust = 12
heatProduction = 91

PROPELLANT
{
name = Hydrazine
ratio = 1
DrawGauge = True
}
IspSL = 0.274
IspV = 0.72
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}
CONFIG
{
name = HTP
maxThrust = 18
heatProduction = 90

PROPELLANT
{
name = HTP
ratio = 1
DrawGauge = True
}
IspSL = 0.177
IspV = 0.465
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.05
}
}
}
CONFIG
{
name = MMH+N2O4
maxThrust = 12
heatProduction = 91

PROPELLANT
{
name = MMH
ratio = 0.50366459
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.49633541
}
IspSL = 0.953
IspV = 0.952
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}
CONFIG
{
name = UDMH+N2O4
maxThrust = 12
heatProduction = 99

PROPELLANT
{
name = UDMH
ratio = 0.46607309
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.53392691
}
IspSL = 0.95
IspV = 0.943
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.3
}
}
}
CONFIG
{
name = Aerozine+N2O4
maxThrust = 12
heatProduction = 99

PROPELLANT
{
name = Aerozine
ratio = 0.5017301
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.4982699
}
IspSL = 0.963
IspV = 0.955
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 1
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.3
}
}
}
}
!MODULE[ModuleEngineIgnitor] {}
MODULE
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}

@PART[LiquidFuelEngineLVRM01]:FOR[RealFuels_StockEngines] //ALL-LV-1RM "Ant Radial"
{
@mass = 0.0035
@maxTemp = 1228
@title = ALL-LV-1RM "Ant Radial"
@description = Hypergolic continuous-cycle thrusters for small spacecraft, available in multiple sizes.

@MODULE[ModuleEngines]
{
@maxThrust = 1.5
@heatProduction = 91
@atmosphereCurve
{
@key,0 = 0 323
@key,1 = 1 114
}
!PROPELLANT[LiquidFuel] {}
!PROPELLANT[Oxidizer] {}
!PROPELLANT[MonoPropellant] {}
PROPELLANT
{
name = Hydrazine
ratio = 1
DrawGauge = True
}
}

MODULE
{
name = ModuleEngineConfigs
type = ModuleEngines
techLevel = 4
origTechLevel = 4
engineType = O
origMass = 0.0035
configuration = Hydrazine
modded = false
CONFIG
{
name = Hydrazine
maxThrust = 1.5
heatProduction = 91

PROPELLANT
{
name = Hydrazine
ratio = 1
DrawGauge = True
}
IspSL = 0.274
IspV = 0.72
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}
CONFIG
{
name = HTP
maxThrust = 2.25
heatProduction = 90

PROPELLANT
{
name = HTP
ratio = 1
DrawGauge = True
}
IspSL = 0.177
IspV = 0.465
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.05
}
}
}
CONFIG
{
name = MMH+N2O4
maxThrust = 1.5
heatProduction = 91

PROPELLANT
{
name = MMH
ratio = 0.50366459
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.49633541
}
IspSL = 0.953
IspV = 0.952
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}
CONFIG
{
name = UDMH+N2O4
maxThrust = 1.5
heatProduction = 99

PROPELLANT
{
name = UDMH
ratio = 0.46607309
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.53392691
}
IspSL = 0.95
IspV = 0.943
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.3
}
}
}
CONFIG
{
name = Aerozine+N2O4
maxThrust = 1.5
heatProduction = 99

PROPELLANT
{
name = Aerozine
ratio = 0.5017301
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.4982699
}
IspSL = 0.963
IspV = 0.955
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 1
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.3
}
}
}
}
!MODULE[ModuleEngineIgnitor] {}
MODULE
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}


@PART[LiquidFuelEngineLVRM03]:FOR[RealFuels_StockEngines] //ALL-LV-3RM "Beetle Radial"
{
@mass = 0.01
@maxTemp = 1228
@title = ALL-LV-3RM "Beetle Radial"
@description = Hypergolic continuous-cycle thrusters for small spacecraft, available in multiple sizes.

@MODULE[ModuleEngines]
{
@maxThrust = 3
@heatProduction = 91
@atmosphereCurve
{
@key,0 = 0 323
@key,1 = 1 114
}
!PROPELLANT[LiquidFuel] {}
!PROPELLANT[Oxidizer] {}
!PROPELLANT[MonoPropellant] {}
PROPELLANT
{
name = Hydrazine
ratio = 1
DrawGauge = True
}
}

MODULE
{
name = ModuleEngineConfigs
type = ModuleEngines
techLevel = 4
origTechLevel = 4
engineType = O
origMass = 0.01
configuration = Hydrazine
modded = false
CONFIG
{
name = Hydrazine
maxThrust = 3
heatProduction = 91

PROPELLANT
{
name = Hydrazine
ratio = 1
DrawGauge = True
}
IspSL = 0.274
IspV = 0.72
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}
CONFIG
{
name = HTP
maxThrust = 4.5
heatProduction = 90

PROPELLANT
{
name = HTP
ratio = 1
DrawGauge = True
}
IspSL = 0.177
IspV = 0.465
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.05
}
}
}
CONFIG
{
name = MMH+N2O4
maxThrust = 3
heatProduction = 91

PROPELLANT
{
name = MMH
ratio = 0.50366459
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.49633541
}
IspSL = 0.953
IspV = 0.952
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}
CONFIG
{
name = UDMH+N2O4
maxThrust = 3
heatProduction = 99

PROPELLANT
{
name = UDMH
ratio = 0.46607309
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.53392691
}
IspSL = 0.95
IspV = 0.943
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.3
}
}
}
CONFIG
{
name = Aerozine+N2O4
maxThrust = 3
heatProduction = 99

PROPELLANT
{
name = Aerozine
ratio = 0.5017301
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.4982699
}
IspSL = 0.963
IspV = 0.955
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 1
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.3
}
}
}
}
!MODULE[ModuleEngineIgnitor] {}
MODULE
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}

@PART[LiquidFuelEngineLVRM06]:FOR[RealFuels_StockEngines] //ALL-LV-6RM "Mouse Radial"
{
@mass = 0.02
@maxTemp = 1228
@title = ALL-LV-6RM "Mouse Radial"
@description = Hypergolic continuous-cycle thrusters for small spacecraft, available in multiple sizes.

@MODULE[ModuleEngines]
{
@maxThrust = 7.5
@heatProduction = 91
@atmosphereCurve
{
@key,0 = 0 323
@key,1 = 1 114
}
!PROPELLANT[LiquidFuel] {}
!PROPELLANT[Oxidizer] {}
!PROPELLANT[MonoPropellant] {}
PROPELLANT
{
name = Hydrazine
ratio = 1
DrawGauge = True
}
}

MODULE
{
name = ModuleEngineConfigs
type = ModuleEngines
techLevel = 4
origTechLevel = 4
engineType = O
origMass = 0.02
configuration = Hydrazine
modded = false
CONFIG
{
name = Hydrazine
maxThrust = 7.5
heatProduction = 91

PROPELLANT
{
name = Hydrazine
ratio = 1
DrawGauge = True
}
IspSL = 0.274
IspV = 0.72
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}
CONFIG
{
name = HTP
maxThrust = 11.25
heatProduction = 90

PROPELLANT
{
name = HTP
ratio = 1
DrawGauge = True
}
IspSL = 0.177
IspV = 0.465
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.05
}
}
}
CONFIG
{
name = MMH+N2O4
maxThrust = 7.5
heatProduction = 91

PROPELLANT
{
name = MMH
ratio = 0.50366459
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.49633541
}
IspSL = 0.953
IspV = 0.952
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}
CONFIG
{
name = UDMH+N2O4
maxThrust = 7.5
heatProduction = 99

PROPELLANT
{
name = UDMH
ratio = 0.46607309
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.53392691
}
IspSL = 0.95
IspV = 0.943
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.3
}
}
}
CONFIG
{
name = Aerozine+N2O4
maxThrust = 7.5
heatProduction = 99

PROPELLANT
{
name = Aerozine
ratio = 0.5017301
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.4982699
}
IspSL = 0.963
IspV = 0.955
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 1
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.3
}
}
}
}
!MODULE[ModuleEngineIgnitor] {}
MODULE
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}

@PART[LiquidFuelEngineLVRM10]:FOR[RealFuels_StockEngines] //ALL-LV-10RM "Rat Radial"
{
@mass = 0.04
@maxTemp = 1228
@title = ALL-LV-10RM "Rat Radial"
@description = Hypergolic continuous-cycle thrusters for small spacecraft, available in multiple sizes.

@MODULE[ModuleEngines]
{
@maxThrust = 12
@heatProduction = 91
@atmosphereCurve
{
@key,0 = 0 323
@key,1 = 1 114
}
!PROPELLANT[LiquidFuel] {}
!PROPELLANT[Oxidizer] {}
!PROPELLANT[MonoPropellant] {}
PROPELLANT
{
name = Hydrazine
ratio = 1
DrawGauge = True
}
}

MODULE
{
name = ModuleEngineConfigs
type = ModuleEngines
techLevel = 4
origTechLevel = 4
engineType = O
origMass = 0.04
configuration = Hydrazine
modded = false
CONFIG
{
name = Hydrazine
maxThrust = 12
heatProduction = 91

PROPELLANT
{
name = Hydrazine
ratio = 1
DrawGauge = True
}
IspSL = 0.274
IspV = 0.72
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}
CONFIG
{
name = HTP
maxThrust = 18
heatProduction = 90

PROPELLANT
{
name = HTP
ratio = 1
DrawGauge = True
}
IspSL = 0.177
IspV = 0.465
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.05
}
}
}
CONFIG
{
name = MMH+N2O4
maxThrust = 12
heatProduction = 91

PROPELLANT
{
name = MMH
ratio = 0.50366459
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.49633541
}
IspSL = 0.953
IspV = 0.952
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}
CONFIG
{
name = UDMH+N2O4
maxThrust = 12
heatProduction = 99

PROPELLANT
{
name = UDMH
ratio = 0.46607309
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.53392691
}
IspSL = 0.95
IspV = 0.943
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.3
}
}
}
CONFIG
{
name = Aerozine+N2O4
maxThrust = 12
heatProduction = 99

PROPELLANT
{
name = Aerozine
ratio = 0.5017301
DrawGauge = True
}
PROPELLANT
{
name = N2O4
ratio = 0.4982699
}
IspSL = 0.963
IspV = 0.955
throttle = 0

ModuleEngineIgnitor
{
name = ModuleEngineIgnitor
ignitionsAvailable = 1
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.3
}
}
}
}
!MODULE[ModuleEngineIgnitor] {}
MODULE
{
name = ModuleEngineIgnitor
ignitionsAvailable = 24
autoIgnitionTemperature = 800
ignitorType = Electric
useUllageSimulation = false
IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.03
}
}
}

Edited by DracovaXIV
Link to comment
Share on other sites

Thank you all for your interest.

Now I have absolutely no time to develope plugin - now is a summer tourist season... I will continue in development from mid-September (I hope)

DracovaXIV - Big Thank you for your interest, your config looks very interesting.

With Real Fuel plugin I have no experience. I don't have it in my game, so I don't know, how it works...

Gaiiden - in my last (private for this time) version are only four balast weights in four sizes

Test Weight ALW-TW-0312-0001/0025 - diameter 0,312m, weight from 1kg to 25kg

Test Weight ALW-TW-0625-0010/0250 - diameter 0,625m, weight from 10kg to 250kg

Test Weight ALW-TW-1250-0100/1250 - diameter 1,25m, weight from 100kg to 1250kg

Test Weight ALW-TW-2500-0250/5000 - diameter 2,5m, weight from 250kg to 5000kg

They are technicaly tweakable tanks for tungsten (new "resource").

Ability/option to "set the decouple force" and option "disable decoupler" looks interesting. How could this be achieved?

Link to comment
Share on other sites

  • 3 months later...
  • 2 weeks later...

[MOD - Download Link removed due to unauthorized redistribution of SQUAD assets - sumghai]

compatible with KSP 0.90

for use with TweakScale

support for TAC-Life Support

Edited by sumghai
Download Link removed due to unauthorized redistribution of SQUAD assets
Link to comment
Share on other sites

Available parts:

Most of the parts are ready to adjust the size using the TweakScale plugin

Commad block, command modules

7vKFBMh.png

Fuel tanks - combined (fuel+monoprop.) and cryogenic (dummy in this time), all other - rocket fuel(grey line), jet fuel (red line), oxidizer (light blue line), monopropellant (yellow line), fuel gas (Ar, He, Xe - purple line)

n4Gob78.pngPQk3c7e.pngRq5XmWb.png

Engines - rocket, jet with afterburner (dual mode), SCRAMJET (dual mode),

aagS2m9.png

Support structure for RCS systems, drain valves, small ion truster, small rocket fuel and monopropellant thruster, various "service modules"

dJX5glu.pngVxRU3oV.png

Structural - adapters, decouplers and separators, strut, SCRAMJET fuselage, various modular bases

LfEXWNH.pngwV2VMVd.pnglwuNq28.png

Modular Girder System, various part

c7pNrdr.pngcVtNMLG.png98kGHP8.png

SCRAMJET air intakes

92zMQv7.png

Rocket pover unit, bateries, energetic modules, fussion reactor and support part, nuclear reactors and support parts, various storage tanks, parts for TAC Life Support

8xBLyRw.pngC93SlkO.pngp8nRDvT.png

4NAfYR0.png1H3840T.pngUIOnK0s.png

Science parts (internal, semi-internal, external)

5Bo8D8w.png

Edited by kyklop
Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...

I've come back to KSP after a multiple-month hiatus. Very cool additions to the mod, especially the science and command modules, can't wait to try them! By the way, I'm reworking my earlier engine configs for RealFuels, and there's some new content there - I've changed the propellants used to be appropriate for pressurized fuel systems. I'll see if I can figure out propellant switching (there's something really cool I want to implement), but either way, there should be an update soon.

Link to comment
Share on other sites

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