This is a quick & dirty few fixes to help out Dino until the next update.
After a little testing, I found one significant bug that was fixable in the config file. When the S-3 was sitting on the ground, I noticed that with the external tanks full, the model listed to one side. On takeoff it displayed a definite fuel load imbalance. Checking the config, I saw where the lateral position of the tanks was the same. I simply removed one of the minus symbols and the issue is fixed.
(back up your original cfg before making any changes)
Here's the fix:
External1 = -36.0, -10, -4.0, 300, 0.0
External2 = -36.0,
10, -4.0, 300, 0.0 //<--the red showing the changed value.
The other thing I noticed is that the gear retraction/extension sequence seemed a good bit slow. After watching real retraction/extension sequences. I determined speeding the sequence up by half would do the trick. The adjusted valuesare in red:
point.0=1, -20.00, 0.00, -5.45, 1600, 0, 0.95, 70, 0.862, 1.96, 0.5100,
7.4, 7, 0, 260.0, 260.0
point.1=1, -38.00, -5.75, -4.5, 1700, 1, 1.06, 0.0, 0.606, 1.4, 0.5456,
7.2, 7.8, 2, 260.0, 260.0
point.2=1, -38.00, 5.75, -4.5, 1700, 2, 1.06, 0.0, 0.606, 1.4, 0.5456,
7.5, 7, 3, 260.0, 260.0
Also made minor changes in the Autopilot to get a slightly more responsive turn rate. You can just copy & paste the entire section:
[autopilot]
autopilot_available= 1
flight_director_available= 1
default_vertical_speed= 1500.0
autothrottle_available= 0
autothrottle_arming_required= 0
autothrottle_max_rpm = 90
autothrottle_takeoff_ga= 0
pitch_takeoff_ga = 8;
max_pitch=10.0
max_pitch_acceleration=1.0
max_pitch_velocity_lo_alt=2.0
max_pitch_velocity_hi_alt=1.5
max_pitch_velocity_lo_alt_breakpoint=20000.0
max_pitch_velocity_hi_alt_breakpoint=28000.0
max_bank=30.0
max_bank_acceleration=3.8//1.8
max_bank_velocity=6.00
max_throttle_rate=0.10
nav_proportional_control=11.00
nav_integrator_control=0.20
nav_derivative_control=0.00
nav_integrator_boundary=2.50
nav_derivative_boundary=0.00
gs_proportional_control=9.52
gs_integrator_control=0.26
gs_derivative_control=0.00
gs_integrator_boundary=0.70
gs_derivative_boundary=0.00
yaw_damper_gain = 1.0
yaw_slip_control_gain=0.000000
yaw_control_uses_trim=0.000000
