Jump to content

Combine context menu?


Recommended Posts

I remember downloading someone's craft file (I think it was a Vostok clone), and when I click on the thrusters, I also noticed it contains a fuel guage!
 

Is there some way to combine the context menu? Or is it craft file coding? If it's the former, how do you do it?

Link to comment
Share on other sites

Hi, the part you seek will be in the parts cfg , in the RCSFX module it's simply a line that states

	name = ModuleRCSFX
		stagingEnabled = False
		thrusterTransformName = RCSthruster
		thrusterPower = 12
		resourceName = LiquidFuel
		resourceFlowMode = STAGE_PRIORITY_FLOW
		runningEffectName = running
		PROPELLANT
		{
			name = LiquidFuel
			ratio = 0.9
			DrawGauge = True<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
			resourceFlowMode = STAGE_PRIORITY_FLOW
		}

I'd think , if you're happy enough to do it, it could be added to a craft file, but it be nicer added via a simple module manager patch.

Edited by SpannerMonkey(smce)
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...