Skip to content

Commit

Permalink
2.7.9 & 2.7.10 Defs (#221)
Browse files Browse the repository at this point in the history
* Bump module

* Add GPS OBS

* Ignore overwing annun

* Update P92

* Add searey

* Shorten names

* Bump versions

* Var cleanup

* misc

* Update 118

* Fix cowl flap sync

* Carenado Update 1

* Carenado Update 2

* Add gliders

* Reenable these

* Update FlightFX

* Disable PAX

* Add Norseman

* Shrink name

* Add transponder button ignores

* Change hint

* 278 log

* Bump 279

* Correct names

* Ship BS

* Remove pax

* Add P2006T

* Remove HD787

* Add ident toggle

* misc

* Make power setting float

* Add APU pos

* Bump 441

* Update Boeings

* AAU2

* Names

* Add back FO map pull

* Fix all doors

* Move cutoff lever

* Make primer unreliable

* Include swap ignore

* Update 110

* Add TDS

* Fix doors and altimeters

* More planes

* 2.7.10 log

* Bump module

* Fix name

* Recommit defs up to 2.7.10

* Revert WIP update

---------

Co-authored-by: Randy T <47700786+rthom91@users.noreply.github.com>
  • Loading branch information
Sequal32 and rthom91 authored Aug 11, 2023
1 parent 9ea6ef3 commit 9759a0d
Show file tree
Hide file tree
Showing 76 changed files with 19,251 additions and 3,661 deletions.
37 changes: 36 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# YourControls Changelog

## Version 2.7.10

### Profiles

- Added: Boeing 314 Clipper by PILOT'S (v1.6.2).
- Added: Boeing PT–17 Stearman by DC Designs (v1.0.6).
- Added: Dornier Do J Wal by Microsoft & Oliver Moser (v0.1.1).
- Added: Latecoere 631 by Microsoft & Bluemesh (v1.0.6).
- Updated: Asobo Boeing 747 and 787 to AAU2.

### Aircraft Fixes

- General: All doors and windows re-done, no more delayed sync.
- ORBX P-750: Missing fuel valve sync preventing cold start.

#### Issues for Asobo/Working Title

- Asobo 747: COM STANDBY FREQUENCY does not update after a complete frequency is entered.
- Asobo 787: Radio panels are completely broken.
- When solo, frequencies visually do not change when switching frequencies with native ATC menu.
- When multicrew, frequencies visually do not change when simvars are correctly syncing.
- STBY STEP buttons do nothing. COM STANDBY FREQUENCY does not change when stepping.

## Version 2.7.9

### Profiles

- Added: Beechcraft Baron B58 by Black Square (v0.1.0).
- Added: Beechcraft Bonanza A36 by Black Square (v0.1.1).
- Added: Beechcraft King Air 350i by Black Square (v0.1.3).
- Added: Cessna 208B Grand Caravan by Black Square (v0.1.4).
- Added: Tecnam P2006T MkII by FlightSim Studio (v1.0.5).
- Added: Velocity XL by Black Square (v0.1.2).

## Version 2.7.8

### Program
Expand Down Expand Up @@ -197,6 +231,7 @@
- FlyByWire A32NX: Reverted some changes that broke AP knobs in last update.

### Issues

![image](https://cdn.discordapp.com/attachments/765289974232252466/1028444695069737030/fbwkeepoff.png)

## Version 2.7.2
Expand Down Expand Up @@ -373,4 +408,4 @@
- Touchscreen interaction on 3rd-party avionics packages currently does not sync. This is a 3rd-party WASM limitation. Full support for such packages may or may not be possible.
- JustFlight PA-28 Bundle: Avionics power trouble may occur during cold start if GPS type on tablet are not the same for all connected. Each person should cycle type before powering.
- Milviz C310R: Some actions on tablet only sync once everyone connected has tablet visible.
- FlyByWire current fuel state unsyncable.
- FlyByWire current fuel state unsyncable.
55 changes: 31 additions & 24 deletions definitions/aircraft/Asobo Studio - Airbus A320neo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,47 +189,54 @@ shared:
var_type: bool
event_name: CABIN_NO_SMOKING_ALERT_SWITCH_TOGGLE

- # Jetway
- # FWD L Cabin Door
type: ToggleSwitch
var_name: A:INTERACTIVE POINT OPEN:0
var_name: A:INTERACTIVE POINT GOAL:0
var_units: Bool
var_type: bool
event_name: TOGGLE_JETWAY
use_calculator: true
- # Ramp Truck
event_name: TOGGLE_AIRCRAFT_EXIT_FAST
event_param: 1
- # FWD R Cabin Door
type: ToggleSwitch
var_name: A:INTERACTIVE POINT OPEN:0
var_name: A:INTERACTIVE POINT GOAL:1
var_units: Bool
var_type: bool
event_name: TOGGLE_RAMPTRUCK
use_calculator: true
- # Catering Truck
event_name: TOGGLE_AIRCRAFT_EXIT_FAST
event_param: 2
- # AFT L Cabin Door
type: ToggleSwitch
var_name: A:INTERACTIVE POINT OPEN:3
var_name: A:INTERACTIVE POINT GOAL:2
var_units: Bool
var_type: bool
event_name: REQUEST_CATERING
use_calculator: true
- # Luggage Truck
event_name: TOGGLE_AIRCRAFT_EXIT_FAST
event_param: 3
- # AFT R Cabin Door
type: ToggleSwitch
var_name: A:INTERACTIVE POINT OPEN:5
var_name: A:INTERACTIVE POINT GOAL:3
var_units: Bool
var_type: bool
event_name: REQUEST_LUGGAGE
use_calculator: true
- # GPU Truck
event_name: TOGGLE_AIRCRAFT_EXIT_FAST
event_param: 4
- # AFT R Cargo Door
type: ToggleSwitch
var_name: A:INTERACTIVE POINT OPEN:8
var_name: A:INTERACTIVE POINT GOAL:4
var_units: Bool
var_type: bool
event_name: REQUEST_POWER_SUPPLY
use_calculator: true
- # Fuel Truck
event_name: TOGGLE_AIRCRAFT_EXIT_FAST
event_param: 5
- # FWD R Cargo Door
type: ToggleSwitch
var_name: A:INTERACTIVE POINT GOAL:5
var_units: Bool
var_type: bool
event_name: TOGGLE_AIRCRAFT_EXIT_FAST
event_param: 6
- # GPU Truck
type: ToggleSwitch
var_name: A:INTERACTIVE POINT OPEN:9
var_name: A:INTERACTIVE POINT GOAL:8
var_units: Bool
var_type: bool
event_name: REQUEST_FUEL_KEY
event_name: REQUEST_POWER_SUPPLY
use_calculator: true

- # Lights
Expand Down Expand Up @@ -505,7 +512,7 @@ shared:
type: NumSet
var_name: A:CIRCUIT POWER SETTING:77
var_units: Percent
var_type: i32
var_type: f64
event_name: ELECTRICAL_CIRCUIT_POWER_SETTING_SET
event_param: 77
index_reversed: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@ shared:
-
type: var
var_name: L:XMLVAR_TANK_QUANTITY_Test_IsHeld
-
type: var
var_name: L:Condition_Lever_CutOff_1
# -
# type: var
# var_name: L:Condition_Lever_CutOff_1
-
type: var
var_name: L:Condition_Lever_CutOff_2
Expand Down
Loading

0 comments on commit 9759a0d

Please sign in to comment.