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

HX Evolution...? #81

Open
wants to merge 9 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
43 changes: 43 additions & 0 deletions GameData/B9_Aerospace_HX/B9_Aerospace_HX-Tank_Types.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ B9_TANK_TYPE
unitsPerVolume = 0.55
}
}
B9_TANK_TYPE
{
name = B9_HX_LF
tankMass = 0.000125
tankCost = 0.75

RESOURCE
{
name = LiquidFuel
unitsPerVolume = 1
}
}

B9_TANK_TYPE
{
Expand All @@ -40,4 +52,35 @@ B9_TANK_TYPE
name = ElectricCharge
unitsPerVolume = 20
}
}

B9_TANK_TYPE:NEEDS[CommunityResourcePack]
{
name = B9_HX_KAR
tankMass = 0.00006375
tankCost = 1.25

RESOURCE
{
name = Karborundum
unitsPerVolume = 0.1
}
RESOURCE
{
name = Water
unitsPerVolume = 4.9
}
}

B9_TANK_TYPE:NEEDS[CommunityResourcePack]
{
name = B9_HX_LH2
tankMass = 0.00010627500
tankCost = 0.15

RESOURCE
{
name = LqdHydrogen
unitsPerVolume = 7.5
}
}
Binary file added GameData/B9_Aerospace_HX/FX/KaRoarF2.mu
Binary file not shown.
Binary file added GameData/B9_Aerospace_HX/FX/KaRoarT2.mu
Binary file not shown.
Binary file added GameData/B9_Aerospace_HX/FX/KaShockF2.mu
Binary file not shown.
Binary file added GameData/B9_Aerospace_HX/FX/KaShockT2.mu
Binary file not shown.
Binary file added GameData/B9_Aerospace_HX/FX/KaStreamF2.mu
Binary file not shown.
Binary file added GameData/B9_Aerospace_HX/FX/KaStreamT2.mu
Binary file not shown.
Binary file added GameData/B9_Aerospace_HX/FX/LFOroar.mu
Binary file not shown.
Binary file added GameData/B9_Aerospace_HX/FX/LFOstream.mu
Binary file not shown.
Binary file added GameData/B9_Aerospace_HX/FX/blueCore.mu
Binary file not shown.
Binary file added GameData/B9_Aerospace_HX/FX/blueGlimmer.mu
Binary file not shown.
Binary file added GameData/B9_Aerospace_HX/FX/blueStream.mu
Binary file not shown.
Binary file added GameData/B9_Aerospace_HX/FX/explSpark.mu
Binary file not shown.
Binary file added GameData/B9_Aerospace_HX/FX/explStream.mu
Binary file not shown.
Binary file added GameData/B9_Aerospace_HX/FX/redCore.mu
Binary file not shown.
Binary file added GameData/B9_Aerospace_HX/FX/redGlimmer.mu
Binary file not shown.
Binary file added GameData/B9_Aerospace_HX/FX/redImpulseDiff.mu
Binary file not shown.
Binary file added GameData/B9_Aerospace_HX/FX/redImpulseSpeck.mu
Binary file not shown.
Binary file added GameData/B9_Aerospace_HX/FX/redStream.mu
Binary file not shown.
Binary file added GameData/B9_Aerospace_HX/FX/shock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GameData/B9_Aerospace_HX/FX/smoke1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GameData/B9_Aerospace_HX/FX/smoke2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ PART
crashTolerance = 80
breakingForce = 20000
breakingTorque = 20000
maxTemp = 2000
maxTemp = 2700
bulkheadProfiles = srf
fuelCrossFeed = True
tags = body connect decouple join plate shield split statio
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ PART
crashTolerance = 80
breakingForce = 60000
breakingTorque = 60000
maxTemp = 2000
maxTemp = 2700
bulkheadProfiles = srf
fuelCrossFeed = True
tags = body connect decouple join plate shield split statio
Expand Down
Loading