You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
“[MASFlightComputer] System.IndexOutOfRangeException: Index was outside the bounds of the array.”
This is immediately after launch, not in motion, on the end of the runway. The game warp controls, and the ASET warp props, will go to 100k warp, but I get this error when attempting to go to 100k warp in a MAS prop.
If the first parameter is set to anything between 10,000 and 99,000 the resulting warp is 10,000, which I think is correct behavior.
The text was updated successfully, but these errors were encountered:
fc.SetWarp(100000, false) produces Initialization Error
“[MASFlightComputer] System.IndexOutOfRangeException: Index was outside the bounds of the array.”
This is immediately after launch, not in motion, on the end of the runway. The game warp controls, and the ASET warp props, will go to 100k warp, but I get this error when attempting to go to 100k warp in a MAS prop.
If the first parameter is set to anything between 10,000 and 99,000 the resulting warp is 10,000, which I think is correct behavior.
The text was updated successfully, but these errors were encountered: