So I couldda sworn I had the Shrike MD530 working with TelemFFB, but I'm getting exceptions now. One line leads me to believe that it's not picking up the "530F.*" entry that I added. But what's weird is that the Cowansim MD500E works fine, and their entries are identical.
The line that makes me think that is this: INFO - Creating handler for Shrike Simulations 530F Default: aircrafts_msfs.Aircraft
I get three exceptions when the aircraft starts. Here is the first:
Exception in thread Thread-2:
Traceback (most recent call last):
File "main.py", line 391, in process_data
File "aircrafts_msfs.py", line 383, in on_telemetry
File "aircraft_base.py", line 351, in _update_buffeting
File "utils.py", line 401, in scale_clamp
File "utils.py", line 393, in scale
ZeroDivisionError: float division by zero
config.user.ini entries:
[500E.*]
type=Helicopter
runway_rumble_intensity = 0.5
rotor_blade_count=5
etl_start_speed = 15kt
etl_stop_speed = 25kt
etl_effect_intensity = 0.40
overspeed_shake_start = 120kt
overspeed_shake_intensity = 0.2
[530F.*]
type=Helicopter
runway_rumble_intensity = 0.5
rotor_blade_count=5
etl_start_speed = 15kt
etl_stop_speed = 25kt
etl_effect_intensity = 0.40
overspeed_shake_start = 120kt
overspeed_shake_intensity = 0.2
Maybe it's something with the 530F header. How do I determine the string that I should put in there -- is it something in the aircraft's manifest.json, or something else?