Skip to content

Commit 93aca08

Browse files
committed
Added support configs to move RCS thrusters / MP tanks / reaction wheels earlier in the tech tree. Supported parts : stock, RLA stockalike and ReStockPlus.
1 parent cb87a61 commit 93aca08

File tree

5 files changed

+65
-1
lines changed

5 files changed

+65
-1
lines changed

GameData/MandatoryRCS/MandatoryRCS.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"VERSION":
1212
{
1313
"MAJOR":1,
14-
"MINOR":6,
14+
"MINOR":7,
1515
"PATCH":0,
1616
"BUILD":0
1717
},
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
// tiny radial MP tank (10 MP)
2+
@PART[RLA_tiny_mptank_rad] { @TechRequired = stability }
3+
4+
// 1 nozzle frontal 0.25 kN thruster
5+
@PART[RLA_rcs_micro_linear] { @TechRequired = stability }
6+
7+
// 4 nozzle straight 0.25 kN thruster
8+
@PART[RLA_rcs_micro] { @TechRequired = stability }
9+
10+
// 4 nozzle angled 0.25 kN thruster
11+
@PART[RLA_rcs_micro45] { @TechRequired = stability }
12+
13+
// small radial reaction wheel
14+
@PART[RLA_tiny_torque_radial] { @TechRequired = stability }
15+
16+
// 1 nozzle frontal 1 kN thruster
17+
@PART[RLA_rcs_linear] { @TechRequired = flightControl }
18+
19+
// 2 nozzle angled 1 kN thruster
20+
@PART[RLA_rcs45_2way] { @TechRequired = flightControl }
21+
22+
// 2 nozzle straight 1 kN thruster
23+
@PART[RLA_rcs_2way] { @TechRequired = flightControl }
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
// single nozzle frontal 0.25 kN thruster
2+
@PART[restock-rcs-single-mini-1] { @TechRequired = stability }
3+
4+
// double nozzle lateral 0.25 kN thruster
5+
@PART[restock-rcs-block-dual-mini-1] { @TechRequired = stability }
6+
7+
// miniature radial tank (7.5 MP)
8+
@PART[restock-fuel-tank-rcs-radial-tiny-1] { @TechRequired = stability }
9+
10+
// small radial reaction wheel
11+
@PART[restock-reactionwheel-radial-1] { @TechRequired = stability }
12+
13+
// 3 nozzle angled 0.25 kN thruster
14+
@PART[restock-rcs-block-triple-angled-mini-1] { @TechRequired = flightControl }
15+
16+
// 4 nozzle angled 0.25 kN thruster
17+
@PART[restock-rcs-block-quad-angled-mini-1] { @TechRequired = flightControl }
18+
19+
// 4 nozzle straight 0.25 kN thruster
20+
@PART[restock-rcs-block-quad-mini-1] { @TechRequired = flightControl }
21+
22+
// 5 nozzle 0.25 kN thruster
23+
@PART[restock-rcs-block-qunit-mini-1] { @TechRequired = flightControl }
24+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// 0.625m Tank (FL-R10 RCS Fuel Tank)
2+
@PART[rcsTankMini] { @TechRequired = stability }
3+
4+
// Spherical Radial Tank (Stratus-V Roundified Monopropellant Tank)
5+
@PART[radialRCSTank] { @TechRequired = flightControl }
6+
7+
// 1.25m Tank (FL-R25 RCS Fuel Tank)
8+
@PART[RCSFuelTank] { @TechRequired = flightControl }
9+
10+
// Capsule Radial Tank (Stratus-V Cylindrified Monopropellant Tank)
11+
@PART[rcsTankRadialLong] { @TechRequired = advFlightControl }
12+
13+
// 2.5m Tank (FL-R1 RCS Fuel Tank)
14+
@PART[RCSTank1-2] { @TechRequired = advFlightControl }

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ So public domain, feel free to do anything, especially updating this plugin if I
7171
- Getting out of timewarps with the SAS direction hold activated input a large roll "kick", most visible at high timewarp levels. I tried a lot of things to find out why this happen or fix it, and failed.
7272
- When switching to an unloaded vessel with its SAS in "target", "antitarget" or "maneuver" mode, the orientation change is applied a few frames after the vessel is unpacked, leading to the rotation event being visible to the player. Won't fix as this is minor, purely cosmetic and fixing would require large modifications.
7373

74+
#### v1.7 for KSP 1.7.0 - 01/09/2019
75+
- Added support configs to move RCS thrusters / MP tanks / reaction wheels earlier in the tech tree. Supported parts : stock, RLA stockalike and ReStockPlus.
76+
7477
#### v1.6 for KSP 1.7.0 - 31/05/2019
7578
- Recompiled for KSP 1.7 (should be compatible with KSP 1.6)
7679
- Code tweaks for fail-safe reference acquisition to the stock module. Should fix be the occasional nullref spam that was happening on reentry.

0 commit comments

Comments
 (0)