Skip to content

Commit

Permalink
Changed my mind about converting Edamame to Monoprop only...gonna lea…
Browse files Browse the repository at this point in the history
…ve it multiprop.

Tank rebalancing complete.
  • Loading branch information
Kerbas-ad-astra committed Mar 23, 2018
1 parent ed5b956 commit 5f4b1e3
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 18 deletions.
29 changes: 23 additions & 6 deletions GameData/HGR/Parts/Fuel/SoySvcMod/SoySvcMod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,23 @@ PART

tags = #SoySvcMod_Part_tags // #SoySvcMod_Part_tags = hgr edamame progress shenzhou soy service fueltank ?lfo liquid oxidizer propellant mono monopropellant rocket cmg command control fly gyro moment react stab steer torque

RESOURCE
{
name = LiquidFuel
amount = 180
maxAmount = 180
}
RESOURCE
{
name = Oxidizer
amount = 220
maxAmount = 220
}
RESOURCE
{
name = MonoPropellant
amount = 250
maxAmount = 250
amount = 100
maxAmount = 100
}
RESOURCE
{
Expand Down Expand Up @@ -100,19 +112,24 @@ PART
heatProduction = 300
fxOffset = 0, 0, 0.21

EngineType = MonoProp
EngineType = LiquidFuel
exhaustDamageDistanceOffset = 0.21

PROPELLANT
{
name = MonoPropellant
name = LiquidFuel
ratio = 0.9
DrawGauge = True
}
PROPELLANT
{
name = Oxidizer
ratio = 1.1
}
atmosphereCurve
{
key = 0 260
key = 1 120
key = 0 345
key = 1 85
key = 4 0.001
}
}
Expand Down
10 changes: 5 additions & 5 deletions GameData/HGR/Parts/Fuel/Tank_Set1/HGR_RadialBooster.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ PART
stackSymmetry = 2

// --- standard part parameters ---
mass = 2
mass = 1
dragModelType = default
maximum_drag = 0.1
minimum_drag = 0.1
Expand All @@ -57,13 +57,13 @@ PART
RESOURCE
{
name = LiquidFuel
amount = 1440
maxAmount = 1440
amount = 720
maxAmount = 720
}
RESOURCE
{
name = Oxidizer
amount = 1760
maxAmount = 1760
amount = 880
maxAmount = 880
}
}
2 changes: 1 addition & 1 deletion GameData/HGR/Parts/Utility/LowPro/LP_45Q.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ PART

atmosphereCurve
{
key = 0 240
key = 0 260
key = 1 100
key = 4 0.001
}
Expand Down
2 changes: 1 addition & 1 deletion GameData/HGR/Parts/Utility/LowPro/LP_MAX.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ PART

atmosphereCurve
{
key = 0 240
key = 0 260
key = 1 100
key = 4 0.001
}
Expand Down
2 changes: 1 addition & 1 deletion GameData/HGR/Parts/Utility/LowPro/LP_TRI.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ PART

atmosphereCurve
{
key = 0 240
key = 0 260
key = 1 100
key = 4 0.001
}
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ From there, just unzip the "HGR" folder into your GameData directory. Be sure t
* Heat shield fixed to actually protect the descent capsule.
* Small inline parachute deployment speed slowed.
* Thanks to Pand5461 for a few suggestions. Those I accepted include:
* Edamame service module now MonoPropellant only (engine rebalanced).
* Increased battery capacity to Daikon service module.
* RCS thrusters in line with stock thruster stats.
* Increased battery capacity of Daikon service module.
* Several capsule masses reduced (especially Soy-Juice).
* Thanks to @Mihara for a couple of suggestions:
* Slightly more inventory volume in the Garlic pod (so you can fit a container in a container).
Expand All @@ -103,7 +101,7 @@ From there, just unzip the "HGR" folder into your GameData directory. Be sure t

## Roadmap

Keep HGR ticking along!
Finish the 'Lima' module -- give it a higher-res texture and a normal map. (First I have to learn how to modify part models.)

## Credits

Expand Down

0 comments on commit 5f4b1e3

Please sign in to comment.