-
Notifications
You must be signed in to change notification settings - Fork 281
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add WAC Texture for Proc Parts, SSTU Modifications
* Removed PARTUPGRADES and size limitations for same reason as Procedural Tanks * Added New SSTU Dock Sizes * Added Working SSTU Solar Panels
- v17.17.0.0
- v17.16.0.0
- v17.15.0.0
- v17.14.0.0
- v17.13.0.0
- v17.12.0.0
- v17.11.0.0
- v17.10.1.0
- v17.10.0.0
- v17.9.0.0
- v17.8.0.0
- v17.7.1.0
- v17.7.0.0
- v17.6.2.0
- v17.6.1.0
- v17.6.0.1
- v17.6.0.0
- v17.5.1.2
- v17.5.1.1
- v17.5.1.0
- v17.5.0.0
- v17.4.4.1
- v17.4.4.0
- v17.4.3.1
- v17.4.3.0
- v17.4.2.1
- v17.4.2.0
- v17.4.1.0
- v17.4.0.0
- v17.3.0.0
- v17.2.0.0
- v17.1.0.0
- v17.0.0.0
- v16.4.0.0
- v16.3.0.0
- v16.2.0.0
- v16.1.2.0
- v16.1.1.0
- v16.1.0.0
- v16.0.1.0
- v16.0.0.0
- v15.0.1.0
- v15.0.0.0
- v14.24.1.0
- v14.24.0.0
- v14.23.0.0
- v14.22.0.0
- v14.21.0.0
- v14.20.0.0
- v14.19.0.0
- v14.18.1.0
- v14.18.0.0
- v14.17.0.0
- v14.16.0.0
- v14.15.0.0
- v14.14.0.0
- v14.13.0.0
- v14.12.0.0
- v14.11.0.0
- v14.10.0.0
- v14.9.0.0
- v14.8.0.0
- v14.7.0
- v14.6.0.0
- v14.5.1.0
- v14.5.0.0
- v14.4.1.0
- v14.4.0.0
- v14.3.0.0
- v14.2.0.0
- v14.1.3.0
- v14.1.2.0
- v14.1.1.0
- v14.1.0
- v14.0.0
- v13.1.1
- v13.1.0
- v13.0.1
- v13.0.0
- v12.8.1
- v12.8.0
- v12.7.4
- v12.7.3
- v12.7.2
- v12.7.1
- v12.7.0
- v12.6.0
- v12.5.0
- v12.1.0
- v12.0.0
- v1.2.3.8
- v1.2.3.7
- v1.2.3.6
- v1.2.3.4
- v1.2.3.3
- v1.2.3.2
- v1.2.3.1
Showing
19 changed files
with
1,205 additions
and
620 deletions.
There are no files selected for viewing
Binary file not shown.
20 changes: 20 additions & 0 deletions
20
GameData/RealismOverhaul/Parts/WACCorporal/Textures/WACTexture.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
STRETCHYTANKTEXTURES | ||
{ | ||
name = WACTexture | ||
|
||
WACCorporal | ||
{ | ||
sides | ||
{ | ||
texture = RealismOverhaul/Parts/WACCorporal/Textures/WAC | ||
uScale = 1.0 | ||
vScale = 1.0 | ||
shininess = 0.6 | ||
specular = 0.4, 0.4, 0.4 | ||
} | ||
ends | ||
{ | ||
texture = ProceduralParts/Parts/ends | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
129 changes: 129 additions & 0 deletions
129
GameData/RealismOverhaul/RO_SuggestedMods/SSTU/SSTU_DockModels.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,129 @@ | ||
//********************************************************************************** | ||
// SSTU STATION DOCKING PORT CONFIGS | ||
// | ||
// Dock-Apollo Apollo Size Docking Port (0.78x) | ||
// Dock-APAS APAS 89/95 Docking Port (1.12x) | ||
// Dock-CBM Common Berthing Mechanism (1.68x) | ||
// Dock-NASA NASA Docking System (1.333333x) | ||
// | ||
//********************************************************************************** | ||
|
||
//********************************************************************************** | ||
// Dock-Apollo Apollo Size Docking Port (0.78x) | ||
//********************************************************************************** | ||
SSTU_MODEL | ||
{ | ||
name = Dock-Apollo //new name, of the -new- docking port model being created | ||
modelName = Dock-Apollo // as this is a compound/submodel setup, this can be called what ever you want, only used internally | ||
invertForTop = false // standard params | ||
invertForBottom = true // standard params | ||
verticalOffset = 0 // when using submodel setup, this should ALWAYS be zero | ||
height = 0.21138 // the post-rescale height of the entire compound model | ||
diameter = 0.975 // the post-rescale diameter of the entire compound model | ||
mass = 0.1 // mass - unused on this part, could optionally specifify, and mass would be added to parts using this model | ||
volume = 0 // the usable fuel volume this part contains; docking ports = 0 | ||
upgradeUnlock = Dock-Apollo // you can optionally define a new upgrade for this... | ||
cost = 2000 // cost - just like mass; optionally adds a cost to parts using this model | ||
fairingDisabled = true // no fairings on docking ports | ||
fairingTopOffset = 0 // no fairings on docking ports | ||
defaultTextureSet = none //no texture-switching on docking ports | ||
node = 0, 0.068609, 0, 0, 1, 0 // post-rescale top-node position | ||
|
||
//the SUBMODEL node defines the position/scale/rotation of the models/meshes within the new 'compound model' | ||
SUBMODEL | ||
{ | ||
modelName = SSTU/Assets/SC-GEN-DP-1P //the path/URL of the model.mu file to use | ||
scale = 0.78, 0.78, 0.78 // this is your 'rescale factor' | ||
position = 0, 0.039, 0 // the internal offset to this model from compound model origin point. | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// Dock-APAS APAS 89/95 Docking Port (1.12x) | ||
//********************************************************************************** | ||
SSTU_MODEL | ||
{ | ||
name = Dock-APAS //new name, of the -new- docking port model being created | ||
modelName = Dock-APAS // as this is a compound/submodel setup, this can be called what ever you want, only used internally | ||
invertForTop = false // standard params | ||
invertForBottom = true // standard params | ||
verticalOffset = 0 // when using submodel setup, this should ALWAYS be zero | ||
height = 0.30352 // the post-rescale height of the entire compound model | ||
diameter = 1.4 // the post-rescale diameter of the entire compound model | ||
mass = 0.286 // mass - unused on this part, could optionally specifify, and mass would be added to parts using this model | ||
volume = 0 // the usable fuel volume this part contains; docking ports = 0 | ||
upgradeUnlock = Dock-APAS // you can optionally define a new upgrade for this... | ||
cost = 3500 // cost - just like mass; optionally adds a cost to parts using this model | ||
fairingDisabled = true // no fairings on docking ports | ||
fairingTopOffset = 0 // no fairings on docking ports | ||
defaultTextureSet = none //no texture-switching on docking ports | ||
node = 0, 0.09852, 0, 0, 1, 0 // post-rescale top-node position | ||
|
||
//the SUBMODEL node defines the position/scale/rotation of the models/meshes within the new 'compound model' | ||
SUBMODEL | ||
{ | ||
modelName = SSTU/Assets/SC-GEN-DP-1P //the path/URL of the model.mu file to use | ||
scale = 1.12, 1.12, 1.12 // this is your 'rescale factor' | ||
position = 0, 0.039, 0 // the internal offset to this model from compound model origin point. | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// Dock-CBM Common Berthing Mechanism (1.68x) | ||
//********************************************************************************** | ||
SSTU_MODEL | ||
{ | ||
name = Dock-CBM //new name, of the -new- docking port model being created | ||
modelName = Dock-CBM // as this is a compound/submodel setup, this can be called what ever you want, only used internally | ||
invertForTop = false // standard params | ||
invertForBottom = true // standard params | ||
verticalOffset = 0 // when using submodel setup, this should ALWAYS be zero | ||
height = 0.45528 // the post-rescale height of the entire compound model | ||
diameter = 2.1 // the post-rescale diameter of the entire compound model | ||
mass = 0.25 // mass - unused on this part, could optionally specifify, and mass would be added to parts using this model | ||
volume = 0 // the usable fuel volume this part contains; docking ports = 0 | ||
upgradeUnlock = Dock-CBM // you can optionally define a new upgrade for this... | ||
cost = 4500 // cost - just like mass; optionally adds a cost to parts using this model | ||
fairingDisabled = true // no fairings on docking ports | ||
fairingTopOffset = 0 // no fairings on docking ports | ||
defaultTextureSet = none //no texture-switching on docking ports | ||
node = 0, 0.14777, 0, 0, 1, 0 // post-rescale top-node position | ||
|
||
//the SUBMODEL node defines the position/scale/rotation of the models/meshes within the new 'compound model' | ||
SUBMODEL | ||
{ | ||
modelName = SSTU/Assets/SC-GEN-DP-1P //the path/URL of the model.mu file to use | ||
scale = 1.68, 1.68, 1.68 // this is your 'rescale factor' | ||
position = 0, 0.039, 0 // the internal offset to this model from compound model origin point. | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// Dock-NASA NASA Docking System (1.333333x) | ||
//********************************************************************************** | ||
SSTU_MODEL | ||
{ | ||
name = Dock-NASA //new name, of the -new- docking port model being created | ||
modelName = Dock-NASA // as this is a compound/submodel setup, this can be called what ever you want, only used internally | ||
invertForTop = false // standard params | ||
invertForBottom = true // standard params | ||
verticalOffset = 0 // when using submodel setup, this should ALWAYS be zero | ||
height = 0.361333 // the post-rescale height of the entire compound model | ||
diameter = 1.666666 // the post-rescale diameter of the entire compound model | ||
mass = 0.15 // mass - unused on this part, could optionally specifify, and mass would be added to parts using this model | ||
volume = 0 // the usable fuel volume this part contains; docking ports = 0 | ||
upgradeUnlock = Dock-NASA // you can optionally define a new upgrade for this... | ||
cost = 3500 // cost - just like mass; optionally adds a cost to parts using this model | ||
fairingDisabled = true // no fairings on docking ports | ||
fairingTopOffset = 0 // no fairings on docking ports | ||
defaultTextureSet = none //no texture-switching on docking ports | ||
node = 0, 0.08485331212, 0, 0, 1, 0 // post-rescale top-node position | ||
|
||
//the SUBMODEL node defines the position/scale/rotation of the models/meshes within the new 'compound model' | ||
SUBMODEL | ||
{ | ||
modelName = SSTU/Assets/SC-GEN-DP-1P //the path/URL of the model.mu file to use | ||
scale = 1.333333, 1.333333, 1.333333 // this is your 'rescale factor' | ||
position = 0, 0.039, 0 // the internal offset to this model from compound model origin point. | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
161 changes: 0 additions & 161 deletions
161
GameData/RealismOverhaul/RO_SuggestedMods/SSTU/SSTU_PartUpgrades.cfg
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
296 changes: 17 additions & 279 deletions
296
GameData/RealismOverhaul/RO_SuggestedMods/SSTU/SSTU_ShipCore.cfg
Large diffs are not rendered by default.
Oops, something went wrong.
120 changes: 120 additions & 0 deletions
120
GameData/RealismOverhaul/RO_SuggestedMods/SSTU/SSTU_SolarBlanket.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
//********************************************************************************** | ||
// SSTU STATION SOLAR BLANKET CONFIGS | ||
// | ||
// SSTU-ST-GEN-DSP-BKT-A Sun Tracking Level 4 Solar Array (16.1 m^2) | ||
// SSTU-ST-GEN-DSP-BKT-B Sun Tracking Level 4 Solar Array (32.7 m^2) | ||
// SSTU-ST-GEN-DSP-BKT-C Sun Tracking Level 4 Solar Array (50.7 m^2) | ||
// SSTU-ST-GEN-DSP-BKT-D Sun Tracking Level 4 Solar Array (91.9 m^2) | ||
// SSTU-ST-GEN-DSP-BKT-E Sun Tracking Level 4 Solar Array (183.8 m^2) | ||
// | ||
// All Solar Panel Blanket parts are rescaled to 1.75 | ||
// | ||
// Level 4 Solar Panel is 0.211 kW per m^2 | ||
// 0.0012 ton per m^2 + 0.0026 ton per m^2 (tracking) | ||
// | ||
//********************************************************************************** | ||
|
||
//********************************************************************************** | ||
// BKT-A Sun Tracking Level 4 Solar Array (16.1 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-BKT-A]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = Sun Tracking Level 4 Solar Array (16.1 m^2) | ||
@description = Sun Tracking Level 4 Solar Array (16.1 m^2). 3.3971 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.0612 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 3.3971 | ||
!powerCurve {} | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// BKT-B Sun Tracking Level 4 Solar Array (32.7 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-BKT-B]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = Sun Tracking Level 4 Solar Array (32.7 m^2) | ||
@description = Sun Tracking Level 4 Solar Array (32.7 m^2). 6.8997 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.1243 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 6.8997 | ||
!powerCurve {} | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// BKT-C Sun Tracking Level 4 Solar Array (50.7 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-BKT-C]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = Sun Tracking Level 4 Solar Array (50.7 m^2) | ||
@description = Sun Tracking Level 4 Solar Array (50.7 m^2). 10.55 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.1900 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 10.55 | ||
!powerCurve {} | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// BKT-D Sun Tracking Level 4 Solar Array (91.9 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-BKT-D]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = Sun Tracking Level 4 Solar Array (91.9 m^2) | ||
@description = Sun Tracking Level 4 Solar Array (91.9 m^2). 19.3909 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.3492 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 19.3909 | ||
!powerCurve {} | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// BKT-E Sun Tracking Level 4 Solar Array (183.8 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-BKT-E]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = Sun Tracking Level 4 Solar Array (183.8 m^2) | ||
@description = Sun Tracking Level 4 Solar Array (183.8 m^2). 38.7818 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.6984 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 38.7818 | ||
!powerCurve {} | ||
} | ||
} |
216 changes: 216 additions & 0 deletions
216
GameData/RealismOverhaul/RO_SuggestedMods/SSTU/SSTU_SolarDOS.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,216 @@ | ||
//********************************************************************************** | ||
// SSTU STATION SOLAR DOS CONFIGS | ||
// | ||
// SSTU-ST-GEN-DSP-DOS-L Sun Tracking Solar Array (55.1 m^2) | ||
// SSTU-ST-GEN-DSP-DOS-M Sun Tracking Solar Array (42.9 m^2) | ||
// SSTU-ST-GEN-DSP-DOS-MF Fixed Solar Array (27.6 m^2) | ||
// SSTU-ST-GEN-DSP-DOS-S Sun Tracking Solar Array (30.6 m^2) | ||
// SSTU-ST-GEN-DSP-DOS-SF Fixed Solar Array (21.4 m^2) | ||
// SSTU-ST-GEN-DSP-DOS-T Multiple Axis Solar Array (61.3 m^2) | ||
|
||
// | ||
// All Solar Panel Blanket parts are rescaled to 1.75 | ||
// | ||
// Level 4 Solar Panel is 0.211 kW per m^2 | ||
// 0.0012 ton per m^2 + 0.0026 ton per m^2 (tracking) | ||
// 0.0012 ton per m^2 + 0.0011 ton per m^2 (fixed) | ||
// | ||
//********************************************************************************** | ||
|
||
//********************************************************************************** | ||
// DOS-L Sun Tracking Solar Array (55.1 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-DOS-L]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = Sun Tracking Lv.4 Solar Array (55.1 m^2) | ||
@description = Sun Tracking Level 4 Solar Array (55.1 m^2). 11.6261 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.2094 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 11.6261 | ||
!powerCurve {} | ||
} | ||
} | ||
@SSTU_MODEL[Solar-DOS-L]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
@height = 0.0175 | ||
@diameter = 0.175 | ||
@mass = 0.0121744 // 1.72x to Mass with Station Core | ||
@cost = 1500 | ||
!upgradeUnlock = NULL | ||
@SOLARDATA | ||
{ | ||
@energy = 6.75936 // 1.72x to Solar Power with Station Core | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// DOS-M Sun Tracking Solar Array (42.9 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-DOS-M]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = Sun Tracking Lv.4 Solar Array (42.9 m^2) | ||
@description = Sun Tracking Level 4 Solar Array (42.9 m^2). 9.0519 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.1630 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 9.0519 | ||
!powerCurve {} | ||
} | ||
} | ||
@SSTU_MODEL[Solar-DOS-M]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
@height = 0.0175 | ||
@diameter = 0.175 | ||
@mass = 0.094767 // 1.72x to Mass with Station Core | ||
@cost = 1150 | ||
!upgradeUnlock = NULL | ||
@SOLARDATA | ||
{ | ||
@energy = 5.267233 // 1.72x to Solar Power with Station Core | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// DOS-MF Fixed Solar Array (27.6 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-DOS-MF]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = Sun Tracking Lv.4 Solar Array (27.6 m^2) | ||
@description = Sun Tracking Level 4 Solar Array (27.6 m^2). 5.8236 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.0635 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 5.8236 | ||
!powerCurve {} | ||
} | ||
} | ||
@SSTU_MODEL[Solar-DOS-MF]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
@height = 0.0175 | ||
@diameter = 0.175 | ||
@mass = 0.036919 // 1.72x to Mass with Station Core | ||
@cost = 900 | ||
!upgradeUnlock = NULL | ||
@SOLARDATA | ||
{ | ||
@energy = 3.385814 // 1.72x to Solar Power with Station Core | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// DOS-S Sun Tracking Solar Array (30.6 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-DOS-S]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = Sun Tracking Lv.4 Solar Array (30.6 m^2) | ||
@description = Sun Tracking Level 4 Solar Array (30.6 m^2). 6.4566 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.1163 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 6.4566 | ||
!powerCurve {} | ||
} | ||
} | ||
@SSTU_MODEL[Solar-DOS-S]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
@height = 0.0175 | ||
@diameter = 0.175 | ||
@mass = 0.067616 // 1.72x to Mass with Station Core | ||
@cost = 1500 | ||
!upgradeUnlock = NULL | ||
@SOLARDATA | ||
{ | ||
@energy = 3.753837 // 1.72x to Solar Power with Station Core | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// DOS-SF Fixed Solar Array (21.4 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-DOS-SF]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = Sun Tracking Lv.4 Solar Array (21.4 m^2) | ||
@description = Sun Tracking Level 4 Solar Array (21.4 m^2). 4.5154 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.0492 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 4.5154 | ||
!powerCurve {} | ||
} | ||
} | ||
@SSTU_MODEL[Solar-DOS-SF]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
@height = 0.0175 | ||
@diameter = 0.175 | ||
@mass = 0.028605 // 1.72x to Mass with Station Core | ||
@cost = 700 | ||
!upgradeUnlock = NULL | ||
@SOLARDATA | ||
{ | ||
@energy = 2.625233 // 1.72x to Solar Power with Station Core | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// DOS-T Multiple Axis Solar Array (61.3 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-DOS-T]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = Sun Tracking Lv.4 Solar Array (61.3 m^2) | ||
@description = Sun Tracking Level 4 Solar Array (61.3 m^2). 12.9343 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.2329 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 12.9343 | ||
!powerCurve {} | ||
} | ||
} | ||
@SSTU_MODEL[Solar-DOS-T]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
@height = 0.0175 | ||
@diameter = 0.175 | ||
@mass = 0.135407 // 1.72x to Mass with Station Core | ||
@cost = 4900 | ||
!upgradeUnlock = NULL | ||
@SOLARDATA | ||
{ | ||
@energy = 7.519942 // 1.72x to Solar Power with Station Core | ||
} | ||
} |
165 changes: 165 additions & 0 deletions
165
GameData/RealismOverhaul/RO_SuggestedMods/SSTU/SSTU_SolarMaxISS.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,165 @@ | ||
//********************************************************************************** | ||
// SSTU STATION SOLAR DOS CONFIGS | ||
// | ||
// SSTU-ST-GEN-DSP-ISS ISS Solar Array Wing (380.1 m^2) | ||
// SSTU-ST-MST-ISS Modular ISS Solar Array Wing (760.2 m^2) | ||
// SSTU-ST-GEN-DSP-MAX-L Multi-Axis Solar Array (36.8 m^2) | ||
// SSTU-ST-GEN-DSP-MAX-M Multi-Axis Solar Array (23 m^2) | ||
// SSTU-ST-GEN-DSP-MAX-S Multi-Axis Solar Array (15.3 m^2) | ||
// | ||
// All Solar Panel parts are rescaled to 1.75 | ||
// ISS Solar Panel parts are rescaled to 1.83 | ||
// | ||
// Level 4 Solar Panel is 0.211 kW per m^2 | ||
// 0.0012 ton per m^2 + 0.0026 ton per m^2 (tracking) | ||
// | ||
//********************************************************************************** | ||
|
||
//********************************************************************************** | ||
// ISS ISS Solar Array Wing (380.1 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-ISS]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.83 | ||
|
||
@title = ISS Solar Array Wing (380.1 m^2) | ||
@description = ISS Solar Array Wing (380.1 m^2). 80.2011 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw, iss | ||
|
||
@mass = 1.4444 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 80.2011 | ||
!powerCurve {} | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// SSTU-ST-MST-ISS Modular ISS Solar Array Wing (760.2 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-MST-ISS]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.83 | ||
|
||
@title = Modular ISS Solar Array Wing (760.2 m^2) | ||
@description = Modular ISS Solar Array Wing (760.2 m^2). 160.402 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw, iss | ||
|
||
@mass = 2.8888 | ||
|
||
@MODULE[SSTUModularStationCore] | ||
{ | ||
@topDiameter = 3.5 | ||
@coreDiameter = 3.413 | ||
@bottomDiameter = 3.5 | ||
} | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 87.65136612 | ||
!powerCurve {} | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// MAX-L Multi-Axis Solar Array (36.8 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-MAX-L]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = Multi-Axis Solar Array (36.8 m^2) | ||
@description = Multi-Axis Solar Array (36.8 m^2). 7.7648 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.1398 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 7.7648 | ||
!powerCurve {} | ||
} | ||
} | ||
@SSTU_MODEL[Solar-MAX-L]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
@height = 0.0175 | ||
@diameter = 0.175 | ||
@mass = 0.08127907 // 1.72x to Mass with Station Core | ||
@cost = 2000 | ||
!upgradeUnlock = NULL | ||
@SOLARDATA | ||
{ | ||
@energy = 4.514418605 // 1.72x to Solar Power with Station Core | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// MAX-M Multi-Axis Solar Array (23 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-MAX-M]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = Multi-Axis Solar Array (23 m^2) | ||
@description = Multi-Axis Solar Array (23 m^2). 4.853 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.0874 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 4.853 | ||
!powerCurve {} | ||
} | ||
} | ||
@SSTU_MODEL[Solar-MAX-M]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
@height = 0.0175 | ||
@diameter = 0.175 | ||
@mass = 0.050813953 // 1.72x to Mass with Station Core | ||
@cost = 1800 | ||
!upgradeUnlock = NULL | ||
@SOLARDATA | ||
{ | ||
@energy = 2.821512 // 1.72x to Solar Power with Station Core | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// MAX-S Multi-Axis Solar Array (15.3 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-MAX-S]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = Multi-Axis Solar Array (15.3 m^2) | ||
@description = Multi-Axis Solar Array (15.3 m^2). 3.2283 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.0581 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 3.2283 | ||
!powerCurve {} | ||
} | ||
} | ||
@SSTU_MODEL[Solar-MAX-S]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
@height = 0.0175 | ||
@diameter = 0.175 | ||
@mass = 0.03377907 // 1.72x to Mass with Station Core | ||
%rescaleFactor = 1.750 | ||
@cost = 1600 | ||
!upgradeUnlock = NULL | ||
@SOLARDATA | ||
{ | ||
@energy = 1.876919 // 1.72x to Solar Power with Station Core | ||
} | ||
} |
319 changes: 319 additions & 0 deletions
319
GameData/RealismOverhaul/RO_SuggestedMods/SSTU/SSTU_SolarSM.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,319 @@ | ||
//********************************************************************************** | ||
// SSTU SOLAR SM CONFIGS | ||
// | ||
// SSTU-ST-GEN-DSP-SMA-L SM Solar Panels Lv.3 (12.3 m^2) | ||
// SSTU-ST-GEN-DSP-SMA-M SM Solar Panels Lv.3 (6.1 m^2) | ||
// SSTU-ST-GEN-DSP-SMA-S SM Solar Panels Lv.3 (4.6 m^2) | ||
// SSTU-ST-GEN-DSP-SMB-L SM Solar Panels Lv.4 (12.3 m^2) | ||
// SSTU-ST-GEN-DSP-SMB-M SM Solar Panels Lv.4 (6.1 m^2) | ||
// SSTU-ST-GEN-DSP-SMB-S SM Solar Panels Lv.4 (4.6 m^2) | ||
// SSTU-ST-GEN-DSP-SMC-L SM Solar Panels Lv.4 (29.4 m^2) | ||
// SSTU-ST-GEN-DSP-SMC-M SM Solar Panels Lv.4 (14.7 m^2) | ||
// SSTU-ST-GEN-DSP-SMC-S SM Solar Panels Lv.4 (9.8 m^2) | ||
// | ||
// All Solar Panel SM parts are rescaled to 1.75 | ||
// | ||
// Level 3 Solar Panel is 0.18 kW per m^2 | ||
// 0.0008 ton per m^2 + 0.007 ton per m^2 | ||
// | ||
// Level 4 Solar Panel is 0.211 kW per m^2 | ||
// 0.0012 ton per m^2 + 0.0026 ton per m^2 (tracking) | ||
// | ||
//********************************************************************************** | ||
|
||
//********************************************************************************** | ||
// SMA-L SM Solar Panels Lv.3 (12.3 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-SMA-L]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = SM Solar Panels Lv.3 (12.3 m^2) | ||
@description = SM Solar Panels Lv.3 (12.3 m^2). 2.214 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.0185 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 2.214 | ||
!powerCurve {} | ||
} | ||
} | ||
@SSTU_MODEL[Solar-SMA-L]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
@height = 0.0175 | ||
@diameter = 0.175 | ||
@mass = 0.010756 // 1.72x to Mass with Station Core | ||
@cost = 1500 | ||
!upgradeUnlock = NULL | ||
@SOLARDATA | ||
{ | ||
@energy = 1.287209302 // 1.72x to Solar Power with Station Core | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// SMA-M SM Solar Panels Lv.3 (6.1 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-SMA-M]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = SM Solar Panels Lv.3 (6.1 m^2) | ||
@description = SM Solar Panels Lv.3 (6.1 m^2). 1.098 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.0092 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 1.098 | ||
!powerCurve {} | ||
} | ||
} | ||
@SSTU_MODEL[Solar-SMA-M]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
@height = 0.0175 | ||
@diameter = 0.175 | ||
@mass = 0.005348837 // 1.72x to Mass with Station Core | ||
@cost = 1150 | ||
!upgradeUnlock = NULL | ||
@SOLARDATA | ||
{ | ||
@energy = 0.638372093 // 1.72x to Solar Power with Station Core | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// SMA-S SM Solar Panels Lv.3 (4.6 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-SMA-S]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = SM Solar Panels Lv.3 (4.6 m^2) | ||
@description = SM Solar Panels Lv.3 (4.6 m^2). 0.828 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.0069 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 0.828 | ||
!powerCurve {} | ||
} | ||
} | ||
@SSTU_MODEL[Solar-SMA-S]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
@height = 0.0175 | ||
@diameter = 0.175 | ||
@mass = 0.004011628 // 1.72x to Mass with Station Core | ||
@cost = 900 | ||
!upgradeUnlock = NULL | ||
@SOLARDATA | ||
{ | ||
@energy = 0.481395349 // 1.72x to Solar Power with Station Core | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// SMB-L SM Solar Panels Lv.4 (12.3 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-SMB-L]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = SM Solar Panels Lv.4 (12.3 m^2) | ||
@description = SM Solar Panels Lv.4 (12.3 m^2). 2.5953 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.0467 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 2.5953 | ||
!powerCurve {} | ||
} | ||
} | ||
@SSTU_MODEL[Solar-SMB-L]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
@height = 0.0175 | ||
@diameter = 0.175 | ||
@mass = 0.027151163 // 1.72x to Mass with Station Core | ||
@cost = 1500 | ||
!upgradeUnlock = NULL | ||
@SOLARDATA | ||
{ | ||
@energy = 1.508895349 // 1.72x to Solar Power with Station Core | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// SMB-M SM Solar Panels Lv.4 (6.1 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-SMB-M]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = SM Solar Panels Lv.4 (6.1 m^2) | ||
@description = SM Solar Panels Lv.4 (6.1 m^2). 1.2871 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.0232 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 1.2871 | ||
!powerCurve {} | ||
} | ||
} | ||
@SSTU_MODEL[Solar-SMB-M]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
@height = 0.0175 | ||
@diameter = 0.175 | ||
@mass = 0.013488372 // 1.72x to Mass with Station Core | ||
@cost = 700 | ||
!upgradeUnlock = NULL | ||
@SOLARDATA | ||
{ | ||
@energy = 0.748313953 // 1.72x to Solar Power with Station Core | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// SMB-S SM Solar Panels Lv.4 (4.6 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-SMB-S]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = SM Solar Panels Lv.4 (4.6 m^2) | ||
@description = SM Solar Panels Lv.4 (4.6 m^2). 0.9706 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.0175 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 0.9706 | ||
!powerCurve {} | ||
} | ||
} | ||
@SSTU_MODEL[Solar-SMB-S]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
@height = 0.0175 | ||
@diameter = 0.175 | ||
@mass = 0.010174419 // 1.72x to Mass with Station Core | ||
@cost = 4900 | ||
!upgradeUnlock = NULL | ||
@SOLARDATA | ||
{ | ||
@energy = 0.564302326 // 1.72x to Solar Power with Station Core | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// SMC-L SM Solar Panels Lv.4 (29.4 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-SMC-L]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = SM Solar Panels Lv.4 (29.4 m^2) | ||
@description = SM Solar Panels Lv.4 (29.4 m^2). 6.2034 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.1117 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 6.2034 | ||
!powerCurve {} | ||
} | ||
} | ||
@SSTU_MODEL[Solar-SMC-L]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
@height = 0.0175 | ||
@diameter = 0.175 | ||
@mass = 0.06494186 // 1.72x to Mass with Station Core | ||
@cost = 4900 | ||
!upgradeUnlock = NULL | ||
@SOLARDATA | ||
{ | ||
@energy = 3.606627907 // 1.72x to Solar Power with Station Core | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// SMC-M SM Solar Panels Lv.4 (14.7 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-SMC-M]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = SM Solar Panels Lv.4 (14.7 m^2) | ||
@description = SM Solar Panels Lv.4 (14.7 m^2). 3.1017 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.0559 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 3.1017 | ||
!powerCurve {} | ||
} | ||
} | ||
@SSTU_MODEL[Solar-SMC-M]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
@height = 0.0175 | ||
@diameter = 0.175 | ||
@mass = 0.0325 // 1.72x to Mass with Station Core | ||
@cost = 4900 | ||
!upgradeUnlock = NULL | ||
@SOLARDATA | ||
{ | ||
@energy = 1.803313953 // 1.72x to Solar Power with Station Core | ||
} | ||
} | ||
|
||
//********************************************************************************** | ||
// SMC-S SM Solar Panels Lv.4 (9.8 m^2) | ||
//********************************************************************************** | ||
@PART[SSTU-ST-GEN-DSP-SMC-S]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
%RSSROConfig = True | ||
%rescaleFactor = 1.750 | ||
|
||
@title = SM Solar Panels Lv.4 (9.8 m^2) | ||
@description = SM Solar Panels Lv.4 (9.8 m^2). 2.0678 kW | ||
@tags ^=:$:, solar, station, power, tracking, array, saw | ||
|
||
@mass = 0.0372 | ||
|
||
@MODULE[SSTUSolarPanelDeployable] | ||
{ | ||
@resourceAmount = 2.0678 | ||
!powerCurve {} | ||
} | ||
} | ||
@SSTU_MODEL[Solar-SMC-S]:FOR[RealismOverhaul]:NEEDS[SSTU]:AFTER[SSTU] | ||
{ | ||
@height = 0.0175 | ||
@diameter = 0.175 | ||
@mass = 0.021627907 // 1.72x to Mass with Station Core | ||
@cost = 4900 | ||
!upgradeUnlock = NULL | ||
@SOLARDATA | ||
{ | ||
@energy = 1.202209302 // 1.72x to Solar Power with Station Core | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CrewCapacity
?