Skip to content

Commit

Permalink
Various Changes
Browse files Browse the repository at this point in the history
* Move A-9 PARTUPGRADE to match actual Engine_Config unlock
* Move H-1 Saturn to unlock in 1965
* Fix Agena Engines to properly unlock and show PARTUPGRADES in tree
* Fixed the Bluedog_DB to have the S-3D engine only include the S-3 and
S-3D configs
* Fixed the Mass Issue on the Early Medium Solar Panel
  • Loading branch information
pap1723 committed Jun 21, 2017
1 parent fb1bc99 commit c2f7761
Show file tree
Hide file tree
Showing 5 changed files with 98 additions and 6 deletions.
2 changes: 1 addition & 1 deletion GameData/RealismOverhaul/Engine_Configs/A-4_Config.cfg
Expand Up @@ -134,7 +134,7 @@ PARTUPGRADE
{
name = RFUpgrade_A-9
partIcon = Bumper_Engine_Unclad // FIXME Only exists in Taerobee (currently)
techRequired = earlyRocketry
techRequired = rocketryTesting
entryCost = 0
cost = 0
title = A-4 Upgrade: A-9 Config
Expand Down
2 changes: 1 addition & 1 deletion GameData/RealismOverhaul/Engine_Configs/H1_Config.cfg
Expand Up @@ -338,7 +338,7 @@ PARTUPGRADE
{
name = RFUpgrade_H-1-SaturnIB
partIcon = RO-H1-RS27 // FIXME Once we get dedicated model
techRequired = orbitalRocketry1966
techRequired = orbitalRocketry1965
entryCost = 0
cost = 0
title = H-1 Engine Upgrade: H-1 Saturn IB Config
Expand Down
93 changes: 93 additions & 0 deletions GameData/RealismOverhaul/Engine_Configs/XLR81_Config.cfg
Expand Up @@ -314,6 +314,14 @@
}
}
}
*@PARTUPGRADE[RFUpgrade_XLR81-BA-7]/deleteme -= 1
*@PARTUPGRADE[RFUpgrade_XLR81-BA-11]/deleteme -= 1
*@PARTUPGRADE[RFUpgrade_Model8096-39]/deleteme -= 1
*@PARTUPGRADE[RFUpgrade_XLR81-BA-13]/deleteme -= 1
*@PARTUPGRADE[RFUpgrade_Model8096A]/deleteme -= 1
*@PARTUPGRADE[RFUpgrade_Model8096L]/deleteme -= 1
@MODULE[ModuleGimbal]
{
%gimbalRange = 5 //(4) p 28
Expand Down Expand Up @@ -439,3 +447,88 @@
reliabilityDataRateMultiplier = 1
}
}
PARTUPGRADE
{
name = RFUpgrade_XLR81-BA-7
partIcon = RO-H1-RS27 // FIXME Once we get dedicated model
techRequired = orbitalRocketry1961
entryCost = 0
cost = 0
title = XLR81 Engine Upgrade: XLR81-BA-7 Config
basicInfo = Engine performance upgrade
manufacturer = Engine Upgrade
description = The XLR81 Engine now supports the XLR81-BA-7 configuration for increased performance. Unlock it in the VAB/SPH through the engine configs interface.
deleteme = 1
}
PARTUPGRADE
{
name = RFUpgrade_XLR81-BA-11
partIcon = RO-H1-RS27 // FIXME Once we get dedicated model
techRequired = orbitalRocketry1962
entryCost = 0
cost = 0
title = XLR81 Engine Upgrade: XLR81-BA-11 Config
basicInfo = Engine performance upgrade
manufacturer = Engine Upgrade
description = The XLR81 Engine now supports the XLR81-BA-11 configuration for increased performance. Unlock it in the VAB/SPH through the engine configs interface.
deleteme = 1
}
PARTUPGRADE
{
name = RFUpgrade_Model8096-39
partIcon = RO-H1-RS27 // FIXME Once we get dedicated model
techRequired = orbitalRocketry1965
entryCost = 0
cost = 0
title = XLR81 Engine Upgrade: Model8096-39 Config
basicInfo = Engine performance upgrade
manufacturer = Engine Upgrade
description = The XLR81 Engine now supports the Model8096-39 configuration for increased performance. Unlock it in the VAB/SPH through the engine configs interface.
deleteme = 1
}
PARTUPGRADE
{
name = RFUpgrade_XLR81-BA-13
partIcon = RO-H1-RS27 // FIXME Once we get dedicated model
techRequired = orbitalRocketry1965
entryCost = 0
cost = 0
title = XLR81 Engine Upgrade: XLR81-BA-13 Config
basicInfo = Engine performance upgrade
manufacturer = Engine Upgrade
description = The XLR81 Engine now supports the XLR81-BA-13 configuration for increased performance. Unlock it in the VAB/SPH through the engine configs interface.
deleteme = 1
}
PARTUPGRADE
{
name = RFUpgrade_Model8096A
partIcon = RO-H1-RS27 // FIXME Once we get dedicated model
techRequired = orbitalRocketry1967
entryCost = 0
cost = 0
title = XLR81 Engine Upgrade: Model8096A Config
basicInfo = Engine performance upgrade
manufacturer = Engine Upgrade
description = The XLR81 Engine now supports the Model8096A configuration for increased performance. Unlock it in the VAB/SPH through the engine configs interface.
deleteme = 1
}
PARTUPGRADE
{
name = RFUpgrade_Model8096L
partIcon = RO-H1-RS27 // FIXME Once we get dedicated model
techRequired = orbitalRocketry1986
entryCost = 0
cost = 0
title = XLR81 Engine Upgrade: Model8096L Config
basicInfo = Engine performance upgrade
manufacturer = Engine Upgrade
description = The XLR81 Engine now supports the Model8096L configuration for increased performance. Unlock it in the VAB/SPH through the engine configs interface.
deleteme = 1
}
Expand Up @@ -74,8 +74,7 @@
%title = S-3D Liquid Engine
@MODULE[ModuleEngineConfigs]
{
!CONFIG[LR79-NA-9] {}
!CONFIG[LR79-NA-11] {}
!CONFIG[LR79-NA-13] {}
!CONFIG,*:HAS[~name[S-3]] {}
!CONFIG,*:HAS[~name[S-3D]] {}
}
}
Expand Up @@ -147,7 +147,7 @@
@description = Medium static Level 1 solar panel. 0.125m^2.
%RSSROConfig = True
%rescaleFactor = 0.608581
@mass = 0..0003 // Level 1 static @ 0.0005t/m^2 + 0.001t/m^2
@mass = 0.0003 // Level 1 static @ 0.0005t/m^2 + 0.001t/m^2
@MODULE[ModuleDeployableSolarPanel]
{
@chargeRate = 0.0079 // Level 1 @ 0.063kW/m^2
Expand Down

0 comments on commit c2f7761

Please sign in to comment.