Skip to content

Commit

Permalink
Engine CONFIG entry changes
Browse files Browse the repository at this point in the history
* Remove changes done in RO
* Add special entryCost to some FASA CONFIGs.
* FIXME: KW untouched, needs fixing.
  • Loading branch information
NathanKell committed Jul 18, 2015
1 parent fc0a3b8 commit a083c87
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 65 deletions.
95 changes: 44 additions & 51 deletions GameData/RP-0/FASA_Engines.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,64 @@
{
@MODULE[ModuleEngineConfigs]
{
%configuration = LR-87-3
%configuration = LR87-3
// FIXME
// Costs are total guesses here
// UNNEEDED since this is the default config and the part unlocks with it
//@CONFIG[LR-87-3]
//@CONFIG[LR87-3]
//{
//%techRequired = generalRocketry
//}
@CONFIG[LR-87-5]
@CONFIG[LR87-5]
{
%cost = 500
%techRequired = advRocketry
entryCost = 20000 // hypergolics
}
@CONFIG[LR-87-7]
@CONFIG[LR87-7]
{
%cost = 800
%techRequired = advRocketry
entryCost = 23000
entryCostSubtractors
{
LR87-5 = 20000
}
}
@CONFIG[LR-87-9]
@CONFIG[LR87-9]
{
%cost = 950
%techRequired = heavyRocketry
entryCost = 28000
entryCostSubtractors
{
LR87-7 = 23000
}
}
@CONFIG[LR-87-11]
@CONFIG[LR87-11]
{
%cost = 1100
%techRequired = heavierRocketry
entryCost = 32000
entryCostSubtractors
{
LR87-9 = 28000
}
}
@CONFIG[LR-87-11A]
@CONFIG[LR87-11A]
{
%cost = 1250
%techRequired = veryHeavyRocketry
entryCost = 28000
entryCostSubtractors
{
LR87-7 = 23000
}
}
@CONFIG[LR-87-LH2]
@CONFIG[LR87-LH2-TitanC]
{
%cost = 8500
%cost = 9300
%entryCost = 130000 // same as LR87-LH2 part
%techRequired = hydroloxTL2
}
}
Expand All @@ -46,29 +68,29 @@
{
@MODULE[ModuleEngineConfigs]
{
%configuration = LR-91-5
%configuration = LR91-5
// FIXME
// Costs are total guesses here
// UNNEEDED - default @CONFIG[LR-91-5]
// UNNEEDED - default @CONFIG[LR91-5]
//{
//%techRequired = advRocketry
//}
@CONFIG[LR-91-7]
@CONFIG[LR91-7]
{
%cost = 50
%techRequired = advRocketry
}
@CONFIG[LR-91-9]
@CONFIG[LR91-9]
{
%cost = 75
%techRequired = heavyRocketry
}
@CONFIG[LR-91-11]
@CONFIG[LR91-11]
{
%cost = 100
%techRequired = heavierRocketry
}
@CONFIG[LR-91-11A]
@CONFIG[LR91-11A]
{
%cost = 150
%techRequired = veryHeavyRocketry
Expand All @@ -89,11 +111,17 @@
{
techRequired = advRocketry
cost = 200
%entryCost = 8000 // restarts
}
@CONFIG[Bell-8247]
{
techRequired = flightControl // should require advRocketry too...
cost = 300
entryCost = 10000
entryCostSubtractors
{
Bell-8081 = 8000
}
}
}
}
Expand All @@ -110,42 +138,7 @@
@CONFIG[A-7]
{
%cost = 150
}
}
}
// F-1
@PART[FASAApolloLFEF1]:AFTER[RealismOverhaul]
{
@MODULE[ModuleEngineConfigs]
{
@configuration = F-1
@CONFIG[F-1A]
{
techRequired = heavierRocketry
cost = 2000 // total guess for now
}
}
}
// H-1
@PART[FASAApolloLFEH1]:AFTER[RealismOverhaul]
{
@MODULE[ModuleEngineConfigs]
{
@configuration = H-1
@CONFIG[H-1B]
{
cost = 300
techRequired = heavyRocketry
}
@CONFIG[RS-27]
{
techRequired = heavierRocketry
cost = 100 // temp
}
@CONFIG[RS-27A]
{
techRequired = veryHeavyRocketry
cost = 150 // temp
%entryCost = 4500
}
}
}
14 changes: 0 additions & 14 deletions GameData/RP-0/SXT_Engines.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,5 @@
@MODULE[ModuleEngineConfigs]
{
@configuration = J-2-200klbf
@CONFIG[J-2-200klbf]
{
cost = 0
}
@CONFIG[J-2]
{
techRequired = hydroloxTL3
cost = 1000
}
@CONFIG[J-2S]
{
techRequired = hydroloxTL3
cost = 0 // cheaper and better, yes. Woo reality.
}
}
}

0 comments on commit a083c87

Please sign in to comment.