# Changelog

This page is constantly updated with the H145 version history.

  • Preview Release: 2.1 (Build 421)
  • Stable Release: 2.0 (Build 406)

# Version 2.1 Preview - Build 421 (2023/11/8)

  • CARLS tactical radio now has mission APIs to write to the display and read key presses
  • SEMA re-center is now only on ground and low collective (avoid input at 30kt)
  • Reduce base brightness of TDS GTNXi screens
  • Fix TDS NAV mode not tracking using the correct guidance (enables holds, search patterns, better lateral tracking)
  • Fix TDS G/S bugs (BE ADVISED: G/P will climb to acquire - this will be fixed but is very wrong right now)
  • ACAS STANDBY state (ACAS now depends on transponder mode, set on the GTN/FMS)
  • Fix FPA mode not showing percent and degrees
  • Fix bug where low-speed TRK would enter a spin
  • Fix delay where engines don't leave IDLE even after N2/NR has stabilized for flight
  • Fix AFCS Override mode Autopilot/DualInput to show only for spring setting. (some logic changes are needed to enable this for no-spring)
  • Adjust VRS development conditions
  • Add Livery.json SetupVars section to enable arbitrary L:Vars to be configured for mission system use
  • ACAS (traffic icons) are available on MFD4 DMAP/NAVD
  • ACAS traffic on NAVD/DMAP is now off by default
  • ACAS will no longer alert without aircraft power
  • WXR display is now off by default (FND, NAVD, DMAP)
  • Some performance fixes
  • Add $PREV_MISSION_1 to mission platform to call back to parent mission
  • FFB cyclic support
  • pedal authority fix

# Version 2.1 Beta - Build 420 (2023/10/20)

  • Avionics performance improvement
  • Flight model changes for inherent stability (AFCS OFF and ON)
  • New FLI version 2 with real-time limits (be advised the Collective SAS must be at -100 in order for the limits to be correct)
  • Collective control logic changes (be careful at the power limit)
  • Brick centering changes
  • AFCS WOW logic changed to avoid yaw movement when taking off and landing
  • Fix for various loss-of-control problems (pitch up, yaw spinning etc.)
  • FADEC limits now on VMS:CTRL page
  • Fixed Engines SU13 failing at startup on the runway
  • Fix exterior engine startup and shutdown sounds not playing correctly
  • Fix GTN750 bug with offset item labels
  • Add monospace font for mission text
  • Add persisted global variables for mission system
  • Smooth fuel flow to avoid jumping numbers
  • Engine TOT startup simulation
  • HYD pressure parameter updated to more accurately match the systems
  • load_mission and has_mission APIs
  • Adjust RA to land at exactly zero
  • Power-up test logic fixes
  • OEI HI/LO now visible on VMS/FLI after changing the setting
  • OEI HI/LO is available on the tablet autopilot panel even when in AEO
  • Fix a bug where the engine starter sound would play even if the battery was off
  • Added H:H145_SDK_TABLET_HOME_ONLY_PUSH to go home on the tablet but not close it entirely
  • Add WASM extensibility point for Failure_Subsystem
  • MISC camera & H145M sensor pod camera sky is now blue

# Version 2.1 Beta - Build 412 (2023/7/19)

  • Reduce wobble when engaging (after) trim release at higher speeds (higher SEMA displacements)
  • Increase the speed of ATT beep trim commands
  • ATT high speed should do only turn coordination, not a heading hold (avoid yaw kicks)
  • Fix a bug where engaging HDG mode would not properly decouple NAV mode
  • Fix VRS setting not properly persisting
  • Add H:Events for absolute mission map zoom e.g. H:H145_SDK_TABLET_MAPSAPP_ZOOM_SET_10
  • Add HOME steering binding and button on the tablet, to find the light when lost at some odd angle
  • Restore independent control over S/L and LDG lights. Use H:Events to control them, the LANDING LIGHT bindings continue to control both. (Or use the index: 1 for LDG and 2 for S/L)
  • Fix S/L and LDG LIGHT message logic
  • Fix a bug where the Legacy Tail Rotor control is still doing stabilization

# Version 2.1 Beta - Build 411 (2023/7/14)

  • Big change to yaw stabilization! You can set Tail Rotor Control: Legacy to go back to the old behavior though.
  • Implement realistic AFCS yaw stabilization for spring pedals
  • Improve AFCS control at low speeds
  • Improve AFCS turn coordination
  • Enable collective beep trim left/right when in ATT mode (yaw)
  • Enable collective beep trim up/down when in GA mode (VS)
  • Smooth collective in all AFCS modes
  • Change ALT.A-to-ALT capture to 300ft deviation
  • AFCS collective VRS Protection is back
  • Reduce VRS acceleration factor
  • Slow the N2/NR datum transitions to avoid sudden yaw changes
  • Smooth GTC.H once position acquired
  • Smooth GTC.H engagement from high speeds
  • Fixes for high speed IAS/VERT tradeoff when power limited (over 60kias only)
  • Fix nose-dive at high speeds when heavy
  • Reduce ILS intercept angle

# Version 2.1 Beta - Build 409 (2023/7/9)

  • Flight Model: VRS: Consider accelerations (avoid a quick stop on a steep descent!)
  • Add a volumetric landing light
  • Combine S/L and LDG into lights controlled by the default landing lights bindings
  • Fluid S/L and HISL steering
  • Mixture3/Mixture4 axis will now slew proportionally to the distance from neutral, as opposed to absolute position
  • Add FLI SDK L:Vars
  • SC: can now sync HISL or S/L steering position
  • Fix a bug where NAV mode was not canceled when engaging HDG
  • Fix a bug where the heading bug would not slew when in hover domain and FEET ON
  • Instrument lighting NVG mode will suppress bounce lights
  • Fix a bug that could cause GTC.H to not set collective power correctly

# Version 2.1 Beta - Build 408 (2023/7/8)

  • Implement Vortex Ring State again
  • Limit changes in AFCS roll rate delta when using APCP HDG knob (and other modes)
  • Fix ELT not auto-resetting after a hard landing
  • Fix H:Events for background map layers (e.g. H:H145_SDK_TABLET_MAPSAPP_SET_DB_LAYER_ON_SATELLITE)
  • Fix FLI showing amber region at higher speeds
  • Fix AHRS alignment occurring before MFDs were actually turned on
  • Fix 0% TRQ when 2x IDLE and during startup
  • Fix DMAP range text showing up on top of MFD POST screen
  • Fix prime pumps being enabled during an in-flight start
  • Fix ALT mode going to amber when the ALT.A bug has been moved but not yet selected
  • Mission system: Add trigger_user_action (call a user action from code)
  • Mission system: Add reload_mission (reload current mission)
  • Mission system: Add create_event_handler (create an event handler outside of events table)
  • Mission system: Add is_flight_object from 747ST (simple flying AI objects)
  • Mission system: Add $INDEX (object var) to get the mission object ID
  • Mission system briefing text alignment options, cyan color
  • Fix for mission objects moving (destroy_object clear velocity and WP)

# Version 2.1 Beta - Build 407 (2023/6/11)

  • GTC.H now holds a more precise position
  • GTC.H cyclic beep will move to new position with less overrun
  • Bambi bucket & cargo object weight is fixed and you'll feel it when pulling out of the water (use minimum Collective SAS)
  • Fix OpenAIP layer not displaying (and combined again since they changed their API)
  • Add a button on the tablet autopilot panel (Manual) which does the latching trim release logic.
  • Fix APCP IAS knob being limited to 130 instead of VNE
  • Fix military transport mission template. (Move create_deferred_accident_site macro to base pack, fix applicable tag)
  • Disable HELICOPTER THROTTLE bindings (they are inert now)
  • Shared Cockpit variables are now on by default

# Version 2.0 - Build 406 (2023/4/26)

  • Fix a performance issue (introduced 404)
  • Fix North Sea detection to work with marketplace and non-marketplace install
  • Adjust scrolling in the mission app to not overlap the text
  • Fix an error with DMS location display on the mission briefing or dispatch

# Build 405 (2023/4/25)

  • Improve avionics general performance
  • Add a bearing command to get a true heading between any two locations
  • Add a tofixed command to round numbers to a specific number of digits
  • Add create_object.is_static_object which enables using objects 20-75 and reserving the low numbers for moving objects
  • Add a Help&Docs app to the tablet, which can simply launch the documentation website
  • Add a My Tablet app which controls various tablet settings (moved from Aircraft->Options page)
  • Add an option to hide the large tablet clock
  • Add links to open GTN750 vendor websites from the tablet (PMS50 and TDSSim)
  • Fix a bug where some POIs weren't using DMS format to display coordinates
  • Fix a bug where the degree symbol wasn't being rendered on the tablet mission map POI popup

# Build 404 (2023/4/21)

  • Better handling of collective mode engagement in hover (low and high weights)
  • Fix flipped steering arrows on the tablet light panel
  • Add H:Events for engine failures, fires, mast moment
  • GTC internally uses knots now (previously the unit was feet per second: L:H145_SDK_AFCS_GTC_X and L:H145_SDK_AFCS_GTC_Z)
  • Suppress rotor rpm warnings while no engine is in FLIGHT
  • GTC fixes (coordinated flight at high speed)
  • Fix a bug which could cause bugs to be set incorrectly (IAS at zero)
  • Fix a bug where IAS was limited to 110kt on AP/UM ON x2 engagement
  • Fix a bug allowing the HISL and SL without electrical power
  • SEMA Freezing logic change during GTC.H

# Build 403 (2023/4/20)

  • Fixes for rolling quickly in cruise and wobbling while tracking NAV deviation
  • Improved handling for HDG mode at low speed
  • Avoid pitch-up when engaging GTC.H at high speeds
  • Add H:Events and bindings for Hype Radio app
  • Fix CR.HT mode bug was hidden when in FLYUP mode
  • Fix collective beep trim up/down not working when in FLYUP mode
  • Fix an issue where H:Events were flooding when AFCS was off (this would impact H:Event catching tools)
  • Fix steep turns not triggering enough bladeslap sound

# Build 402 (2023/4/19)

  • Fix ALT nosedive bug from 401

# Build 401 (2023/4/19)

  • AFCS: CSAS (hands on) mode: SEMA will re-center slowly when in hover domain, but freeze in cruise domain
  • AFCS: Fixes for wobbling at high speeds
  • AFCS: Fix for collective modes descending from hover after engagement
  • Prevent takeoff when engines are set to IDLE
  • Fix CH.RT mode not taking a pre-selection
  • Fix airspeed bindings (enabling Select Airspeed Bug)
  • Aerosoft North Sea missions now have their dependency scenery listed
  • Fix a bug preventing the "Scenery Missing" dialog from not properly opening the URL
  • Fix open_url not properly opening the URL.
  • TDS GTNXi Unit 2 is now toggled to default on every startup
  • Fix IBF CLOG TREND when not installed

# Build 400 (2023/4/14)

  • Mission map lat/lon is now DMS format
  • Add bindings for WING LIGHTS OFF/WING LIGHTS ON for S/L.
  • Add bindings for HELICOPTER THROTTLE axis (not recommended)
  • Fix VNE sound calculations referencing ground speed
  • Bladeslap sound is back in steep turns
  • Various adjustments to sound timings
  • Fix display of mission briefing text color/alignment
  • Fix a case where incorrect modal dialog text could be displayed.
  • Improve flight at 130kts
  • Fix for ground objects sliding around
  • Add track_object and set_map.update.point.location to show moving icons on the mission map
  • Approach flight plan is now displayed properly on NAVD/DMAP/MissionApp
  • Fix various issues with NAV mode disconnecting when transitioning flight plan legs
  • Add Gameplay Mode back (which now controls whether you can over-torque via collective)
  • Fixes for electrical circuit handling for TDS GTNXi integration
  • Fixes for replay mode
  • Fix a bug with CRS push on a VOR not being TO the station

# Build 399 (2023/3/24)

  • Add more mission briefing widgets: buttons, text with params, links with commands, remote frame, icon legend, scroll command
  • Add a dispatch briefing in addition to the mission briefing
  • Add L:MISSION_TIME and :TIME message format operator
  • set_user_poi set_briefing_dialog set_dispatch_dialog scroll_to_briefing_item scroll_to_dispatch_item set_dispatch
  • deprecate set_ui command (no known use)
  • Add engine fuel valve positions to VMS CTRL page

# Build 398 (2023/3/17)

  • Fixes for multiplayer activities
  • Fixes for mission briefing
  • Enable Auckland Earthquake multiplayer activity

# Build 397 (2023/3/17)

  • Add mission briefing section to Missions app
  • Remove old missions
  • Fix mission object placement when at locations below sea level
  • Fix an issue with bearing2 using an outdated heading
  • Fix extra sounds from mission objects

# Build 396 (2023/3/15)

  • Adjust default camera view again
  • Add Open Location on PC back to the tablet mission app for any POI (configure the launch URL in MissionSystem.json .. default is Google Maps)
  • Bindings - additional info for Ops Center 32+
  • Offshore rescue (start from Library only) will now use the coastline database (no need to worry about facing water anymore)
  • Remove Water Rescue Here (since it shows up on land too - use the Library mission now)
  • POIs may now have up to 10 missions listed
  • Add basic HEMS MedEvac missions for Aerosoft North Sea POIs (platform, ship, substation) .. start from POI or Library
  • Clicking POIs on the missions map is now easier at all zoom levels

# Build 395 (2023/3/14)

  • Enforce Cyclic SAS speed limits (values greater than 120 are exempt)
  • Backup SAS uses only one SEMA for stabilization
  • Fix IBF simulation not accumulating
  • Fix ULT FADEC mode
  • Add RESET RUDDER TRIM binding
  • Fix a bug with bearing2 not being calculated relative to the target object heading
  • Add default LANDING LIGHT STEERING bindings
  • Add legacy mixture bindings for S/L steering to ops center list
  • Change ICAO type to EC45 for better multiplayer watching. Thanks @WombiiO

# Build 394 (2023/3/13)

  • Fix rotor startup/shutdown time
  • Fix clipped cockpit cameras and adjusted default view
  • Remove AP_NAV1_HOLD_OFF hotkey as it was conflicting
  • Beep trim restored for Backup SAS mode
  • Rename Collective Beep Release to Beep Trim
  • Fix BOT1+2 USED fire test message
  • Add Trim Release (TR) icon to tablet status bar
  • Fix tablet restore settings default button
  • Tablet GPU will now show gray/red when unavailable
  • Update tablet default wallpaper

# Build 393 (2023/3/11)

  • Fix the turn coordinator brick
  • Implement N2 shaft simulation
  • Improve engine sound sync and rotor startup/shutdown time
  • Added AUTOPILOT ON and AUTOPILOT OFF bindings for AP/BKUP ON and AP/UM OFF
  • Added AUTOPILOT DISENGAGE TOGGLE for AP/BKUP CUT
  • Added AUTOPILOT NAV1 HOLD bindings
  • Added RADIO ALTITUDE bindings for CR.HT
  • Added CONDITION LEVER bindings for engine controls

# Build 392 (2023/3/9)

  • AFCS OFF - Enable classic beep trim (center position changing) ... Trim Release (rotor trim reset) will zero trim
  • IMPORTANT: A.TRIM OFF - Now implemented as a degraded sub-mode of ATT, with trim release. (NOTE: Use the latching Trim Release bindings now!)
  • VMS-CTRL page now shows cyclic trim release and spring status, and yaw SEMA dot
  • Add a new setting for users with no friction lock or those that prefer the Asobo autopilot control-blocking style
  • Remove extra load stations in some variants
  • AFCS: ATT mode collective beep trim left/right will now trim the yaw position (and can be used to recover from GTC.H position)
  • FADEC will now attempt to maintain TRQ/N1/TOT limits and NR will droop
  • Fix tablet Sim Time being off by 1hr compared to MFD.

# Build 391 (2023/3/7)

  • Increase flight model stability in cruise
  • Add default autopilot bindings: IAS, ALT, HDG, VS
  • Add a cache facility for common OSM queries
  • C&D command now turns off standby battery and avionics master
  • Fix a bug with is_ground_object
  • Add point_object, location_alter, and add360 commands
  • NOTE: The reference datum changed, your camera and custom FX positions must be adjusted by +4 longitudinally to retain the same position

# Build 390 (2023/3/3)

  • Flight Model: AFCS-OFF flight model is now substantially less stable
  • Flight Model: Rotor Underspeed/Overspeed is back
  • Flight Model: Autorotation is back (difficult)
  • Tweak speed trims for smoother flight in all conditions
  • Add a Collective Step Size setting for keyboard/button users
  • Add a Center-Displace Reset Time setting to determine how long to wait after H145_SDK_CYCLIC_FORCE_TRIM_DISPLACE_CENTER
  • Fix IAS bug not hiding when inapplicable but off-scale
  • Passenger Transport mission will work directly from the library (random pick-up location in 50km)
  • Fix various bugs around cargo couple/decouple
  • Fix a bug that allowed GA mode to activate while on the ground

# Build 389 (2023/3/1)

  • 389: Fix pitch attitude bug from 388
  • 389: Fix OAT text clipping
  • 389: Fix mission index not regenerated from 388
  • 389: Fix DB:CITY from 388

# Build 388 (2023/3/1)

  • Update FLI calculations
  • Update MSFS POI database for WU12 NZ
  • Add a mission API query_country to determine precise country presense (including None for means ocean).
  • Add DB:OVERWATER_COASTLINE, a database for positioning offshore scenarios
  • Add DB:CITY worldwide city locations database
  • Add a Nearby Fire (Wooded area) mission. This creates a small fire in a wood/grass area and should work worldwide.
  • Add a prop for brown water (flooded area - for various rescue)
  • Rotor blade weights (balls) are visible at high rpm
  • Take the fix available in SU12 Beta 1.31.19.0 ... Remove Sim Version switch
  • Fixes for collective SAS (30kt bump, jitter)
  • Add the query_data API to use multiplle location results
  • Add HEMS Rescue - Fuel Station Fire mission
  • Fix tablet Time source setting not working

# Build 387 (2023/2/24)

  • FLI results no longer impacted by SAS slider
  • Update FLI calculations
  • Multiplayer mission platform
  • Add teleport_to command to mission system
  • Fix a bug preventing placing cargo onto elevated platforms
  • Add create_location.no_results_commands to the mission system
  • Add Sim Version option to Tablet Aircraft Options for SU11/SU12 (necessarily for another few days)
  • SU12 Beta users: Select Sim Version to SU12 on the tablet Aircraft Options page

# Build 386 (2023/2/17)

  • HEMS: Add a mission where a plane has crashed or emergency landed at an airport, and you take a pateint to the hospital
  • Gauratnee stability irrespective of controller input stream rate
  • Increase the key/button rate of collective change
  • Fix broken style for tablet Hype Online app
  • Mouse hover states for tablet Action Center widgets
  • Add a runway position database (DB:RUNWAY)
  • Route line and POIs will render on top of HTAWS and WX overlay (DMAP and NAVD)

# Build 385 (2023/2/16)

  • SAS Stability Level is now per-control (cyclic, yaw, collective)
  • Hide Xbox controller and FBW Tail rotor settings, neither are working well right now
  • Adjustments to speed trim to avoid pitch axis saturation around 60kt
  • Add Military airport database
  • Fix missions being activated from the library sending the user to the World Origin
  • Add DB:APRON database (suitable airport locations)
  • HEMS: Add an Airport-To-Hospital transfer mission

# Build 384 (2023/2/15)

  • Fix a bug which breaks selecting no-location POI on the map
  • Add sling cargo anywhere mission (move 4 objects from A to B)
  • Add a toggle for the latching Trim Release bindings
  • Reduce heat blur effect

# Build 383 (2023/2/15)

  • Adjust flight model and engines
  • Add Fenestron safety light (REGA-style)
  • Mission entry can now be attached to the Custom Location POI (anywhere)
  • SAS is always 0 on all axis when autopilot is flying, regardless of user SAS which will be used when HANDS ON
  • Return DCS-style force trim with H:H145_SDK_CYCLIC_FORCE_TRIM_DISPLACE_CENTER
  • New Firefighter Mission: Fire Anywhere (click on the map and then select Start Fire Here)
  • Fix mixed up cargo items once the object transitions to/from the ground
  • Add 'Water Rescue Here' mission to Offshore (click any location over water)

# Build 382 (2023/2/13)

  • Increase FLI travel from 0 to 10
  • Reduce stability on the AFCS OFF flight model
  • Fix civil_fly_to_destination and HEMS_fly_to_hospital macro not cleaning up flare
  • Cruise speed is increased
  • Remove skew from pitch attitude indicators
  • Revert recent Set-Cyclic-Center changes to previous version

# Build 381 (2023/2/11)

  • Fix a bug causing mission system stop when selecting POI (set_route [])
  • Fix a bug causing mission system to stop if objects weren't deleted before the end of the prior mission
  • Start missions by selecting the POI and then the mission by name (or selecting from the library)
  • selected POIs all show lat/lon
  • Mission Entry Points layer added
  • Mission start_info may now have an array for query
  • set_route will now clear the flight plan
  • Show all missions in mission library (note that this will require more work to fix up all the cases so you can start either way)
  • Passenger Transport mission will now have an inbound leg if selected from far away
  • Hospital Patient Transport will now have an inbound leg if selected from far away
  • Add L:DEBUG_SET_CYCLIC_CENTER_FREEZE_TIME to configure the set-cyclic-center freeze time
  • More precise position reporting (breadcrumb) on Hype Live Map

# Build 380 (2023/2/9)

  • Mission set_route command now sets the MSFS/GTN750 flight plan
  • Set-Cyclic-Center re-purposed to work with a pause between changing controls
  • DMAP and NAVD route line scale/offset issues fixed
  • Change to a more readable font for the MFDs
  • CTRS (Contrast) (Overlay) is working again (Weather overlay, Terrain overlay)
  • BRT (Brightness) (Underlay) is working again (NAVD and DMAP map underlay, SVS underlay)
  • Fix FLI guidance arrows showing when on the ground at idle

# Build 379 (2023/2/7)

  • Fix a bug with precision of the resulting lat/lon from clicking on the mission map (thanks Thoradan)
  • Fix a bug making it hard to select from a close group of items on the mission map
  • Civil/Lux transport mission (not templates) changed to DB query / map location selection
  • Civil/Lux transprt mission may now go to helipads and airports (start location is civil helipad only)
  • Move Flight Controls page to R1 select key
  • Add MSFS POI layer and database
  • Initial support for manual install
  • Add L:H145_SDK_BUILD for the current build number
  • Add TOGGLE H:Events events for DB map soruces, and add to H145_Keys this time
  • Add H:Events for mission app followme on/off and orientation NorthUp/HeadingUp states

# Build 378 (2023/2/7)

  • HEMS Hospital selection is now based on the map with higher quality data and no data query
  • HEMS Hospital missions may now be of infinite distance as any hospital may be selected
  • Crew will now report the cabin is secure for HEMS missions (audio message)
  • Add H:Events for toggling mission map database layers on and off
  • Mission App can now select a custom location or POI and get lat/lon for mission system ($MISSION_SELECTED_POI_LOCATION, L:MISSION_SELECTED_POI_TYPE)
  • New Mission Command: clear_user_poi
  • New Mission Command: copy_location:LOCATIONREF to:newLocationName
  • Mission Command create_user_action now has show_commands
  • Offline data query for built-in database layers

# Build 377 (2023/2/5)

  • New interior engine/rotor background sounds
  • Axis out of trim indictors added to PITCH and ROLL axis
  • SPEED TRIM: OFF setting will now avoid the deadzone and ALWAYS use the user stick as trim
  • Replace Speed Trim and FBW Cyclic with Cyclic Control: NO-SPRING | CENTERING-SPRING | XBOX
  • ATT deviation display when attitude deviates more than 3.5 degrees from setpoint
  • GTC deviation display when ground velocity is more than 3kt difference on X or Z axis
  • Add Collective and Yaw real-position cursors to Flight Controls page
  • Adjust SEMA authority and travel
  • Pause SEMA instaed of returning to neutral position (trim release / override)
  • Adjust IAS mode
  • Smooth IAS trend arrow
  • Fix IBF Normal H:Events
  • Remove more legacy trim logic
  • Boost HISL brightness again

# Build 376 (2023/2/3)

  • New interior engine/rotor background sounds
  • Axis out of trim indictors added to PITCH and ROLL axis
  • SPEED TRIM: OFF setting will now avoid the deadzone and ALWAYS use the user stick as trim
  • Replace Speed Trim and FBW Cyclic with Cyclic Control: NO-SPRING | CENTERING-SPRING | XBOX
  • ATT deviation display when attitude deviates more than 3.5 degrees from setpoint
  • GTC deviation display when ground velocity is more than 3kt difference on X or Z axis
  • Add Collective and Yaw real-position cursors to Flight Controls page
  • Adjust SEMA authority and travel
  • Pause SEMA instaed of returning to neutral position (trim release / override)
  • Adjust IAS mode
  • Smooth IAS trend arrow
  • Fix IBF Normal H:Events
  • Remove more legacy trim logic
  • Boost HISL brightness again

# Build 375 (2023/2/2)

  • Implement 4-axis SAS (pitch/roll/yaw and collective) when any SAS is available
  • Fix HTAWS MUTE-5-MIN binding not working
  • Fix STARTER (again) stuck at 64% N1
  • Add cyclic center position to flight controls page (blue dot)
  • Add real cyclic position to flight controls page (yellow dot)
  • Add SAS positions to flight controls page (red dot)

# Build 374 (2023/2/2)

  • Move Flight Controls page to VMS -> SYST -> CTRL
  • Fix FND clock button
  • Round VMS TRQ values to nearest 0.5%
  • Fix engine STARTER not disengaging until main switches placed to FLIGHT (EDIT: Only fixed in lux variant, will fix properly next time - sorry)
  • Uninstalling HTAWS will now stop the system
  • Fix engine sound playing after shutdown
  • Fix external bladeslap sound not working
  • Fix misaligned tablet aircraft app pages
  • Fix misaligned modal dialog in Missions/Maps app
  • Add HTAWS mute-for-5min event H145_SDK_OH_AUDIO_HTAWS_MUTE_5_MIN
  • Fix toggling HEMS patient on tablet crew page
  • Add a switch for speed trim (note that this will negatively impact the AFCS right now)

# Build 373 (2023/1/28)

  • Fixes for engine startup and shutdown time / sound synchronization
  • Flight model improvements generally
  • Implement HTAWS HAT overlay
  • Fix Electrical load too high
  • HTAWS prediction tweaks
  • Hide incorrect DA bugs from IESI
  • Add MISSION ITEMS to DMAP LAYER menu
  • Fix inverted slip/skid indicator
  • Revamp tablet Missions app
  • Add satellite view to Tablet map views
  • Add NorthUp and HeadingUp orientation to Missions app
  • deprecate Maps app
  • deprecate Mission Entry Markers
  • Add POIs (helipad, hospital, airport) to Missions app
  • Add POIs (helipad, hospital, airport) to DMAP page
  • Fix an issue with DF bearing direction not taking into account the difference between true and magnetic track
  • AFCS fixes for speed around 30-50kt
  • Add Flight Controls debug page (EFB button)

# Build 372 (2023/1/19)

  • Dark mode map is back (DMAP, NAVD, Tablet Maps, Tablet Missions)
  • MFDs are always touch-interactive now
  • HTAWS is now aware of vertical trajectory
  • HTAWS fixes for alerting and detection (over water, repeating)
  • HTAWS obstacle alerting graphics, sounds and detection - database: FAA (North America), OpenAIP (Worldwide)
  • Add DisplaySetup.json, to configure display defaults as needed

# Build 371 (2023/1/17)

  • Implement Forward-Looking Terrain Awawreness
  • Add HTAWS Caution Terrain / Warning Terrain sounds
  • Add missing HTAWS graphics, messages
  • Stop sampling RA digital value

# Build 370 (2023/1/17)

  • Adjust deviation graphics
  • GTC.H heading and distance deviation logic
  • Fix a bug with Both follow-up trim mode
  • HTAWS startup system test logic
  • Fix slip/skid indicator
  • Add missing Decision Altitude graphics
  • Fix an issue rendering negative altitudes on FND
  • Add LAYER (AIRPORTS/AIRSPACE/NAVAIDS) and MAP (VECTOR/TOPOGRAPH) menus to DMAP page
  • Add MAP control (NONE/VECTOR/TOPOGRAPH) to NAVD page

# Build 369 (2023/1/15)

  • Fix extra yaw input in cruise (368)

# Build 368 (2023/1/15)

  • Follow-Up Trim is back (new default: Both) new setting: Off
  • Add Tail Rotor FBW option (for those looking for ease, please prefer the MSFS Tail Rotor Assist and do not combine them)
  • Add an MFD Touchscreen setting (for external pop-out use)
  • Add AFCS mode deviation triangles (IAS, HDG, ALT, CR.HT)
  • Tweak how AFCS does yaw control (should avoid crazy spinning conditions)

# Build 367 (2023/1/13)

  • Add a setting for ATT yaw hold and disable it by default
  • Rename Cyclic Assist to Cyclic Control: Direct or Fly-By-Wire

# Build 366 (2023/1/12)

  • Add Cyclic Assistance setting (possible replacement for Classic flight model modes)
  • Fix pink seatbelts issue
  • IAS mode tuning
  • Fix IESI not aligning after power on
  • ATT YAW hold is back (using pedal detection)

# Build 365 (2023/1/6)

  • Fix GEN Disconnected when engine not operative
  • Fix PRIME LVars
  • Fix panel lights not responding to events
  • Fix fuel pressure from center tank
  • Update fuel messages, add MAIN TANK LOW
  • Initial work for Free DG mode
  • Fix bus ties not opening at shutdown
  • Add load stations and basic weights back per-variant
  • Fix VMS WEIGHT page payload entry limit
  • Fix Cyclic visual jitter (add L:Vars representing the user+trim cyclic position without SEMA)
  • Fix prime pump sound

# Build 364 (2023/1/6)

  • Fix GTN circuit logic
  • Fix Prime pump events
  • Fix Tablet rotor brake
  • Add Tablet soft-home button option
  • Third party foundation work
  • Tablet screen is now blank when popped out and stowed. Tablet will also turn on when clicking the blank screen.
  • Fix Military variant sensor pod monitor

# Build 364 (2023/1/4)

  • Increase HISL Brightness
  • Remove Rotor debug app
  • Fix cyclic animation stuck fwd/aft
  • Fix broken cockpit bounce lights (thanks @kdfw! x2)
  • Add key binding AILERON_CENTER for keyboard cyclic or other button input. Fix left/right only going one direction. (Keyboarding may still need work)
  • Fix for 'waiting for startup' activation issue
  • Fix slow human animations in fire/civcargo/offshore action pack variants
  • Disable MGB Chip and reduce damage scalars
  • Implement electrical system foundation
  • Engines may now start without prime pumps (no change to procedures)
  • Fuel consumption fixes
  • Add various HOIST messages to message list

# Build 362 (2022/12/26)

  • Fix issue with Engine 2 FADEC stuck at 50% N1
  • 361.o1 flight model
  • Rotor shutdown timing
  • Fix various trim and ATRIM issues
  • Adjust lateral trim / pitch speed trim (both always enabled right now)
  • Fix AP Cyclic deadzone
  • Fix inverted APCP H:Events
  • Heat blur is back

# Build 361 (2022/12/9)

  • Fix IAS knob
  • Some GA mode fixes (bug is stuck at 0 sorry)

# Build 360 (2022/12/9)

  • Fix nose-down in cruise tendency from 359

# Build 359 (2022/12/9)

  • Faster Startup
  • More inertia
  • Less control forces
  • More stable collective
  • More TR power
  • Set-Cyclic-Center is fixed (again)
  • HMD is fixed

# Build 358 (2022/12/8)

  • Flight model adjustments (stabilizer)
  • Fix a bug with collective power with AP on vs. off
  • Fix shaking on the ground (skid points)
  • Set-Cyclic-Center binding is fixed
  • Fix MFD SoftKey H:Events
  • Add L:H145_SDK_AFCS_IAS_BUG (replaces for now AUTOPILOT AIRSPEED HOLD VAR)
  • Spring forces are disabled when ATRIM system is off
  • Remove classic Setup settings (use Tail Rotor assist if you preferred no torque)
  • ConfigTool is deprecated

# Build 357 (2022/12/7)

  • Custom Key Bindings work (ops center only - do not use ConfigTool)
  • Trim release fixes
  • Flight model tweaks
  • Rotor brake force increased
  • Tail Rotor assist is functional again

# Build 356 (2022/12/5)

  • Various flight model changes
  • Fix rotor overspeed
  • Fix NAV cross-track
  • Fix rotor brake

# Build 355 (2022/12/3)

  • Implement trims in AFCS on and off modes (new helicopter bindings)
  • Fixes for high speed cruise
  • Fixes for NAV and HDG
  • Bambi bucket and cargo hook have dynamic weight

# Build 354 (2022/11/28)

  • Do not use flight model config switch!
  • More CFD changes - new controls should work in addition to the old controls (collective/throttle, tail rotor/rudder, cyclic/yoke) ... beep trim bindings not changed.
  • Fix IAS bug (it won't engage at 0 and will engage at the current speed on engagement if not pre-selected)
  • Activation fix - waiting for startup shouldn't appear now.
  • Improved general performance

# Build 353 (2022/11/26)

  • Do not use flight model config switch!
  • More CFD changes - reset flight model
  • AFCS v2
  • Fix tail rotor torque, engine torque

# Build 352 (2022/11/23)

  • CFD Preview only - no Classic flight model at all, flight model switch not included
  • CFD flight model is much more stable
  • CFD flight model works with native MSFS SU11 Helicopter Assists (and is quite nice)
  • missions working with CFD flight model
  • cruise torque/aerodynamics enable HDG mode to work again
  • TOT following N1 properly now using previous logic
  • Tail Rotor torque and response adjusted

# Build 351 (2022/11/23)

  • CFD flight model changes
  • CFD MTOW (max takeoff weight is now usable again)
  • CFD FADEC (FLIGHT/IDLE is working again)
  • CFD N2 is correct now - load sharing is binary, dual engine N2 is inop right now, you will see both engines show the N2 of the top engine
  • CFD skids, weight stations (all variants are lux) and surface positions adjusted

# Build 350 (2022/11/21)

  • More CFD fixes since 349 is not flying properly due to engine logic
  • CFD engine fixes
  • IAS beep trim fixed
  • flight model switch is properly set to classic by default now

# Build 349 (2022/11/19)

  • Flight Model switch in Hype Operations Center (switch between Classic/HPG and Next/Asobo flight models, do so only when the sim isn't running!)
  • Start from SU11 helipads (both flight models)
  • XFER pumps fixed
  • IAS increment fixed
  • Fix bladeslap sound not being adjustable
  • add has_object to mission script
  • fix BARO not working

# Build 348 (2022/11/13)

  • More cyclic agility - all flight model
  • Fix pedals not moving in the cockpit
  • Tweak collective power a bit

# Build 347 (2022/11/13)

  • Restore weight to values close to accurate
  • Fix MFD problems (SVS, BARO, etc)

# Build 346 (2022/11/13)

  • Fix action pack activation failure

# Build 344 (2022/11/2)

  • Hype Online app is added to manage preferences (default is broadcast position only)
  • Hype Online setting persists properly now
  • Flight Plan, Callsign, speed, rotor rpm can now be sent to the live map

# Build 343 (2022/11/31)

  • Lower latency Hype Live Map

# Build 341 (2022/10/28)

  • Ops Center is now an installer/manager for HPG addons
  • Ops Center now displays the contents of the mission index
  • Hype Live Map is now available (on by default, a persisted setting on the tablet Options page to turn it off) - live players: https://davux.com/live
  • Fix Philippines livery spawning a helicopter instead of crew.
  • Add Portugal Windfloat missions (same as FR Windfloat)

# Version 1.0 - Build 340 (2022/10/16)

End of Early Access phase.