Everything posted by ifrevets
-
Saving A Default Flight In Fsx
Hi All:I set up my default flight after selecting "views/instrument panel/main panel/normal" for the normal view of the Cessna 172 panel and save it. Then I close fsx. Then when I start fsx again my opening screen is a small (I guess 3-D) partial panel at the bottom part of the screen and the "views . . ." screen has changed to "views/instrument panel/main panel/off". It keeps doing this over and over again.Does anybody have any idea as to why this keeps happening? . . . Steve K. (ifrevets)
-
Changing The Default Aircraft In Fsx
How do you change the default startup aircraft in fsx?ifrevets
-
Rotary Switch Code in EPICenter
Hi Arthur PratherThank you for the information. I will give it a try.Regards,Steve K (ifrevets)
-
Rotary Switch Code in EPICenter
Hi AllI want to use 12 position mechanical rotary switches for my avionics panel. They are wired for three buttons but I don't know how to program them. I got this sample code for a Rotary Switch in EPIC but it will not compile. Can anyone tell me how to get what I am trying to do.#define FASTSCAN 0definemodule(0,FASTSCAN,0,7):commplus{ keyhit(EQUAL);}:commminus{ keyhit(KBMINUS);}rvar (last_pos,0)rvar (last_pos,1)rvar (last_pos,2) :comm_pos0{ ifvar(last_pos,EQU,2) call commplus else commminus setvar(last_pos,0) }:comm_pos1{ ifvar(last_pos,EQU,0) call commplus else commminus setvar(last_pos,1) }:comm_pos2{ ifvar(last_pos,EQU,1) call commplus else commminus setvar(last_pos,2) }definebutton(16,on,comm_pos0)definebutton(17,on,comm_pos1)definebutton(18,on,comm_pos2)Any help on this would be much appreciated.Best regards,Steve K. (ifrevets)
-
instructor station in fs9
W. SieffertThank you for the information. I have pout the shortcut on my desktop.Best Regards,Steve K.
-
instructor station in fs9
Hi AllDoes anyone out there know how to access the instructor's station in Flight Simulator 2004 9fs9)?Thanks,Steve K.
-
spot plane view in FS9
Hi Cargomun:Thank you for your very prompt reply . . . worked like a charm!!Steve K.
-
spot plane view in FS9
Can anyone tell me how to change the view of the aircraft in spot view from the right side view of the airplane to a different view as was possible in the previous FS releases?Thank you,Steve K.