funkyfranky Posted March 9, 2019 Posted March 9, 2019 When aircraft return to / land at an airbase, the getParking function returns that the parking spot is still free when the AC have reached their parking position. It should return false as that spot is occupied now. Also TOAC is wrong when AC return to their original airport. It stays true for the parking spots where the AC left but remains false at the spots where the AC park after landing (which is different in general). Tested at Batumi only (and extrapolating to other airbases for lack of time). A warrior's mission is to foster the success of others. i9-12900K | RTX 4090 | 128 GB Ram 3200 MHz DDR-4 | Quest 3 RAT - On the Range - Rescue Helo - Recovery Tanker - Warehouse - Airboss
sea2sky Posted March 9, 2019 Posted March 9, 2019 Will give it a try tonight. i5-9600K@4.8GHz ★ 32Gb DDR4 ★ rtx5070ti ★ Quest Pro ★ Warthog on Virpil base
funkyfranky Posted March 11, 2019 Author Posted March 11, 2019 To give some more info. Two Viggens start on spots 06 & 07 (IDs 2 and 7). At that point "Free=false" and "Reserved" (TOAC) is true as it should be. However, once the Viggens return, Reserved is still true for 06 and 07 even though they park on spots 01 and 02 as shown in the picture. Those two spots are not reserved and the getParking() routine returns "Free" even though aircraft are parking there. So at this point actually all ten parking spots are free, which is clearly not the case. There are not other AC in this simple test mission. A warrior's mission is to foster the success of others. i9-12900K | RTX 4090 | 128 GB Ram 3200 MHz DDR-4 | Quest 3 RAT - On the Range - Rescue Helo - Recovery Tanker - Warehouse - Airboss
Recommended Posts