Skip to content

Commit 3661a1e

Browse files
committed
Create B748_by_Super.sacfg
1 parent 1561ff1 commit 3661a1e

1 file changed

Lines changed: 96 additions & 0 deletions

File tree

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"enabled": true,
3+
"acf": {
4+
"icao": "B748",
5+
"author": "Supercritical Simulations Group "
6+
},
7+
"speed": {
8+
"taxi": -1
9+
},
10+
"autoUpdate": true,
11+
"replace_dref": [],
12+
"checkHeights": [
13+
{
14+
"template": "IMC"
15+
},
16+
{
17+
"template": "VMC"
18+
},
19+
{
20+
"template": "VISUAL"
21+
}
22+
],
23+
"requirementGroups": [
24+
{
25+
"template": "Stopping distance"
26+
},
27+
{
28+
"template": "Touchdown zone"
29+
},
30+
{
31+
"template": "Centerline deviation"
32+
},
33+
{
34+
"template": "Single touchdown"
35+
},
36+
{
37+
"template": "Touchdown rate (fpm)"
38+
},
39+
{
40+
"template": "Touchdown g-force"
41+
},
42+
{
43+
"template": "Sink rate"
44+
},
45+
{
46+
"template": "Bank angle"
47+
},
48+
{
49+
"template": "Glideslope deviation",
50+
"replace": {
51+
"$VDOT": "$sim/cockpit/radios/nav1_vdef_dot"
52+
}
53+
},
54+
{
55+
"template": "Localizer deviation",
56+
"replace": {
57+
"$HDOT": "$sim/cockpit/radios/nav1_hdef_dot"
58+
}
59+
},
60+
{
61+
"template": "Flaps",
62+
"replace": {
63+
"$FLAPSCONDITION": "$sim/cockpit2/controls/flap_handle_deploy_ratio >= 0.95 or ($sim/cockpit2/controls/flap_handle_deploy_ratio >= 0.75 and $sim/cockpit2/controls/flap_handle_deploy_ratio <= 0.9)",
64+
"$FLAPSTEXT": "25/30"
65+
}
66+
},
67+
{
68+
"template": "Gear",
69+
"replace": {
70+
"$CONDITION": "$sim/cockpit/switches/gear_handle_status == 1"
71+
}
72+
},
73+
{
74+
"template": "Speedbrake",
75+
"replace": {
76+
"$CONDITION": "$sim/cockpit2/controls/speedbrake_ratio < -0.1"
77+
}
78+
},
79+
{
80+
"template": "Autoflight",
81+
"replace": {
82+
"$CONDITION": "$sim/cockpit/autopilot/autopilot_mode < 2"
83+
}
84+
},
85+
{
86+
"template": "No Tailstrike",
87+
"replace": {
88+
"$TAILSTRIKEPITCH": "11.0",
89+
"$CAUTIONPITCH": "9.0"
90+
}
91+
},
92+
{
93+
"template": "Wind limits"
94+
}
95+
]
96+
}

0 commit comments

Comments
 (0)