Page 1 of 1

Switches

PostPosted: Fri Nov 26, 2004 1:06 pm
by skyflirt
Hello !

I'd like to create some switch to my new project.I read the FS2004 SDK but I did not find some parameters and events :

Main switch on/off toggle (Not battery)
COM radio on/off toggle
Converter (?) on/off toggle

What parameters can I use for these?

Re: Switches

PostPosted: Fri Nov 26, 2004 8:51 pm
by andyjohnston.net
What do you mean by main switch if not the battery?  What do you mean by converter?

Re: Switches

PostPosted: Sat Nov 27, 2004 1:36 pm
by skyflirt
Main switch is for ALL circuit on the plane.Converter is for
AC/DC transforming.

Re: Switches

PostPosted: Sat Nov 27, 2004 4:46 pm
by Travis
Well, if it isn't in the Gmax SDK, then FS doesn't recognize it.  As far as I know, anyway . . .

Re: Switches

PostPosted: Tue Nov 30, 2004 6:08 pm
by skyflirt
Bad news :( Thanks

But I have an idea for 3D switches,and I share it with you :) In FS Design Studio there is the "Pre-Process" feature and "Condition" within it.When you click "Load presets" button,FSDS reads the "VarPresets2002.cfg" file which contains some FS variables (lights on/off,flaps up/down etc...).This file is editable with Notepad and if I know these FS variables I can play any of them :)

Example from the "VarPresets2002.cfg" file :

[Aircraft]
Right Flaps Up:right_flap:InRange:0:16383:A
Right Flaps Down:right_flap:NotInRange:0:16383:A

The wanted variable is "right_flap",but I'd like to get all the FS variables.Where can I find them?

Regards