Skip to content

Commit 0254e38

Browse files
Fix Receivers by JadeOfMaar not showing, splitting thermal power receiver into a separate patch, and changes to default config. Bump version
1 parent 879149e commit 0254e38

File tree

5 files changed

+25
-19
lines changed

5 files changed

+25
-19
lines changed

Gamedata/UniversalResourceTransfer/Parts/Receivers/rxPanel01E.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ PART
4242
}
4343
MODEL
4444
{
45-
model = BeamedPowerStandalone/Parts/Receivers/rxPanel01E
45+
model = UniversalResourceTransfer/Parts/Receivers/rxPanel01E
4646
}
4747
MODULE
4848
{
@@ -74,7 +74,7 @@ PART
7474
maxCoreTemp = 500 // optional (will default to 900)
7575
OutputResource = ElectricCharge
7676
OutputResourceGUIName = EC/s
77-
ConversionRate = 10
77+
ConversionRate = 1
7878
}
7979

8080
}

Gamedata/UniversalResourceTransfer/Parts/Receivers/rxPanel01T.cfg

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PART
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
@@ -25,6 +25,7 @@ PART
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
@@ -42,7 +43,7 @@ PART
4243
}
4344
MODEL
4445
{
45-
model = BeamedPowerStandalone/Parts/Receivers/rxPanel01T
46+
model = UniversalResourceTransfer/Parts/Receivers/rxPanel01T
4647
}
4748
MODULE
4849
{
@@ -64,16 +65,4 @@ PART
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
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
}

Gamedata/UniversalResourceTransfer/Settings.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

Gamedata/UniversalResourceTransfer/UniversalResourceTransfer.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"MAJOR":1,
88
"MINOR":0,
9-
"PATCH":4,
9+
"PATCH":5,
1010
"BUILD":0
1111
},
1212
"KSP_VERSION":

0 commit comments

Comments
 (0)