Pâte Posted May 23, 2020 Posted May 23, 2020 (edited) Hello. In MP the ATC stacking control quickly start to be completly screwed, if there is too many players aircraft, or if a player aircraft do a mistake etc ... It end up having people waiting during endless time before to receive their Charlie signal. To the point they run out of fuel. Or people that did just join the stack, with more fuel, receiving their Charlie way before people that were already here and loosing fuel. I don't know what's the current logic behind the scripting of this, but it seems to not be working for MP at the moment if the ATC is stressed. So here is a proposition, for CASE I. The same logic can easly be applied for CASE II & III but would need to be slitghly changed on the numbers. _________________________________________________ RADIO MENU 1 " 219, Marking mom's x for x angels x, state x " IF stack empty = assigned level 1.5 IF stack not empty IF level 1.5 available = assigned level 1.5 IF level 1.5 not available = assigned last aircraft of the LSO list level + 1000ft " 219, Mother's weather is visibility ten plus miles, scattered clouds at [...] report see me at 10, at level x" " 219 " (automatic) ==> Radio menu 2 _________________________________________________ RADIO MENU 2 (don't hear tower) " 219, see you at 10, level x" IF > 10nm " 219, Mother, you are too far, report at 10 " IF < 10nm IF given level not respected " 219, fly level x, after state switch tower " IF given level respected "After state switch tower " " 219, state x" (automatic) Player < 5nm the stack is 5nm wide max, not 3 " Tower, 219, overhead, angels x, state x '' (automatic) ==> added in the LSO list, and ONLY now, not on the first contact. Place in the list assigned depending on the fuel. Less fuel = top of the list | the more fuel = the bottom of the list ==> Radio menu 3 _________________________________________________ RADIO MENU 3 (don't hear any more mother) Possible to do a call to update fuel state " Tower, 219, state x '' ==> Place in the list updated regarding the fuel IF player > 7nm = player left stack = removed from the LSO list " 219, tower, you left the stack, contact mother " ==> Radio menu 2 _________________________________________________ Previous aircraft in the list is in the approach for the KISS OFF " 219, Tower, Roger, BRC is x, signal is Charlie" " 219" (automatic) ==> Radio menu 4 ==> Change the 7nm limit to 15nm IF player > 15nm = player left recovery = removed from the LSO list " 219, tower, you left the recovery, contact mother " ==> Radio menu 2 _________________________________________________ RADIO MENU 4 (don't hear any more mother) Continue as the current system. Edited May 23, 2020 by Pâte [sIGPIC][/sIGPIC]
Recommended Posts