Skip to content

Commit

Permalink
Correct Altair thrust FIXME
Browse files Browse the repository at this point in the history
Rated thrust 12.4kN, but for burn time to be correct with this curve,
need 15kN peak.
  • Loading branch information
NathanKell committed Nov 23, 2014
1 parent d4e2ca9 commit 6ff7de4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GameData/RP-0/VSR_Engines.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1182,13 +1182,14 @@
{
@CONFIG[SolidFuel]
{
@maxThrust = 12.4
@maxThrust = 15
@atmosphereCurve
{
@key,0 = 0 256
@key,1 = 0 233
}
!thrustCurve {}
// FIXME use correct curve...
thrustCurve
{
key = 0.98796 0.827
Expand Down

0 comments on commit 6ff7de4

Please sign in to comment.