Skip to content

Commit

Permalink
move bulkheadProfiles to parts patches
Browse files Browse the repository at this point in the history
  • Loading branch information
yalov committed Aug 31, 2024
1 parent 5010f88 commit 5ae3b6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
5 changes: 5 additions & 0 deletions GameData/CommNetAntennasExtension/Parts/AntennasRT.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
@mass = 0.02
@crashTolerance = 7
@maxTemp = 2000
%bulkheadProfiles = srf

@MODULE[ModuleDataTransmitter]
{
Expand Down Expand Up @@ -44,6 +45,7 @@
@mass = 0.21
@crashTolerance = 8
@maxTemp = 2000
%bulkheadProfiles = size0

@MODULE[ModuleDataTransmitter]
{
Expand Down Expand Up @@ -73,6 +75,7 @@
@mass = 0.4
@crashTolerance = 7
@maxTemp = 2000
%bulkheadProfiles = size1

@MODULE[ModuleDataTransmitter]
{
Expand Down Expand Up @@ -104,6 +107,7 @@
@mass = 0.5
@crashTolerance = 7
@maxTemp = 2000
%bulkheadProfiles = size1

@MODULE[ModuleDataTransmitter]
{
Expand Down Expand Up @@ -136,6 +140,7 @@
@mass = 1.5
@crashTolerance = 8
@maxTemp = 2000
%bulkheadProfiles = size2

@MODULE[ModuleDataTransmitter]
{
Expand Down
17 changes: 0 additions & 17 deletions GameData/CommNetAntennasExtension/Patches/Patch_VABOrganizer.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,3 @@
%organizerSubcategory = relay
}
}

@PART[RTLongAntenna3]:NEEDS[VABOrganizer]
{
%bulkheadProfiles = srf
}
@PART[RTShortDish2]:NEEDS[VABOrganizer]
{
%bulkheadProfiles = size0
}
@PART[RTLongDish2|RTGigaDish1]:NEEDS[VABOrganizer]
{
%bulkheadProfiles = size1
}
@PART[RTGigaDish2]:NEEDS[VABOrganizer]
{
%bulkheadProfiles = size2
}

0 comments on commit 5ae3b6e

Please sign in to comment.