-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Remove vACDM * Add CDM plugin files * Add CDM plugin to Heathrow SMR * Setup Heathrow Lists with CDM * Adjust taxi times * Adjust columns shown and headers * updaye Heathrow CDM list items * Bump CDM version * CDM v2.2.5.8.12b * Add CDM to LL combined departure list * CDM 2.2.5.8.13b * point config at brach temporarily * Promulgate list items to all SMRs * cl * README credits * Add Plugin to other airport SMR profiles * Move arr list right * Hide TTOT in startup list, show EVNT CTOT column * explain CTOT.txt better * CDM 2.2.5 * point CDM at main branch
- Loading branch information
1 parent
9d553ee
commit eb4cf43
Showing
38 changed files
with
231 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
##----- Capacity Availability Document -----## | ||
##--- EGXX ---## | ||
EGAA,17 | ||
EGAC,15 | ||
EGBB,24 | ||
EGCC,32 | ||
EGFF,20 | ||
EGGD,20 | ||
EGGP,18 | ||
EGGW,21 | ||
EGHH,12 | ||
EGHI,12 | ||
EGHQ,12 | ||
EGJB,15 | ||
EGJJ,16 | ||
EGKK,26 | ||
EGLC,17 | ||
EGLL,42 | ||
EGMC,10 | ||
EGNM,15 | ||
EGNX,20 | ||
EGNT,20 | ||
EGNV,15 | ||
EGPD,15 | ||
EGPF,20 | ||
EGPH,22 | ||
EGSH,10 | ||
EGSS,24 | ||
EGTE,10 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0"?> | ||
<CDM> | ||
<rate ops="37" /> | ||
<rateLvo ops="15" /> | ||
<expiredCtot time="25" /> | ||
<realMode mode="false" /> | ||
<invalidateAtTsat mode="true" /> | ||
<Rates url="https://raw.githubusercontent.com/VATSIM-UK/uk-controller-pack/main/UK/Data/Plugin/CDM/rate.txt" /> | ||
<Taxizones url="https://raw.githubusercontent.com/VATSIM-UK/uk-controller-pack/main/UK/Data/Plugin/CDM/taxizones.txt" /> | ||
<Ctot url="https://raw.githubusercontent.com/VATSIM-UK/uk-controller-pack/main/UK/Data/Plugin/CDM/ctot.txt" /> | ||
<DefaultTaxiTime minutes="11" /> | ||
<DeIceTimes light="5" medium="9" heavy="12" super="15"/> | ||
<RefreshTime seconds="10" /> | ||
<Debug mode="false" /> | ||
<FlowRestrictions url="https://ecfmp.vatsim.net/api/v1/plugin" /> | ||
<vdgsFileType type="3"/> | ||
<ftpHost host="" /> | ||
<ftpUser user="" /> | ||
<ftpPassword password="" /> | ||
<Server mode="true" /> | ||
<Su_Wait mode="false" /> | ||
</CDM> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
// Add info here for slot controlled events | ||
// format: [CID],[CTOT] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
#DARK GREEN | ||
color1:0,192,0 | ||
#GREEN NO ACTIVE | ||
color2:143,216,148 | ||
#GREY | ||
color3:182,182,182 | ||
#ORANGE | ||
color4:212,133,46 | ||
#YELLOW | ||
color5:212,214,7 | ||
#DARK YELLOW | ||
color6:245,239,13 | ||
#RED | ||
color7:190,0,0 | ||
#EOBT STATIC COLOR | ||
color8:182,182,182 | ||
#TTOT STATIC COLOR | ||
color9:0,192,0 | ||
#ASRT STATIC COLOR | ||
color10:0,192,0 | ||
#CTOT STATIC COLOR | ||
color11:0,192,0 | ||
#COLOR WHEN S/U STATUS IS SET | ||
color12:182,182,182 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
//AIRPORT:A:ArrRwyList:NotArrRwyList:D:DepRwyList:NotDepRwyList:DependentRwyList:Rate_RateLvo | ||
EGAA:A:*:*:D:*:*:*:17_10 | ||
EGAC:A:*:*:D:*:*:*:15_8 | ||
EGBB:A:*:*:D:*:*:*:24_12 | ||
EGCC:A:05R:*:D:05L:*:05L,05R:37_18 | ||
EGCC:A:23R:*:D:23L:*:23L,23R:37_18 | ||
EGCC:A:05L,23R:05R:D:05L,23R:23L:*:26_13 | ||
EGFF:A:*:*:D:*:*:*:20_10 | ||
EGGD:A:*:*:D:*:*:*:20_10 | ||
EGGP:A:*:*:D:*:*:*:18_10 | ||
EGGW:A:07:*:D:07:*:*:21_10 | ||
EGGW:A:25:*:D:25:*:*:20_10 | ||
EGHH:A:*:*:D:*:*:*:12_6 | ||
EGHI:A:*:*:D:*:*:*:12_6 | ||
EGJB:A:*:*:D:*:*:*:15_8 | ||
EGJJ:A:*:*:D:*:*:*:16_8 | ||
EGKK:A:*:*:D:*:*:*:26_13 | ||
EGLC:A:*:*:D:*:*:*:17_9 | ||
EGLL:A:27L:27R:D:27L:27R:27L,27R:26_13 | ||
EGLL:A:27R:27L:D:27R:27L:27L,27R:26_13 | ||
EGLL:A:09L:09R:D:09L:09R:09L,09R:26_13 | ||
EGLL:A:09R:09L:D:09R:09L:09L,09R:26_13 | ||
EGLL:A:27L,27R:*:D:27L,27R:*:27L,27R:42_21 | ||
EGLL:A:09L,09R:*:D:09L,09R:*:09L,09R:42_21 | ||
EGMC:A:*:*:D:*:*:*:10_5 | ||
EGNM:A:*:*:D:*:*:*:15_8 | ||
EGNX:A:*:*:D:*:*:*:20_10 | ||
EGPD:A:*:*:D:*:*:*:15_8 | ||
EGPF:A:*:*:D:*:*:*:20_10 | ||
EGPH:A:*:*:D:*:*:*:22_11 | ||
EGSH:A:*:*:D:*:*:*:10_5 | ||
EGSS:A:*:*:D:*:*:*:24_12 | ||
EGTE:A:*:*:D:*:*:*:10_5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
//AIRPORT:RUNWAY:BOTTOM_LEFT_LAT:BOTTOM_LEFT_LON:TOP_LEFT_LAT:TOP_LEFT_LON:TOP_RIGHT_LAT:TOP_RIGHT_LON:BOTTOM_RIGHT_LAT:BOTTOM_RIGHT_LON:TAXITIME | ||
EGBB:15:N052.26.06.952:W001.47.03.418:N052.28.16.866:W001.47.01.596:N052.28.17.231:W001.42.33.816:N052.26.07.317:W001.42.32.905:12 | ||
EGBB:33:N052.26.06.952:W001.47.03.418:N052.28.16.866:W001.47.01.596:N052.28.17.231:W001.42.33.816:N052.26.07.317:W001.42.32.905:9 | ||
EGCC:23R:N053.21.36.795:W002.17.12.064:N053.22.03.485:W002.17.56.873:N053.22.21.949:W002.17.18.591:N053.21.58.893:W002.16.34.339:15 | ||
EGCC:05L:N053.21.36.795:W002.17.12.064:N053.22.03.485:W002.17.56.873:N053.22.21.949:W002.17.18.591:N053.21.58.893:W002.16.34.339:15 | ||
EGCC:23L:N053.21.36.795:W002.17.12.064:N053.22.03.485:W002.17.56.873:N053.22.21.949:W002.17.18.591:N053.21.58.893:W002.16.34.339:17 | ||
EGCC:23R:N053.21.11.395:W002.16.52.833:N053.21.31.963:W002.17.22.282:N053.21.58.212:W002.16.34.329:N053.21.29.392:W002.16.19.008:12 | ||
EGCC:05L:N053.21.11.395:W002.16.52.833:N053.21.31.963:W002.17.22.282:N053.21.58.212:W002.16.34.329:N053.21.29.392:W002.16.19.008:12 | ||
EGCC:23L:N053.21.11.395:W002.16.52.833:N053.21.31.963:W002.17.22.282:N053.21.58.212:W002.16.34.329:N053.21.29.392:W002.16.19.008:14 | ||
EGCC:23R:N053.21.26.403:W002.16.19.107:N053.21.46.672:W002.16.27.464:N053.21.49.721:W002.15.46.177:N053.21.40.454:W002.15.44.585:11 | ||
EGCC:05L:N053.21.26.403:W002.16.19.107:N053.21.46.672:W002.16.27.464:N053.21.49.721:W002.15.46.177:N053.21.40.454:W002.15.44.585:14 | ||
EGCC:23L:N053.21.26.403:W002.16.19.107:N053.21.46.672:W002.16.27.464:N053.21.49.721:W002.15.46.177:N053.21.40.454:W002.15.44.585:12 | ||
EGKK:08R:N051.08.26.464:W000.13.20.110:N051.10.09.917:W000.13.19.806:N051.10.09.188:W000.09.10.555:N051.08.24.822:W000.09.08.126:17 | ||
EGKK:26L:N051.09.01.966:W000.10.48.129:N051.09.11.675:W000.10.52.427:N051.09.23.107:W000.09.46.610:N051.09.10.767:W000.09.41.994:11 | ||
EGKK:26L:N051.09.10.480:W000.11.05.161:N051.09.17.845:W000.11.07.867:N051.09.28.751:W000.09.50.112:N051.09.22.724:W000.09.48.122:13 | ||
EGKK:26L:N051.09.16.889:W000.11.14.552:N051.09.29.755:W000.11.19.088:N051.09.40.565:W000.09.58.548:N051.09.28.033:W000.09.53.375:15 | ||
EGKK:26L:N051.09.28.942:W000.11.00.624:N051.09.47.357:W000.11.06.673:N051.09.50.370:W000.10.44.866:N051.09.31.525:W000.10.38.818:27 | ||
EGKK:26L:N051.09.04.310:W000.11.20.978:N051.09.24.972:W000.11.28.539:N051.09.28.894:W000.10.59.411:N051.09.07.610:W000.10.50.975:15 | ||
EGKK:26L:N051.08.59.766:W000.11.54.484:N051.09.21.098:W000.12.01.806:N051.09.25.164:W000.11.30.369:N051.09.03.927:W000.11.22.968:17 | ||
EGLC:09:N051.29.58.080:E000.01.59.940:N051.30.38.363:E000.01.59.070:N051.30.36.570:E000.04.44.464:N051.29.53.446:E000.04.45.335:8 | ||
EGLC:27:N051.29.58.080:E000.01.59.940:N051.30.38.363:E000.01.59.070:N051.30.36.570:E000.04.44.464:N051.29.53.446:E000.04.45.335:11 | ||
EGLL:09R:N051.28.02.531:W000.29.29.405:N051.28.29.435:W000.29.28.939:N051.28.29.622:W000.28.52.721:N051.28.02.437:W000.28.52.721:12 | ||
EGLL:09R:N051.28.02.811:W000.28.52.721:N051.28.28.968:W000.28.52.565:N051.28.28.968:W000.28.14.793:N051.28.02.811:W000.28.13.860:12 | ||
EGLL:09R:N051.28.02.531:W000.28.13.860:N051.28.31.304:W000.28.14.482:N051.28.31.771:W000.27.12.927:N051.28.02.624:W000.27.11.994:15 | ||
EGLL:09R:N051.27.31.422:W000.28.33.757:N051.27.47.584:W000.28.33.912:N051.27.47.957:W000.27.27.072:N051.27.31.889:W000.27.26.606:15 | ||
EGLL:09R:N051.28.02.904:W000.27.11.528:N051.28.30.930:W000.27.11.683:N051.28.33.125:W000.25.08.554:N051.27.58.794:W000.25.10.108:17 | ||
EGLL:09R:N051.27.23.948:W000.27.27.383:N051.27.47.303:W000.27.27.228:N051.27.47.584:W000.26.03.911:N051.27.22.921:W000.26.04.066:17 | ||
EGLL:27L:N051.27.23.948:W000.27.27.383:N051.27.47.303:W000.27.27.228:N051.27.47.584:W000.26.03.911:N051.27.22.921:W000.26.04.066:12 | ||
EGLL:27L:N051.28.02.904:W000.27.11.528:N051.28.30.930:W000.27.11.683:N051.28.33.125:W000.25.08.554:N051.27.58.794:W000.25.10.108:12 | ||
EGLL:27L:N051.28.02.531:W000.28.13.860:N051.28.31.304:W000.28.14.482:N051.28.31.771:W000.27.12.927:N051.28.02.624:W000.27.11.994:15 | ||
EGLL:27L:N051.27.31.422:W000.28.33.757:N051.27.47.584:W000.28.33.912:N051.27.47.957:W000.27.27.072:N051.27.31.889:W000.27.26.606:15 | ||
EGLL:27L:N051.28.02.531:W000.29.29.405:N051.28.29.435:W000.29.28.939:N051.28.29.622:W000.28.52.721:N051.28.02.437:W000.28.52.721:19 | ||
EGLL:27L:N051.28.02.811:W000.28.52.721:N051.28.28.968:W000.28.52.565:N051.28.28.968:W000.28.14.793:N051.28.02.811:W000.28.13.860:17 | ||
EGLL:27R:N051.28.02.531:W000.29.29.405:N051.28.29.435:W000.29.28.939:N051.28.29.622:W000.28.52.721:N051.28.02.437:W000.28.52.721:19 | ||
EGLL:27R:N051.28.02.811:W000.28.52.721:N051.28.28.968:W000.28.52.565:N051.28.28.968:W000.28.14.793:N051.28.02.811:W000.28.13.860:17 | ||
EGLL:27R:N051.28.02.531:W000.28.13.860:N051.28.31.304:W000.28.14.482:N051.28.31.771:W000.27.12.927:N051.28.02.624:W000.27.11.994:15 | ||
EGLL:27R:N051.28.02.904:W000.27.11.528:N051.28.30.930:W000.27.11.683:N051.28.33.125:W000.25.08.554:N051.27.58.794:W000.25.10.108:12 | ||
EGLL:27R:N051.27.23.948:W000.27.27.383:N051.27.47.303:W000.27.27.228:N051.27.47.584:W000.26.03.911:N051.27.22.921:W000.26.04.066:17 | ||
EGLL:27R:N051.27.31.422:W000.28.33.757:N051.27.47.584:W000.28.33.912:N051.27.47.957:W000.27.27.072:N051.27.31.889:W000.27.26.606:19 | ||
EGPF:05:N055.51.30.500:W004.27.49.810:N055.53.04.649:W004.27.47.624:N055.53.04.212:W004.24.17.778:N055.51.34.004:W004.24.16.077:9 | ||
EGPF:23:N055.51.30.500:W004.27.49.810:N055.53.04.649:W004.27.47.624:N055.53.04.212:W004.24.17.778:N055.51.34.004:W004.24.16.077:11 | ||
EGSS:22:N051.52.47.754:E000.14.52.268:N051.53.04.686:E000.14.24.823:N051.53.58.110:E000.15.48.616:N051.53.42.929:E000.16.15.575:9 | ||
EGSS:04:N051.52.54.468:E000.14.41.095:N051.53.03.226:E000.14.26.280:N051.53.13.736:E000.14.42.310:N051.53.05.416:E000.14.57.125:12 | ||
EGSS:04:N051.52.47.754:E000.14.52.268:N051.53.04.686:E000.14.24.823:N051.53.58.110:E000.15.48.616:N051.53.42.929:E000.16.15.575:15 |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.