June 24, 200421 yr Hy,i would like to create an XML gauge that allow me to extend/retract the air stair on the PMDG 737.PMDG has joined the air stair extension/retraction in the Concorde Nose functionality of FS2004.Where can i found the related EventID in FS2004 ??ThanksStefano
June 24, 200421 yr Hi,The only ones i could find:A:Var's(A:CONCORDE NOSE ANGLE, ) (A:CONCORDE VISOR NOSE HANDLE, ) (A:CONCORDE VISOR POSITION PERCENT, )>K:(>K: DECREASE_CONCORDE_NOSE_VISOR)(>K: DECREASE_CONCORDE_NOSE_VISOR_FULLY)(>K: INCREASE_CONCORDE_NOSE_VISOR) (>K: INCREASE_CONCORDE_NOSE_VISOR_FULLY)From the Panels.SDK!Hope it helps,Jan"Beatus Ille Procul Negotiis" Jan "Beatus ille qui procul negotiis..."
June 25, 200421 yr Author Hi Here is some code I knocked up for hydraulic gear doors which used the concord nose animation With this the doors will drop when the hydr. pressure drops below 40psiHope this helps MaV(A:ENG1 HYDRAULIC PRESSURE,psi) 40 > if{ (>K:DECREASE_CONCORDE_NOSE_VISOR_FULLY) } els{ (>K:INCREASE_CONCORDE_NOSE_VISOR_FULLY) }
Create an account or sign in to comment