Skip to content

Commit fe303db

Browse files
authored
Add hard drives to stuff I forgot (#2674)
1 parent 113ceaf commit fe303db

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

GameData/RP-1/Science/HardDriveConfigs.cfg

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,11 @@ KERBALISM_HDD_SIZES
590590
}
591591

592592
//Manned Spacecrafts
593+
generalAviation
594+
{
595+
data = 1 //Magnetic wire technology was mature by the 1940s, and magnetic tape was entering the market. Even early recorders were "desktop" sized, it would be fairly trivial to install one in all but the smallest manned aircraft.
596+
samples = 5 //Whatever, you can shove a lot of film behind the seat
597+
}
593598
mercury
594599
{
595600
data = 0.150 //Mercury could afford do carry a good-sized tape recorder
@@ -746,6 +751,14 @@ KERBALISM_HDD_SIZES
746751
// Stop scrolling, there's not much you can fiddle with further.
747752
// Do Not Touch! (please?)
748753
// ============================================================================
754+
@PART[probeCoreSphere_v2|SXTSputnik|sputnik1]:FOR[RO-KerbalismHardDrives]
755+
{
756+
//No hard drives for sputnik
757+
!MODULE[HardDrive]
758+
{
759+
}
760+
}
761+
749762
@PART[tiros-1]:FOR[RO-KerbalismHardDrives]
750763
{
751764
@MODULE[HardDrive]
@@ -845,6 +858,18 @@ KERBALISM_HDD_SIZES
845858
}
846859
}
847860

861+
@PART[625mBonny|SXTke111|SXTBuzzard|RO-OldFighterCockpit|RO-X1Cockpit|RO-FighterInlineCockpit|SXTClyde|SXTmk3Cockpit52|Mark1Cockpit|Mark2Cockpit|25mKossak]:FOR[RO-KerbalismHardDrives]
862+
{
863+
!MODULE[HardDrive] {}
864+
MODULE
865+
{
866+
name = HardDrive
867+
title = Data Storage
868+
dataCapacity = #$@KERBALISM_HDD_SIZES/generalAviation/data$
869+
sampleCapacity = #$@KERBALISM_HDD_SIZES/generalAviation/samples$
870+
}
871+
}
872+
848873
@PART[FASAMercuryPod|mk1pod|mk1pod_v2|rn_vostok_sc|rn_voskhod_sc|landerCabinSmall|FASA_Gemini_Lander_Pod|rn_vostok_sc|rn_voskhod_sc|ok_sa|ROC-MercuryCM|ROC-MercuryCMBDB|ROC-VostokCapsule|ROC-VoskhodCapsule]:FOR[RO-KerbalismHardDrives]
849874
{
850875
!MODULE[HardDrive] {}
@@ -857,7 +882,7 @@ KERBALISM_HDD_SIZES
857882
}
858883
}
859884

860-
@PART[FASAGeminiPod2|FASAGeminiPod2White|ROAdvCapsule|RO-Mk1Cockpit|RO-Mk1CockpitInline|MK1CrewCabin|ok_bo_fem|ok_bo_male|rn_zond_sa|rn_lok_sa|rn_lok_bo|D2_pod|ROC-GeminiCM|ROC-GeminiCMBDB|ROC-GeminiLCMBDB|ROC-DynaBody|ROC-DynaCockpitMoroz|ROC-D2CM|ROC-D2MissionModule1]:FOR[RO-KerbalismHardDrives]
885+
@PART[FASAGeminiPod2|FASAGeminiPod2White|ROAdvCapsule|RO-Mk1Cockpit|RO-Mk1CockpitInline|MK1CrewCabin|ok_bo_fem|ok_bo_male|rn_zond_sa|rn_lok_sa|rn_lok_bo|D2_pod|ROC-GeminiCM|ROC-GeminiCMBDB|ROC-GeminiLCMBDB|ROC-DynaBody|ROC-DynaCockpitMoroz|ROC-DynaCockpitAltMoroz|ROC-D2CM|ROC-D2MissionModule1]:FOR[RO-KerbalismHardDrives]
861886
{
862887
!MODULE[HardDrive] {}
863888
MODULE

0 commit comments

Comments
 (0)