Skip to content
Open

Beta #74

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aircraftConfigs/B742_by_Felis.sacfg
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
{
"name": "Gear not down",
"type": 2,
"primaryCondition": "$B742/controls/gear_lever_pos == 1\nand\n$B742/front_lamps/LG_gear_down_lit == 1\n",
"primaryCondition": "$B742/controls/gear_lever_pos == 1\nand\n$B742/front_lamps/LG_gear_down_lit > 0.3",
"beginConditionMarker": "#CH",
"endConditionMarker": "#TAXI",
"description": "Gear must be down and locked\nbelow check height"
Expand Down Expand Up @@ -340,4 +340,4 @@
]
}
]
}
}
365 changes: 365 additions & 0 deletions aircraftConfigs/B748_by_Super.sacfg

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions aircraftConfigs/B789_by_Magkn.sacfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"enabled": true,
"acf": {
"icao": "B789",
"author": "Magknight Team"
"author": "Magknight"
},
"speed": {
"taxi": 30
Expand Down Expand Up @@ -348,4 +348,4 @@
]
}
]
}
}
2 changes: 1 addition & 1 deletion aircraftConfigs/C172_by_Lamin.sacfg
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,4 @@
]
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"enabled": true,
"acf": {
"icao": "DH8D",
"author": ""
"author": "FlyJSim"
},
"speed": {
"taxi": 30
Expand Down Expand Up @@ -328,4 +328,4 @@
]
}
]
}
}
2 changes: 1 addition & 1 deletion aircraftConfigs/MD88_by_(c) 2.sacfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"enabled": true,
"acf": {
"icao": "MD88",
"author": "(c) 2013-2017 Juan Alcon, Ivan Arroyo, Pedro Muñoz, Alfredo Torrado"
"author": "(c) 2013-2023 Juan Alcon, Ivan Arroyo, Pedro Muñoz, Alfredo Torrado"
},
"speed": {
"taxi": 30
Expand Down
10 changes: 8 additions & 2 deletions plugin_version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"plugin_version": {
"semver": "1.3.3",
"semver": "1.4.0-beta.4",
"update_link":"https://github.com/Clamb94/StableApproach/releases"
},
"va":{
Expand All @@ -9,13 +9,19 @@
"host": "api.stableapproach.net",
"target": "/report",
"semver": {
"min": "1.1.0",
"min": "1.4.0-beta.1",
"max": "1.98.0"
}
},
"report_server":{
"enabled": true,
"host": "crew.virtualowa.net",
"target": "/dstable"
},
"aircraft_profiles":{
"use_custom": false,
"revert_to_default": true
}
}
}