Please see the most recent updates in the "Where did the .com name go?" thread. Posts number 16 and 17.
Right here's what I've come up with (not much testing - I have homework to do)
!!!!!CREATE COPIES OF ALL FILES TO MODIFY FIRST!!!!!
Create Another XML file in the rcb-gauges file like previously.
Rename it : VSTOL_Auto_Spoilers
Delete its contents.
Paste in the following (its a bit untidy I know, but it seems to work (fingers crossed)) :
<Gauge Name="Autospoiler">
<Comment>
Toggles spoilers based on fuelflow. For Freeware Only.
</Comment>
<Element>
<Select>
<Value>
(A:ENG1 FUEL FLOW GPH,gallons per hour) 35 < if{ (A:ENG2 FUEL FLOW GPH,gallons per hour) 35 < if{ (>K:SPOILERS_ON) } els{ (>K:SPOILERS_OFF) } } els{ (A:ENG2 FUEL FLOW GPH,gallons per hour) 35 < if{ (>K:SPOILERS_OFF) } els{ (>K:SPOILERS_OFF) } }
</Value>
</Select>
</Element>
</Gauge>
Save the File.
In the rotodyne panel cfg add the line : gauge##=rcb-gauges!VSTOL_Auto_Spoilers, 1,1,1,1
Also in the cfg file add the following under the VC cockpit section : gauge##=rcb-gauges!VSTOL_Auto Spoilers, 0,0
This Gauge should trigger spoilers when the fuel flow on both engines is less than 35 gph, I was origonally going to use an average but I couldn't get it to work.
To the aircraft CFG file add the lines :
spoiler_extension_time=0.005
spoiler_limit=50.0
The latter should be pasted over the origonal data for that value. Both go in the [airplane_geometry] section.
This assumes you have air ed installed.
Open the AIR file and find the section intitled Flight Dynamics.
Change Fuselage Drag to about 90-100
Change Spoiler Drag to about 200-250
Change Flaps Drag to 200
Save The File
I have also changed the speed value in the first gauge to 45
Hopefully this should work
M
I wasn't aware of the multi keystroke failure thingy, its an interesting point. Why does it induce a continous bug event ?
Like I salute model builders and texture artists; area's in FS of which I don't have the first clue ....:help:Yep..
I salute the gauge gurus.. They do amazing work. Especially getting a VTOL to work in a sim that doesnt have it..!
:ernae:
Bill
Now, your gauge is scheduled by FS every 55 msec; with means that every 55 msec a flapsup or flapsdown event is generated.
IOW: to have the sequence "E" "2" work, you must type the "2" within 55 msec of the "E".. Try that![]()