|
From: James T. <zak...@ma...> - 2016-11-14 20:30:33
|
> On 14 Nov 2016, at 21:04, m.h...@gm... wrote: > > When a pilot reaches e.g. EDDF then jetways.nas reads EDDF.jetways.xml > and creates one individual "animated model" xml file for each jetway > entry in that EDDF.jetways.xml file. > > So, if we want to avoid the writing to disk then we have to find a way > to create scenery models with animations and individual properties like > > /models/model[120]/jetway-position/hood-deg > Is that possible ? Yes of course, using the AI system. It needs to make jetway a new AI object type which is no problem - actually they can be managed by the airport dynamics, which already tracks parking position occupancy. There’s zero need for anything to hit the disk in this process, or duplicate any XML files - but it needs some C++ coding, it can’t be done entirely from Nasal. So, we need a volunteer to port the jetways logic to some C++ to create the instances (the per-jetway logic can stay in Nasal as needed). I’m happy to coach / assist. Kind regards, James |