Jump to content

[1.3.0] Community Database of Module Manager Patches for Stock KSP


Alshain

Recommended Posts

I also refer it here because I like it.

And I need feedback about the outcome.

It started with this thread
https://forum.kerbalspaceprogram.com/index.php?/topic/175961-trying-to-fiddle-with-modulegimbal/

and resulted in this patch:

GameData\zFinal\zzz_useGimbalReponseTime.cfg

// Ferram Aerospace Research
//
// ATTENTION:
// When not using RealismOverhaul you have to delete the following config:
// GameData\FerramAerospaceResearch\stockEngineGimbalIncrease.cfg
//
// @PART[*]:HAS[@MODULE[ModuleGimbal]]:NEEDS[!RealismOverhaul]:FINAL
// {
	// @MODULE[ModuleGimbal]
	// {
		// @gimbalRange *= 1.5
		// %useGimbalResponseSpeed = true
		// %gimbalResponseSpeed = 15
	// }
// }
//
// It just would overwrite or at least interfere with anything what's below:
//

@PART[*]:HAS[@MODULE[ModuleGimbal]:HAS[~gimbalResponseSpeed[]]]:FINAL
{
	@MODULE[ModuleGimbal]
	{
		%useGimbalResponseSpeed = true
		%gimbalResponseSpeed = 6
	}
}

@PART[*]:HAS[@MODULE[ModuleGimbal]:HAS[#gimbalRange[>0]],@MODULE[ModuleEngines*]:HAS[#maxThrust[>0]],!MODULE[ModuleEngineConfigs],#mass[>0]]:FINAL
{
	// @MODULE[ModuleGimbal],*:HAS[#gimbalTransformName[thrustTransform]|#gimbalTransformName[pivotPoint]|#gimbalTransformName[?ozzle]|#gimbalTransformName[GimbalBone]|#gimbalTransformName[Engine_Nozzle]|#gimbalTransformName[newThrustTransform]|#gimbalTransformName[gimbal?ransform]|#gimbalTransformName[gimbal?ransform1]|#gimbalTransformName[gimbal?ransform2]|#gimbalTransformName[?imbal]|#gimbalTransformName[fxTransform]|#gimbalTransformName[tt2]|#gimbalTransformName[Cylinder_3]|#gimbalTransformName[jet?]]
	@MODULE[ModuleGimbal],*:HAS[#gimbalRange[>0]]
	{
		temp = #$gimbalRange$
		@gimbalRange /= #$/mass$
		tempa = #$gimbalRange$
		tempb = #$/MODULE[ModuleEngines*]/maxThrust$
		@gimbalRange /= #$tempb$
		@gimbalRange *= 500
		@gimbalRange /= #$tempa$
		@gimbalRange *= #$/mass$
		@gimbalRange ^= :(\.\d\d)\d+$:$1:
		tempc = 0
		@tempc += #$gimbalRange$
		@tempc -= #$temp$
		@gimbalResponseSpeed /= #$/mass$
		@gimbalResponseSpeed ^= :(\.\d\d)\d+$:$1:
	}
}

@PART[*]:HAS[@MODULE[ModuleGimbal]:HAS[#gimbalRange[>0]],@MODULE[@ModuleEngines*],@MODULE[ModuleEngineConfigs]:HAS[~type[ModuleRCS],#origMass[>0]]]:NEEDS[RealFuels]:FINAL
{
	// @MODULE[ModuleGimbal],*:HAS[#gimbalTransformName[thrustTransform]|#gimbalTransformName[pivotPoint]|#gimbalTransformName[?ozzle]|#gimbalTransformName[GimbalBone]|#gimbalTransformName[Engine_Nozzle]|#gimbalTransformName[newThrustTransform]|#gimbalTransformName[gimbal?ransform]|#gimbalTransformName[gimbal?ransform1]|#gimbalTransformName[gimbal?ransform2]|#gimbalTransformName[?imbal]|#gimbalTransformName[fxTransform]|#gimbalTransformName[tt2]|#gimbalTransformName[Cylinder_3]|#gimbalTransformName[jet?]]
	@MODULE[ModuleGimbal],*:HAS[#gimbalRange[>0]]
	{
		temp = #$gimbalRange$
		@gimbalRange /= #$/MODULE[ModuleEngineConfigs]/origMass$
		tempa = #$gimbalRange$
		tempb = #$/MODULE[ModuleEngineConfigs]/CONFIG/maxThrust$
		@gimbalRange /= #$tempb$
		@gimbalRange *= 500
		@gimbalRange /= #$tempa$
		@gimbalRange *= #$/MODULE[ModuleEngineConfigs]/origMass$
		@gimbalRange ^= :(\.\d\d)\d+$:$1:
		tempc = 0
		@tempc += #$gimbalRange$
		@tempc -= #$temp$
		@gimbalResponseSpeed /= #$/MODULE[ModuleEngineConfigs]/origMass$
		@gimbalResponseSpeed ^= :(\.\d\d)\d+$:$1:
	}
}

@PART[*]:HAS[@MODULE[ModuleGimbal]:HAS[#tempc[>0]],@MODULE[ModuleEngines*]]:FINAL
{
	@MODULE[ModuleGimbal]
	{
		@gimbalRange = #$temp$
	}
}

	
@PART[*]:HAS[@MODULE[ModuleGimbal]:HAS[#gimbalResponseSpeed[>15]]]:FINAL
{
	// @MODULE[ModuleGimbal],*:HAS[#gimbalResponseSpeed[>15],#gimbalTransformName[thrustTransform]|#gimbalTransformName[pivotPoint]|#gimbalTransformName[?ozzle]|#gimbalTransformName[GimbalBone]|#gimbalTransformName[Engine_Nozzle]|#gimbalTransformName[newThrustTransform]|#gimbalTransformName[gimbal?ransform]|#gimbalTransformName[gimbal?ransform1]|#gimbalTransformName[gimbal?ransform2]|#gimbalTransformName[?imbal]|#gimbalTransformName[fxTransform]|#gimbalTransformName[tt2]|#gimbalTransformName[Cylinder_3]|#gimbalTransformName[jet?]]
	@MODULE[ModuleGimbal],*:HAS[#gimbalResponseSpeed[>15]]
	{
		@gimbalResponseSpeed = 15
	}
}

@PART[*]:HAS[@MODULE[ModuleGimbal]:HAS[#gimbalResponseSpeed[<6]]]:FINAL
{
	// @MODULE[ModuleGimbal],*:HAS[#gimbalResponseSpeed[>15],#gimbalTransformName[thrustTransform]|#gimbalTransformName[pivotPoint]|#gimbalTransformName[?ozzle]|#gimbalTransformName[GimbalBone]|#gimbalTransformName[Engine_Nozzle]|#gimbalTransformName[newThrustTransform]|#gimbalTransformName[gimbal?ransform]|#gimbalTransformName[gimbal?ransform1]|#gimbalTransformName[gimbal?ransform2]|#gimbalTransformName[?imbal]|#gimbalTransformName[fxTransform]|#gimbalTransformName[tt2]|#gimbalTransformName[Cylinder_3]|#gimbalTransformName[jet?]]
	@MODULE[ModuleGimbal],*:HAS[#gimbalResponseSpeed[<6]]
	{
		@gimbalResponseSpeed = 6
	}
}
	
@PART[*]:HAS[@MODULE[ModuleGimbal]:HAS[#tempc[*]],@MODULE[ModuleEngines*]]:FINAL
{
	@MODULE[ModuleGimbal]
	{
		!temp = delete
		!tempa = delete
		!tempb = delete
		!tempc = delete
	}
}

The first block which is commented out is just in there as a reminder.
Without that the whole patch works in stock and for all mods.

ofc I cannot test every single engine from stock and from mods out there - especially because issues depend of the whole vessel design, CoM, CoL etc. pp.

But in short words:

This patch decreases the gimballing range in degrees of all engines containing a ModuleEngines or a ModuleEnginesFX and contain a ModuleGimbal which contains a gimbalRange.
The higher the mass / thrust of the engine, the lower the gimbalRange.

Specific gimbal factors like gimbalRangeX etc. are untouched.
So this works with "normal" rocket engines, verniers or fins with verniers.
Very modded and sophisticated engines with built-in verniers which are customized by the dev are untouched.

The gimbalResponseSpeed is also calculated, but with a low pass filter to be minimum 6 and a high pass filter to be maximum 15.
The higher the mass / thrust of the engine, the slower the response speed.

So you don't need to move the gimbal slider to the left anymore in VAB or flight mode to avoid wobbling.

Edited by Gordon Dry
as it looks today
Link to comment
Share on other sites

  • 4 months later...

I wanted a Launch Escape System appropriate to the stock 1.25m and 1.875m pods, without installing a parts pack (and the one I've tried was way unbalanced, as usual for modded parts).  So trying to keep it simple, I just rescaled the stock LES by 0.5:

  Quote

//Add 0.625m Launch Escape System
//Author: Fourfa

+PART[LaunchEscapeSystem]
{
    %name = LaunchEscapeSystemSmall
    @rescaleFactor = 0.5
    @TechRequired = start
    @entryCost = 2000
    @cost = 500
    @title = Small Launch Escape System
    @mass = 0.3
    @bulkheadProfiles = size0

@MODULE
    {
        name = ModuleEnginesFX
        @maxThrust = 325
    }

@RESOURCE
    {
        name = SolidFuel
        @amount = 10
        @maxAmount = 10
    }
}

Expand  

I did some playtesting, and this seems to work ok.  Pad aborts with only the basic 0.625m chute could be a bit spicy.  Open to feedback on tuning the numbers I chose...

Link to comment
Share on other sites

  • 3 weeks later...

I was looking for a way to reduce the range and strength of the docking port "magnetism"

Does this look right? Any suggestions? I thought I'd seen it on the forums before, but couldn't find it using search.

 

@PART[*]:HAS[@MODULE[ModuleDockingNode]]
{
	@MODULE[ModuleDockingNode]
	{
		%acquireForce = 0.1
		%acquireRange = 0.1
		%captureRange = 0.1
	}
}

 

Edited by Tyko
Link to comment
Share on other sites

  • 1 month later...

Smart™ Classes to the Part Description CommNet Antennas

  Reveal hidden contents

 

Edited by flart
Link to comment
Share on other sites

  • 2 months later...
  On 2/24/2019 at 2:17 AM, linuxgurugamer said:

Is this up-to-date, or are there new patches not in the database?

Expand  

Well I would say any patches added to the topic since Sep 07, 2017 (date of the database) would not be in the database.

Doing a quick and dirty scan of the thread. It looks like nothing since the July 9 2017 post has been included.

Edited by BlackHat
Link to comment
Share on other sites

  On 5/17/2016 at 5:34 PM, Alshain said:

Stop Solar Panels from Sun Tracking
Contributor: @tg626, @Alshain

  Reveal hidden contents
Expand  

 

Hey fellas, is there anyway this could be made as a PAW button that could turn tracking on and off mid-flight?

Link to comment
Share on other sites

  On 2/25/2019 at 3:02 AM, klesh said:

Hey fellas, is there anyway this could be made as a PAW button that could turn tracking on and off mid-flight?

Expand  

Would love that too, but I've been told by people with actual modding skills that PAW buttons for which no module is preexisting require coding - iow it can't be done with a simple MM patch.

Link to comment
Share on other sites

  • 3 weeks later...

So my solar panels have been producing double the electric charge that they are supposed to produce, the panels still read default numbers ie 1.6 ec/s for the basic 1x6 panels and AmpYear does too, however the actual charge produced is double. My thought after trying to find the offending mod and fix it, which was not successful, I decided mm patch might fix it but the patch i've created either doesn't work or is unable to fix the issue as it is coded into a mod. Can any one of the brilliant minds out there check the patch to see if the patch was built right and should work or if it needs tweaking. Thanks to anyone who reads this post and double thanks if you can also help, even if it is pointing in right direction. 

@PART[*]:HAS[@MODULE[ModuleDeployableSolarPanel],@RESOURCE[ElectricCharge]]:FINAL
{
	@RESOURCE[ElectricCharge]
	{
		@chargeRate = *0.5 	
	}
}
Link to comment
Share on other sites

  On 3/14/2019 at 4:49 PM, icecreamcooper said:

So my solar panels have been producing double the electric charge that they are supposed to produce, the panels still read default numbers ie 1.6 ec/s for the basic 1x6 panels and AmpYear does too, however the actual charge produced is double. My thought after trying to find the offending mod and fix it, which was not successful,

Expand  

Are you using a planet mod that replaces Sun with a giant star and/or puts Kerbin closer to the star? If either is true then the star's luminosity is likely greater, causing the double solar input.

Your MM patch for solar panels should be more like this, but then in the VAB, the panel will also tell you beforehand that it will produce half of what it normally will (so the Gigantor panel will tell you it will produce 12 EC/s, not 24 EC/s), which I don't expect you to enjoy. Also, most solar panels don't have batteries so targeting RESOURCE {} will lead to very little or nothing happening.

@PART:HAS[@MODULE[ModuleDeployableSolarPanel]]
{
	@MODULE[ModuleDeployableSolarPanel]
	{
		@chargeRate *= 0.5
	}
}

 

Link to comment
Share on other sites

  • 1 month later...

A couple prophylactic patches:

Fix for error thrown by ContractConfigurator caused by missing title field in agent definition. I have several old (some not so old) mods that don't have this defined.

// Fix missing agent title string
@AGENT[*]:HAS[~title] { title = #$name$	}

Fix for VAB lockups on missing bulkhead profiles. Most mod authors have pushed updates to fix their mods when the problem has been pointed out. But I've had two rather popular modders that have failed to fix this since I raised the issue. One never replied or applied fixes even while pushing other updates. This defines a new profile missingsrf that will group your problem parts together to make it easier to identify problem parts.

// Catchall for poorly patched mods
@PART[*]:HAS[~bulkheadProfiles[]] { bulkheadProfiles = missingsrf }
Link to comment
Share on other sites

  • 1 month later...
  On 5/17/2016 at 5:34 PM, Alshain said:

Kerbal EVA Lights On
 Contributor: @slubman

Expand  

 

The new Breaking Ground suits add a ModuleColorChanger for the suit light strips that needs to be switched on, too:

  Reveal hidden contents

 

Link to comment
Share on other sites

  On 7/14/2019 at 6:05 AM, Tyko said:

Has anyone written a mod to change the default Docking Acquire Force with 1.7.3?

Expand  

The attribute is "acquireForceTweak" in ModuleDockingNode. To change the force in all docking nodes, use this:

  Reveal hidden contents

 

Edited by HansAcker
Link to comment
Share on other sites

  • 2 weeks later...

I think it's really strange that the large lander pods don't have space for experiments.

I've added 6 slots to the new Mk2 Lander Can, which is really useful when it's in large rover form.

// Add experiment inventory slots to new Mk 2 lander can
// Author: GeneCash
@PART[mk2LanderCabin_v2] {
    MODULE {
       name = ModuleInventoryPart
       InventorySlots = 6
    }
}

Link to comment
Share on other sites

  • 2 months later...
  • 1 month later...

This patch adds upgrades to every command pod with crew seats. These upgrades are science experiments. They get unlocked for the pod at the same time you unlock the regular science experiment. Probe Cores and any non command part with crew capacity are not affected.

Unfortunately, I haven't adjusted the mass. I don't think you can "add" mass, only set it to a specific value (which of course wouldn't make any sense to set it globally for all command pods to one specific value). :-/ Feel free to correct me if I'm wrong. I'm just a clueless noob. :)

This patch is an alteration of sebi.zzr's patch. I've added the Mystery Goo Experiment and the Material Labs Study to it, changed a few descriptions, typos, restored the original external usage requirements, and of course added the crewcapacity requirement.
 

  Reveal hidden contents

 

Edited by caipi
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...