Quote:
Originally Posted by MikkOwl
I'm also dealing with this issue with the development of a third party app I'm working on. My solution will be to check what plane type the user is using. Since on all team based realistic servers I've seen, or will join, one can only use aircraft that belong to the side in question. I.e. Luftwaffe planes = blue side.
Don't have to check every single model out there, the model line is enough. For example, if the string contains "Ju-88", "Bf-110", "Spitfire" it can be any of the different model variations of those lines of aircraft.
|
There are many solutions allready implemented, one of the best is the original from Dutertre, using the landing coordinates of each flight to establish sides.
But now with Zuti moving front, this could become somewhat tricky...
Another one is to get all the squads available, and assign side with them, but... sometimes there are new squads added, so... here we goes again...
I don't see no "final solution" to this, unless it is reported on the log file.