Skip to content

Commit bc11231

Browse files
njits23Capkirk123
andauthored
Add separate S5.4 part (#2609)
* Add S5.4 engine config and S5.4 engine part to tech tree in 1959, when it was first used. * Attempt to include S5.4 in VostokSM ECMs by lowering its cost to 10000 and setting the ECM of the S5.4 to 8000. * Commit accidentally missing files. ECM changes won't stay without these. * Remove duplicate toxic tag. Is automatically applied. * Correct year, price, improve ECMs * Update EntryCostModifiers.cfg --------- Co-authored-by: Capkirk123 <capkirk123@gmail.com>
1 parent 93bd2ef commit bc11231

File tree

7 files changed

+68
-5
lines changed

7 files changed

+68
-5
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
11D23 = 10000,RD-0216
1414
11D33 = 5000, S1-5400
1515
11D33M = 5000, S1-5400
16-
11D417 = 10000, throttlingTP
16+
11D417 = 10000,KTDU-5A,throttlingTP
1717
11D417B = 11D417
1818
11D423 = 1,PumpReignition,15D13
1919
15D13 = 1,HypergolicPumps
@@ -293,7 +293,7 @@
293293
KIWIB48-Hydrogen = 33000, KIWIA24-Hydrogen
294294
KTDU-425 = 50000, KDU-414, HypergolicPumps
295295
KTDU-425A = 5000, KTDU-425
296-
KTDU-5A = 20000,HypergolicPumps,PumpReignition
296+
KTDU-5A = 15000,S5-4,HypergolicPumps,PumpReignition
297297
KVD-1 = 5000, RD-56
298298
Kestrel = 0
299299
Kestrel-1B = 0
@@ -757,6 +757,7 @@
757757
S5-19 = 2500, HydrazineFuel
758758
S5-2 = 5000, S3-42T
759759
S5-23 = 20000,HypergolicPumps
760+
S5-4 = 8000
760761
S5-92-BT = 0,HypergolicPumps
761762
S5-92-MT = 0,HypergolicPumps
762763
S5-98M = 0,HypergolicPumps

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,6 +1015,7 @@
10151015
ROEE-RS76 = RS-76
10161016
ROEE-RS83 = RS-83
10171017
ROEE-RS84 = RS-84
1018+
ROEE-S5-4 = S5-4
10181019
ROEE-SR28 = SR28-JPL-3
10191020
ROEE-STBE = STBE
10201021
ROEE-STBE1 = STBE-1A

GameData/RP-1/Tree/EntryCostModifiers.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ ENTRYCOSTMODS
460460
capsulesBasic = 40000, heatshieldsLEO
461461
capsulesMercury = 32000, capsulesBasic // 40k - 3000 for posigrades - 5000 for retros
462462
capsulesVostok = 6000, capsulesBasic
463-
VostokSM = 18000
463+
VostokSM = 10000, S5-4
464464
465465
466466
// secondGenCapsules = Gemini, Voskhod

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4981,6 +4981,12 @@
49814981
%cost = 0
49824982
}
49834983

4984+
@CONFIG[S5.4]
4985+
{
4986+
%techRequired = orbitalRocketry1960
4987+
%cost = 0
4988+
}
4989+
49844990
@CONFIG[S5.92-BT]
49854991
{
49864992
%techRequired = orbitalRocketry1998

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14081,6 +14081,17 @@
1408114081

1408214082
%MODULE[ModuleTagList] { tag = EngineLiquidTurbo }
1408314083

14084+
}
14085+
@PART[ROEE-S5_4]:FOR[xxxRP0]
14086+
{
14087+
%TechRequired = orbitalRocketry1960
14088+
%cost = 84
14089+
%entryCost = 0
14090+
RP0conf = true
14091+
@description ^=:$: <b><color=green>From ROEnginesExtended mod</color></b>
14092+
14093+
%MODULE[ModuleTagList] { tag = EngineLiquidTurbo }
14094+
1408414095
}
1408514096
@PART[ROEE-SR28]:FOR[xxxRP0]
1408614097
{

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

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"spacecraft": "",
8484
"engine_config": "KTDU417",
8585
"upgrade": false,
86-
"entry_cost_mods": "10000, throttlingTP",
86+
"entry_cost_mods": "10000,KTDU-5A,throttlingTP",
8787
"identical_part_name": "",
8888
"module_tags": []
8989
},
@@ -6239,7 +6239,7 @@
62396239
"spacecraft": "",
62406240
"engine_config": "KTDU5A",
62416241
"upgrade": false,
6242-
"entry_cost_mods": "20000,HypergolicPumps,PumpReignition",
6242+
"entry_cost_mods": "15000,S5-4,HypergolicPumps,PumpReignition",
62436243
"identical_part_name": "",
62446244
"module_tags": []
62456245
},
@@ -16419,6 +16419,27 @@
1641916419
"identical_part_name": "",
1642016420
"module_tags": []
1642116421
},
16422+
{
16423+
"name": "S5.4",
16424+
"title": "S5.4",
16425+
"description": "",
16426+
"mod": "Engine_Config",
16427+
"cost": "0",
16428+
"entry_cost": "0",
16429+
"category": "ORBITAL",
16430+
"info": "",
16431+
"year": "1960",
16432+
"technology": "orbitalRocketry1960",
16433+
"ro": true,
16434+
"orphan": false,
16435+
"rp0_conf": true,
16436+
"spacecraft": "Vostok",
16437+
"engine_config": "S5_4",
16438+
"upgrade": false,
16439+
"entry_cost_mods": "8000",
16440+
"identical_part_name": "",
16441+
"module_tags": []
16442+
},
1642216443
{
1642316444
"name": "S5.92-BT",
1642416445
"title": "S5.92-BT",

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,6 +1118,29 @@
11181118
"EngineLiquidTurbo"
11191119
]
11201120
},
1121+
{
1122+
"name": "ROEE-S5_4",
1123+
"title": "S5.4",
1124+
"description": "Vostok, Voskhod, and Zenit Deorbit engine.",
1125+
"mod": "ROEnginesExtended",
1126+
"cost": 84,
1127+
"entry_cost": "0",
1128+
"category": "ORBITAL",
1129+
"info": "",
1130+
"year": "1960",
1131+
"technology": "orbitalRocketry1960",
1132+
"ro": true,
1133+
"orphan": false,
1134+
"rp0_conf": true,
1135+
"spacecraft": "Vostok",
1136+
"engine_config": "S5_4",
1137+
"upgrade": false,
1138+
"entry_cost_mods": "S5-4",
1139+
"identical_part_name": "",
1140+
"module_tags": [
1141+
"EngineLiquidTurbo"
1142+
]
1143+
},
11211144
{
11221145
"name": "ROEE-SR28",
11231146
"title": "SR28",

0 commit comments

Comments
 (0)