Skip to content

Commit d606f71

Browse files
authored
Tech mismatch fix (#2610)
* Fix parts browser tech mismatch errors * Regenerate configs
1 parent bc11231 commit d606f71

File tree

8 files changed

+49
-101
lines changed

8 files changed

+49
-101
lines changed

GameData/RP-1/Tree/ECM-Parts.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,6 @@
247247
NERVA-XE = NERVA-XE-Hydrogen
248248
NP-S598M = S5-98M
249249
OrbitalScanner = SurveyScanner
250-
OscarDtank = 1
251-
OscarEtank = 1
252250
PC-4Seg-RSRM = RSRM-1981
253251
PC-5Seg-RSRM = RSRMV
254252
PC-Nose = RSRM-1981
@@ -1248,7 +1246,6 @@
12481246
SXTCrewCabSSP20 = 30000, stationsProto
12491247
SXTDepolyRTGI = 50000,RTGlevel5
12501248
SXTDepolyRTGII = 50000,RTGlevel5
1251-
SXTFuel625m = 1
12521249
SXTInlineAirIntake = 1
12531250
SXTJ213 = 1
12541251
SXTK1Base5m = 8x-NK-15V
@@ -1608,7 +1605,6 @@
16081605
luna9-als = airbagSmall
16091606
mediumDishAntenna = ROC-GeminiAntenna
16101607
microIbeam = 1
1611-
miniFuelTank = 1
16121608
miniJetEngine = J85-GE-4
16131609
miniLandingLeg = legsEarly
16141610
mk1-3pod = 200000, capsulesMature

GameData/RP-1/Tree/TREE-Parts.cfg

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -4606,22 +4606,6 @@
46064606
RP0conf = true
46074607
@description ^=:$: <b><color=green>From Stock (RO Config) mod</color></b>
46084608
}
4609-
@PART[OscarDtank]:FOR[xxxRP0]
4610-
{
4611-
%TechRequired = orphanParts
4612-
%cost = 30
4613-
%entryCost = 1
4614-
RP0conf = false
4615-
@description ^=:$: <b><color=green>From Stock (RO Config) mod</color></b>
4616-
}
4617-
@PART[OscarEtank]:FOR[xxxRP0]
4618-
{
4619-
%TechRequired = orphanParts
4620-
%cost = 30
4621-
%entryCost = 1
4622-
RP0conf = false
4623-
@description ^=:$: <b><color=green>From Stock (RO Config) mod</color></b>
4624-
}
46254609
@PART[PC_4Seg_RSRM]:FOR[xxxRP0]
46264610
{
46274611
%TechRequired = solids1981
@@ -18716,14 +18700,6 @@
1871618700
%MODULE[ModuleTagList] { tag = NoResourceCostMult }
1871718701

1871818702
}
18719-
@PART[SXT625mFuel4]:FOR[xxxRP0]
18720-
{
18721-
%TechRequired = orphanParts
18722-
%cost = 0
18723-
%entryCost = 0
18724-
RP0conf = false
18725-
@description ^=:$: <b><color=green>From SXT mod</color></b>
18726-
}
1872718703
@PART[SXTAJ10]:FOR[xxxRP0]
1872818704
{
1872918705
%TechRequired = orbitalRocketry1956
@@ -18959,14 +18935,6 @@
1895918935
{ name = ModuleNonReentryRated }
1896018936

1896118937
}
18962-
@PART[SXTFuel625m]:FOR[xxxRP0]
18963-
{
18964-
%TechRequired = orphanParts
18965-
%cost = 30
18966-
%entryCost = 1
18967-
RP0conf = false
18968-
@description ^=:$: <b><color=green>From SXT mod</color></b>
18969-
}
1897018938
@PART[SXTHECSRanger]:FOR[xxxRP0]
1897118939
{
1897218940
%TechRequired = interplanetaryProbes
@@ -26083,14 +26051,6 @@
2608326051
RP0conf = true
2608426052
@description ^=:$: <b><color=green>From Stock (RO Config) mod</color></b>
2608526053
}
26086-
@PART[miniFuelTank]:FOR[xxxRP0]
26087-
{
26088-
%TechRequired = orphanParts
26089-
%cost = 30
26090-
%entryCost = 1
26091-
RP0conf = false
26092-
@description ^=:$: <b><color=green>From Stock (RO Config) mod</color></b>
26093-
}
2609426054
@PART[miniFuselage]:FOR[xxxRP0]
2609526055
{
2609626056
%TechRequired = hypersonicFlightRP0
@@ -32388,14 +32348,6 @@
3238832348
%MODULE[ModuleTagList] { tag = EngineSolid }
3238932349

3239032350
}
32391-
@PART[solidBooster_sm]:FOR[xxxRP0]
32392-
{
32393-
%TechRequired = orphanParts
32394-
%cost = 0
32395-
%entryCost = 0
32396-
RP0conf = false
32397-
@description ^=:$: <b><color=green>From Stock (RO Config) mod</color></b>
32398-
}
3239932351
@PART[solidBooster_sm_v2]:FOR[xxxRP0]
3240032352
{
3240132353
%TechRequired = solids1981

Source/Tech Tree/Parts Browser/data/Bluedog_DB.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@
202202
"mod": "Bluedog DB",
203203
"cost": 5000,
204204
"entry_cost": 175000,
205-
"category": "SOLID",
205+
"category": "COMMAND",
206206
"info": "LES",
207-
"year": "1966",
207+
"year": "1968",
208208
"technology": "matureCapsules",
209209
"era": "05-LUNAR",
210210
"ro": true,

Source/Tech Tree/Parts Browser/data/Firespitter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"mod": "Firespitter",
7979
"cost": 180,
8080
"entry_cost": 3000,
81-
"category": "COMMAND",
81+
"category": "FLIGHT",
8282
"info": "",
8383
"year": "1951",
8484
"technology": "supersonicFlightRP0",

Source/Tech Tree/Parts Browser/data/Kerbalism.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"entry_cost": 1000,
7575
"category": "LS",
7676
"info": "",
77-
"year": "1964",
77+
"year": "1986",
7878
"technology": "longTermLifeSupport",
7979
"era": "08-LONGTERM",
8080
"ro": true,

Source/Tech Tree/Parts Browser/data/ProceduralAvionics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"entry_cost": 9000,
99
"category": "AVIONICS",
1010
"info": "Avionics",
11-
"year": "1971",
11+
"year": "1956",
1212
"technology": "earlyAvionics",
1313
"era": "02-SAT",
1414
"ro": false,

Source/Tech Tree/Parts Browser/data/SXT.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"mod": "SXT",
77
"cost": 1575,
88
"entry_cost": 31500,
9-
"category": "FLIGHT",
9+
"category": "SPACEPLANES",
1010
"info": "Cockpit",
1111
"year": "1965",
1212
"technology": "prototypeSpaceplanes",
@@ -139,7 +139,7 @@
139139
"mod": "SXT",
140140
"cost": 200,
141141
"entry_cost": 4000,
142-
"category": "FLIGHT",
142+
"category": "SPACEPLANES",
143143
"info": "Hull",
144144
"year": "1965",
145145
"technology": "prototypeSpaceplanes",
@@ -162,7 +162,7 @@
162162
"mod": "SXT",
163163
"cost": 250,
164164
"entry_cost": 5000,
165-
"category": "FLIGHT",
165+
"category": "SPACEPLANES",
166166
"info": "Hull",
167167
"year": "1965",
168168
"technology": "prototypeSpaceplanes",
@@ -187,7 +187,7 @@
187187
"mod": "SXT",
188188
"cost": 16000,
189189
"entry_cost": 64000,
190-
"category": "FLIGHT",
190+
"category": "SPACEPLANES",
191191
"info": "Hull",
192192
"year": "1965",
193193
"technology": "prototypeSpaceplanes",
@@ -563,10 +563,10 @@
563563
"category": "MATERIALS",
564564
"info": "",
565565
"year": "0",
566-
"technology": "orphanParts",
566+
"technology": "unlockParts",
567567
"era": "",
568568
"ro": false,
569-
"orphan": false,
569+
"orphan": true,
570570
"rp0_conf": false,
571571
"spacecraft": "",
572572
"engine_config": "",
@@ -1063,7 +1063,7 @@
10631063
"mod": "SXT",
10641064
"cost": 5320,
10651065
"entry_cost": 106400,
1066-
"category": "FLIGHT",
1066+
"category": "SPACEPLANES",
10671067
"info": "Cockpit",
10681068
"year": "1965",
10691069
"technology": "prototypeSpaceplanes",
@@ -1094,11 +1094,11 @@
10941094
"category": "MATERIALS",
10951095
"info": "Fuel Tank",
10961096
"year": "0",
1097-
"technology": "orphanParts",
1097+
"technology": "unlockParts",
10981098
"era": "00-START",
10991099
"ro": false,
11001100
"rp0": true,
1101-
"orphan": false,
1101+
"orphan": true,
11021102
"rp0_conf": false,
11031103
"spacecraft": "",
11041104
"engine_config": "",
@@ -1750,7 +1750,7 @@
17501750
"mod": "SXT",
17511751
"cost": 3980,
17521752
"entry_cost": 79600,
1753-
"category": "FLIGHT",
1753+
"category": "SPACEPLANES",
17541754
"info": "Cockpit",
17551755
"year": "1986",
17561756
"technology": "improvedSpaceplanes",
@@ -1779,7 +1779,7 @@
17791779
"mod": "SXT",
17801780
"cost": 200,
17811781
"entry_cost": 4000,
1782-
"category": "FLIGHT",
1782+
"category": "SPACEPLANES",
17831783
"info": "Tail",
17841784
"year": "1986",
17851785
"technology": "improvedSpaceplanes",
@@ -1802,7 +1802,7 @@
18021802
"mod": "SXT",
18031803
"cost": 180,
18041804
"entry_cost": 3600,
1805-
"category": "FLIGHT",
1805+
"category": "SPACEPLANES",
18061806
"info": "Hull",
18071807
"year": "1986",
18081808
"technology": "improvedSpaceplanes",
@@ -1825,7 +1825,7 @@
18251825
"mod": "SXT",
18261826
"cost": 3500,
18271827
"entry_cost": 70000,
1828-
"category": "FLIGHT",
1828+
"category": "SPACEPLANES",
18291829
"info": "Cockpit",
18301830
"year": "1986",
18311831
"technology": "improvedSpaceplanes",
@@ -1854,7 +1854,7 @@
18541854
"mod": "SXT",
18551855
"cost": 120,
18561856
"entry_cost": 2400,
1857-
"category": "FLIGHT",
1857+
"category": "SPACEPLANES",
18581858
"info": "Hull",
18591859
"year": "1986",
18601860
"technology": "improvedSpaceplanes",
@@ -1877,7 +1877,7 @@
18771877
"mod": "SXT",
18781878
"cost": 120,
18791879
"entry_cost": 2400,
1880-
"category": "FLIGHT",
1880+
"category": "SPACEPLANES",
18811881
"info": "Hull",
18821882
"year": "1986",
18831883
"technology": "improvedSpaceplanes",

0 commit comments

Comments
 (0)