File tree Expand file tree Collapse file tree 5 files changed +25
-19
lines changed
Gamedata/UniversalResourceTransfer Expand file tree Collapse file tree 5 files changed +25
-19
lines changed Original file line number Diff line number Diff line change 4242 }
4343 MODEL
4444 {
45- model = BeamedPowerStandalone /Parts/Receivers/rxPanel01E
45+ model = UniversalResourceTransfer /Parts/Receivers/rxPanel01E
4646 }
4747 MODULE
4848 {
7474 maxCoreTemp = 500 // optional (will default to 900)
7575 OutputResource = ElectricCharge
7676 OutputResourceGUIName = EC/s
77- ConversionRate = 10
77+ ConversionRate = 1
7878 }
7979
8080}
Original file line number Diff line number Diff line change 88 TechRequired = largeElectrics
99 entryCost = 15600
1010 cost = 270000
11- category = Thermal
11+ category = none
1212 subcategory = 0
1313 title = BP-SPRP-048 Thermal Power Receiver
1414 manufacturer = TBA
2525 thermalMassModifier = 2.0
2626 emissiveConstant = 0.7
2727 heatConductivity = 0.04
28+ TechHidden = True
2829 tags = charge deploy thermal thp energ extend fold generat panel power retract sun track unfold microwave solar
2930
3031 CoLOffset = -0.62, 0, 0
4243 }
4344 MODEL
4445 {
45- model = BeamedPowerStandalone /Parts/Receivers/rxPanel01T
46+ model = UniversalResourceTransfer /Parts/Receivers/rxPanel01T
4647 }
4748 MODULE
4849 {
6465 name = ModuleCargoPart
6566 packedVolume = 600
6667 }
67- MODULE
68- {
69- name = WirelessReceiver
70- recvType = Directional // either Spherical or Directional
71- recvDiameter = 4 // in metres, pick an appropriate value
72- recvEfficiency = 0.9 // a value between 0.0 and 1.0
73- maxSkinTemp = 1100 // these temps determine when the module will shutdown, optional (will default to 1200)
74- maxCoreTemp = 500 // optional (will default to 900)
75- OutputResource = ThermalPower
76- OutputResourceGUIName = ThP/s
77- ConversionRate = 1
78- }
7968}
Original file line number Diff line number Diff line change 1+ @PART[bpwr_rx_panel01T]:NEEDS[Sterling]
2+ {
3+ @category = Thermal
4+ @TechHidden = False
5+ MODULE
6+ {
7+ name = WirelessReceiver
8+ recvType = Directional // either Spherical or Directional
9+ recvDiameter = 4 // in metres, pick an appropriate value
10+ recvEfficiency = 0.9 // a value between 0.0 and 1.0
11+ maxSkinTemp = 1100 // these temps determine when the module will shutdown, optional (will default to 1200)
12+ maxCoreTemp = 500 // optional (will default to 900)
13+ OutputResource = ThermalPower
14+ OutputResourceGUIName = ThP/s
15+ ConversionRate = 1
16+ }
17+ }
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ BPSettings
22{
33 ResourceSettings
44 {
5- ManagedResource = ThermalPower
6- GUIUnitName = ThP /s
5+ ManagedResource = ElectricCharge
6+ GUIUnitName = EC /s
77 }
88
99}
Original file line number Diff line number Diff line change 66 {
77 "MAJOR":1,
88 "MINOR":0,
9- "PATCH":4 ,
9+ "PATCH":5 ,
1010 "BUILD":0
1111 },
1212 "KSP_VERSION":
You can’t perform that action at this time.
0 commit comments