small necro...
Great mod, looks nice! I will se if I can get these working in RSS/RO/RP1
I found this info:
I am trying to add the PSSI mod from:
https://forum.kerbalspaceprogram.com/index.php?/topic/124078-113-pulsejet-argus-as-014-as-044-and-other-wwii-german-engines/
Featuring is late 40's/early 50's pulse jets like that on the Fieseler Fi 103, AKA the V1 Buzz Bomb. Ford/Chelomey produced their own versions, as the 10Kh & JB-2 cruise missiles, and stock existed into the mid 1950s. SFC 0.513 lb/lbf-hr static. Thrust limited at mach 0.75, Temperature limit Mach 1.0.
source: https://en.wikipedia.org/wiki/Argus_As_014, A single Argus As 109-044 pulse jet engine that developed 500 kg (1102 lbs)or 4.902kN: http://www.luft46.com/junkers/juef126.html// Type: pulse jet Length: 3,350 mm (132 in) Diameter: 813 mm (32.0079 in) Dry weight: 170 kg (375 lb) Thrust: 4.902kN (1102 lbf)"
I have found the parts browser, the cfg's and the various RO/RP1 files I believe I need.
Would someone be able to proof read my cfg and point out the errors, as I am not very experienced at this.
so far:
@PART[as014]:FOR[RealismOverhaul|RP-0]
{
%RSSROConfig = True
%RP0Conf = True
@name = as014 Pulsejet
@TechRequired = unlockParts
@entryCost = 0
@cost = 9
@title = Pulsejet Argus As 014
@manufacturer = Argus
@description = Original design by Argus for use the Fieseler Fi 103, AKA the V1 Buzz Bomb. From captured stock into the 1950s. SFC 0.513 lb/lbf-hr static. Thrust limited at Mach 0.75 Temperature limit of Mach 0.9.
@mass = 0.17
@crashTolerance = 7
@maxTemp = 500 // Mach 1.0
@MODULE[ModuleEngines*]
{
@name = ModuleEnginesAJEJet
%maxThrust = 3.53
%Area = 0.094
%BPR = 0
%CPR = 1.35 // 1.1 effective
%FPR = 0
%TPR = 1
%Mdes = 0.5
%Tdes = 250
%eta_c = 0.95
%eta_t = 0.95
%eta_n = 0.8
%FHV = 22500000
%bird = 1168
%TAB = 0
%exhaustMixer = False
%thrustUpperLimit = 9
%maxT3 = 500
%isCentrifugalFlow = False
// Engine fitting params
%dryThrust = 3.53
%wetThrust = 0
%drySFC = 0.513
%flameoutEffectName = flameout
%powerEffectName = running_thrust
%engageEffectName = engage
%disengageEffectName = disengage
%spoolEffectName = running_turbine
%engineSpoolIdle = 0.05
%engineSpoolTime = 1.5
%EngineType = Turbine // Pulsejet
@PROPELLANT[LiquidFuel]
{
@name = Kerosene
}
}
@MODULE[AJEInlet]
{
@Area *= 0.51
}
}
@PART[as044]:FOR[RealismOverhaul|RP-0]
{
%RSSROConfig = True
%RP0Conf = True
@name = as044 Pulsejet
@TechRequired = supersonicDev
@entryCost = 1000
@cost = 17
@title = Pulsejet Argus As 044
@manufacturer = Argus
@description = Originally designed by Argus for use the Fieseler Fi 103, AKA the V1 Buzz Bomb. Rather than being an Argus project, Ford/Chelomey (in a straight-through-flow development of the W.2) produced their own versions. It powered the 10Kh & JB-2 cruise missiles, and stock existed into the mid 1950s. SFC 0.513 lb/lbf-hr static. Temperature limit Mach 1.0.
@mass = 0.17
@crashTolerance = 7
@maxTemp = 500 // Mach 1.0
@MODULE[ModuleEngines*]
{
@name = ModuleEnginesAJEJet
%maxThrust = 4.902
%Area = 0.094
%BPR = 0
%CPR = 1.5 // 1.2 effective
%FPR = 0
%TPR = 1
%Mdes = 0.5
%Tdes = 250
%eta_c = 0.95
%eta_t = 0.95
%eta_n = 0.8
%FHV = 22500000
%bird = 1168
%TAB = 0
%exhaustMixer = False
%thrustUpperLimit = 11
%maxT3 = 500
%isCentrifugalFlow = False
// Engine fitting params
%dryThrust = 4.902
%wetThrust = 0
%drySFC = 0.513
%flameoutEffectName = flameout
%powerEffectName = running_thrust
%engageEffectName = engage
%disengageEffectName = disengage
%spoolEffectName = running_turbine
%engineSpoolIdle = 0.05
%engineSpoolTime = 1.5
%EngineType = Turbine // Pulsejet
@PROPELLANT[LiquidFuel]
{
@name = Kerosene
}
}
@MODULE[AJEInlet]
{
@Area *= 0.51
}
}
@PART[as014]:FOR[RealismOverhaul|RP-0]
{
%RSSROConfig = True
%RP0Conf = True
}
@PART[as044]:FOR[RealismOverhaul|RP-0]
{
%RSSROConfig = True
%RP0Conf = True
}
@PART[as014]:FOR[RealismOverhaul|RP-0]
{
%RSSROConfig = True
%RP0Conf = True
}
@PART[as044]:FOR[RealismOverhaul|RP-0]
{
%RSSROConfig = True
%RP0Conf = True
}