Jump to content

Basic modding of CFG files


Recommended Posts

1 hour ago, Neil Kerman said:

I want to give the Munar Excursion Module from the Making History DLC a reaction wheel. How can I do this?

Spoiler

@PART[MEMLander]:NEEDS[SquadExpansion/MakingHistory]
{
	MODULE
	{
		name = ModuleReactionWheel
		PitchTorque = 1.5
		YawTorque = 1.5
		RollTorque = 1.5
		RESOURCE
		{
			name = ElectricCharge
			rate = 0.15
		}
	}
}

// zer0Kerbal

 

make sure you have ModuleManager installed (correctly)

copy that code into a text file named something like MEM_RW.cfg and store in the/GameData/ directory - preferably in a separate folder named something like _MyPatches

adjust values accordingly.

Edited by zer0Kerbal
Link to comment
Share on other sites

On 6/8/2019 at 4:40 PM, Neil Kerman said:

I want to give the Munar Excursion Module from the Making History DLC a reaction wheel. How can I do this?

Thank you so much.

I've been wracking my brain on how to get the MeM balanced with RCS due to the built-in unbalanced stuff. I'm just going to give it a RW that uses monoprop :D

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