From b3380ad1924a70b7d698e6d11a10178dd5bc8e21 Mon Sep 17 00:00:00 2001 From: Ryan Caskey Date: Sun, 26 Mar 2017 12:03:56 +0000 Subject: [PATCH 1/2] fixed procedural Ranger Block I Core power usage added procedural Ranger Block I Core TECHLIMIT --- GameData/RP-0/ProceduralAvionics.cfg | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/GameData/RP-0/ProceduralAvionics.cfg b/GameData/RP-0/ProceduralAvionics.cfg index 9272237d958..460920be6d0 100644 --- a/GameData/RP-0/ProceduralAvionics.cfg +++ b/GameData/RP-0/ProceduralAvionics.cfg @@ -158,11 +158,21 @@ name = basicScience tonnageToMassRatio = 4.327 costPerControlledTon = 4425 - enabledProceduralW = 116.66 + enabledProceduralW = 166.66 disabledProceduralW = 2.666 standardAvionicsDensity = 0.416 SASServiceLevel = 1 } + TECHLIMIT # Ranger Block III Core + { + name = miniaturization + tonnageToMassRatio = 8 + costPerControlledTon = 2550 + enabledProceduralW = 133.33 + disabledProceduralW = 2.5 + standardAvionicsDensity = 0.28 + SASServiceLevel = 1 + } } } } From 0a7e7394ee00c3273cc88efb918aa6c3f3e6f011 Mon Sep 17 00:00:00 2001 From: Ryan Caskey Date: Sun, 26 Mar 2017 12:07:02 +0000 Subject: [PATCH 2/2] updated read --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd2dac7f7b7..aeff709fb6b 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ Let's take a look at a sample MM config for procedural avionics. I'll annotate name = basicScience tonnageToMassRatio = 4.327 costPerControlledTon = 4425 - enabledProceduralW = 116.66 + enabledProceduralW = 166.66 disabledProceduralW = 2.666 standardAvionicsDensity = 0.416 SASServiceLevel = 1 @@ -259,6 +259,8 @@ Let's take a look at a sample MM config for procedural avionics. I'll annotate ### Building your own TECHLIMIT nodes I have created a spreadsheet [here](https://docs.google.com/spreadsheets/d/1lpuszH_nUbWlTXZzfOMzsy-uhUNh016eNu0WL8x6qvU/edit#gid=1101913381) that you can copy and use as a scratchpad to help you configure tech nodes. I'll give a manual walkthrough of what I would expect someone to do here, and I have created a few nodes at the top of the spreadsheet for some early existing parts. +Feel free to update the spreadsheet and create PRs to add new nodes. An example PR can be found [here](https://github.com/KSP-RO/RP-0/pull/626). + - Create a new line, copying the line above it to get all the formulas. - Note: You should only need to edit the values in the blue columns. - Take a look at the parts mass, cost, and controllable mass. Put those in columns and D, E, and F respectively.