Skip to content

Commit b9a6074

Browse files
author
Robin Chang
committed
Disable IACBM if FusTek Station Parts not installed
For #121.
1 parent 0360793 commit b9a6074

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// FusTek Station Parts patch for SDHI Service Module System
2+
// Author: Robin "sumghai" Chang
3+
// Revision: 1.0
4+
5+
// Makes the parachute-equipped IACBM 1.25m docking port available only when FusTek Station Parts is also installed
6+
7+
@PART[SDHI_ParaDock_2_IACBM]:NEEDS[FusTekStationParts]
8+
{
9+
@TechRequired = specializedConstruction
10+
@category = Utility
11+
}

GameData/SDHI/Service Module System/Parts/SDHI_ParaDock_2_IACBM/part.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@ PART
5252
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 1
5353
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
5454

55-
TechRequired = specializedConstruction
55+
//TechRequired = specializedConstruction
56+
TechRequired = Unresearcheable
5657
entryCost = 1500
5758
cost = 560
58-
category = Utility
59+
//category = Utility
60+
category = -1
5961
subcategory = 0
6062
title = IACBM 1.25m - Parachute version
6163
manufacturer = Sum Dum Heavy Industries Co., Ltd

0 commit comments

Comments
 (0)