Skip to content

Commit f5a4732

Browse files
author
Robin Chang
committed
Fix MM patch to only apply when support mod is present
1 parent 7e51e4d commit f5a4732

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

GameData/SDHI/Service Module System/MM_configs/SDHI_SMS_MMPatch_DeadlyReentry.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@PART[SDHI_Boost_Protect_Cover|SDHI_LAS|SDHI_Crew_Module_Adapter|SDHI_Service_Module|SDHI_Service_Module_Fairing|SDHI_Spacecraft_Adapter]:FOR[DeadlyReentry]
1+
@PART[SDHI_Boost_Protect_Cover|SDHI_LAS|SDHI_Crew_Module_Adapter|SDHI_Service_Module|SDHI_Service_Module_Fairing|SDHI_Spacecraft_Adapter]:NEEDS[DeadlyReentry]:FOR[zSDHISMS]
22
{
33
// Parts should burn up on reentry fairly easily, while resilent enough to withstand launch thermal stresses
44
@maxTemp = 1000
@@ -16,7 +16,7 @@
1616
}
1717
}
1818

19-
@PART[SDHI_2.5_Heatshield]:FOR[DeadlyReentry]
19+
@PART[SDHI_2.5_Heatshield]:NEEDS[DeadlyReentry]:FOR[zSDHISMS]
2020
{
2121
// Remove stock ModuleAblator and associated Ablator resource
2222
@MODULE[ModuleAblator]

GameData/SDHI/Service Module System/MM_configs/SDHI_SMS_MMPatch_MechJeb.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Enables full MechJeb functionality for both the Service Module and Crew Module Adapter
22

3-
@PART[SDHI_Service_Module|SDHI_Crew_Module_Adapter]:NEEDS[MechJeb2] {
3+
@PART[SDHI_Service_Module|SDHI_Crew_Module_Adapter]:NEEDS[MechJeb2]:FOR[zSDHISMS] {
44
%MODULE[MechJebCore] {
55
MechJebLocalSettings {
66
MechJebModuleCustomWindowEditor { unlockTechs = start }

GameData/SDHI/Service Module System/MM_configs/SDHI_SMS_MMPatch_RemoteTech.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Adds RemoteTech functionality for both the Service Module and Crew Module Adapter
22

3-
@PART[SDHI_Service_Module|SDHI_Crew_Module_Adapter]:NEEDS[RemoteTech] {
3+
@PART[SDHI_Service_Module|SDHI_Crew_Module_Adapter]:NEEDS[RemoteTech]:FOR[zSDHISMS] {
44
%MODULE[ModuleCommand] {
55
%minimumCrew = 0
66
}

0 commit comments

Comments
 (0)