Jump to content

rocket/jet engine


budda

Recommended Posts

21 minutes ago, budda said:

i am looking for a jet or duel mode engine for spaceplanes so we don't have to a dozen or so engines on and end up with a monstrous thing with a terrible twr

anyone know of one or can make one please ?

 

Like the RAPIER or you don't like that one ?

Link to comment
Share on other sites

1 minute ago, budda said:

 I could do that I suppose

Or is there anther engine you want ?

and on the edit if you don't know how you just open the cfg with something like notepad look for

	MODULE
	{
		name = ModuleEnginesFX
		engineID = ClosedCycle
		runningEffectName = running_closed
		thrustVectorTransformName = thrustTransform
		exhaustDamage = True
		ignitionThreshold = 0.1
		minThrust = 0
		maxThrust = 180                   <------------  HERE 
		heatProduction = 133
		fxOffset = 0, 0, 0.25
		EngineType = LiquidFuel
		exhaustDamageDistanceOffset = 0.19
		PROPELLANT
		{
			name = LiquidFuel
			resourceFlowMode = STAGE_STACK_FLOW_BALANCE
			ratio = 0.9
			DrawGauge = True
		}
		PROPELLANT
		{
			name = Oxidizer
			resourceFlowMode = STAGE_STACK_FLOW_BALANCE
			ratio = 1.1
		}
		atmosphereCurve              <---------  You could add or change atmosphereCurve also
		{
			key = 0 305
			key = 1 275                      
			key = 9 0.001          
		}
	}

 

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