Editing XML "effects control" gauges:

In windows explorer right-click the gauge filename;
select "rename";
left-click in text box just right of the "l" in "xml";
backspace three times, then typ "txt", hit enter key;
click "yes" in warning box;
open file with Notepad.


In the FURY_Wingtip gauge find the line:


(A:G FORCE,Gforce) abs 3 2 / > (A:AILERON RIGHT DEFLECTION,degrees) abs 8 > ||
: : :
first number is : : smaller number makes it :
divided by second : : easier to see vortex :
to yeild "G" value:::::::: using ailerons:::::::::::::::

3 2 is 1.50 "G"
7 4 is 1.75 "G"
4 2 is 2.00 "G"
5 2 is 2.50 "G" etc..


In the FURY_Flash gauge find the lines:


(A:GENERAL ENG1 THROTTLE LEVER POSITION,part) 0.33 > (A:ENG1 COMBUSTION,number) 0 > &&


(A:GENERAL ENG1 THROTTLE LEVER POSITION,part) 0.66 > (A:ENG1 COMBUSTION,number) 0 > &&
:
number given is point :
in throttle travel:::::::::::::::::::::::::::::::



Save files after editing;
right-click the gauge filename;
select "rename";
left-click in text box just right of the "t" in "txt";
backspace three times, then typ "xml", hit enter key;
click "yes" in warning box;
double-click the file to see the XML format and check syntax for errors.


JR