Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Massively increase max vs scale to allow for heatsinks to have their mass increased without changing the diameter #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions GameData/ROHeatshields/Data/ModelData-Heatshields.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ROL_MODEL
upperDiameter = 5
lowerDiameter = 5
minVerticalScale = 0.5
maxVerticalScale = 1.5
maxVerticalScale = 5
mass = 0.0
cost = 1
height = 0.454
Expand All @@ -28,7 +28,7 @@ ROL_MODEL
upperDiameter = 1.27
lowerDiameter = 1.27
minVerticalScale = 0.5
maxVerticalScale = 1.5
maxVerticalScale = 5
mass = 0.0
cost = 1
height = 0.17
Expand All @@ -47,7 +47,7 @@ ROL_MODEL
upperDiameter = 1.87
lowerDiameter = 1.87
minVerticalScale = 0.5
maxVerticalScale = 1.5
maxVerticalScale = 5
mass = 0.0
cost = 1
height = 0.438
Expand All @@ -66,7 +66,7 @@ ROL_MODEL:NEEDS[ReStock]
upperDiameter = 1.25
lowerDiameter = 1.25
minVerticalScale = 0.5
maxVerticalScale = 1.5
maxVerticalScale = 5
mass = 0.0
cost = 1
height = 0.175
Expand All @@ -88,7 +88,7 @@ ROL_MODEL
upperDiameter = 10.0
lowerDiameter = 10.0
minVerticalScale = 0.5
maxVerticalScale = 1.5
maxVerticalScale = 5
mass = 0.0
cost = 1
height = 2.1
Expand All @@ -108,7 +108,7 @@ ROL_MODEL:NEEDS[ReStock]
upperDiameter = 10.0
lowerDiameter = 10.0
minVerticalScale = 0.5
maxVerticalScale = 1.5
maxVerticalScale = 5
mass = 0.0
cost = 1
height = 2.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ROHeatshields

This mod is designed for Realism Overhaul. It adds an adjustable/resizable heatshield with varying geometries and textures which can be set to have thermal protection at varying levels, from a heat sink through Apollo-class BLEO ablative protection. RP-1 handles the placement/pricing of this item.
This mod is designed for Realism Overhaul. It adds an adjustable/resizable heatshield with varying geometries and textures which can be set to have thermal protection at varying levels, from a heat sink through Apollo-class BLEO ablative protection and even the Hypersonic Inflatable Aerodynamic Decelerator. RP-1 handles the placement/pricing of this item.

License: Code is licensed MIT. Assets are from Coatl Aerospace by akron and SSTU by Shadowmage, and remain licensed CC-BY-NC-SA 4.0 Int.
Loading