Skip to content

Commit

Permalink
Automatic Unlocks, KRASH settings, Cost Adjustments
Browse files Browse the repository at this point in the history
* Created automatic unlocks for the same parts
* Added custom KRASH settings
* Fixed RD-0210 as one of the parts did not unlock in the right node
* Added proper costs for NASA Docking System part from CMES
* Fix the cost on SSTU RL10B as it was too cheap
* Matched costs of Real Scale Boosters Saturn C-8 parts to match FASA
* Matched costs of RSB Saturn I Instrument Parts to FASA
  • Loading branch information
pap1723 committed Jun 25, 2017
1 parent d5ad09f commit 61d2dfe
Show file tree
Hide file tree
Showing 6 changed files with 12,396 additions and 10,732 deletions.
20 changes: 20 additions & 0 deletions GameData/RP-0/KRASH_Settings.cfg
@@ -0,0 +1,20 @@
KRASHCustom
{
RP-0
{
description = Somewhat realistic costs with compensation for reduced playtime
flatSetupCost = 5
flatPerMinCost = 0.05
perPartSetupCost = 0.3
perPartPerMinCost = 0.001
perTonSetupCost = 0
perTonPerMinCost = 0
percentSetupCost = 9
percentPerMinCost = 0.05
AtmoMultipler = 1.3
TerminateAtSoiWithoutData = True
TerminateAtLandWithoutData = True
TerminateAtAtmoWithoutData = True
ContinueIfNoCash = False
}
}
Binary file added GameData/RP-0/Tree/Icons/rp0_icon_reentry.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion GameData/RP-0/Tree/RP0TechTree.cfg
Expand Up @@ -1446,7 +1446,7 @@
hideEmpty = False
nodeName = humanRatedEDL
anyToUnlock = False
icon = RDicon_survivability
icon = RP-0/Tree/Icons/rp0_icon_reentry
pos = -3122,1580,-1
scale = 0.6
Parent
Expand Down
20 changes: 10 additions & 10 deletions GameData/RP-0/Tree/TREE-Engine_Configs.cfg
Expand Up @@ -1278,16 +1278,6 @@
}
}
}
@PART[*]:HAS[#engineType[M55]]:FOR[xxxRP0]
{
@MODULE[ModuleEngineConfigs]
{
@CONFIG[M55]
{
%techRequired = solids1962
}
}
}
@PART[*]:HAS[#engineType[Merlin1]]:FOR[xxxRP0]
{
@MODULE[ModuleEngineConfigs]
Expand Down Expand Up @@ -3168,6 +3158,16 @@
}
}
}
@PART[*]:HAS[#engineType[M55]]:FOR[xxxRP0]
{
@MODULE[ModuleEngineConfigs]
{
@CONFIG[M55]
{
%techRequired = solids1962
}
}
}
@PART[*]:HAS[#useRCSTestFlightConfig[True]]:FOR[xxxRP0]
{
@MODULE[ModuleEngineConfigs]
Expand Down

0 comments on commit 61d2dfe

Please sign in to comment.