October 16, 200322 yr I need help to get the following lines of code sorted so that when I put my joystick top hat switch in the forward 12:00 oclock position I get a view of the panel switches above the windscreen. From the panel.cfg file I am using....//From an FS9 panel.cfg file with a bitmap of the overhead panel switches named UP.bmpFixed Window37=UpVIEW_UP_WINDOWS=37VIEW_UP_DIR=-30.000, 0.000, 0.000[Fixed Window37]file=up.bmp position=7visible=0ident=37render_3d_window=1nomenu=1window_size= 1.000, 1.000window_pos= 0.000, 0.000Thankswheathe
October 17, 200322 yr Wheathe,Easily solved.When you push the hat up, you get "VIEW_FORWARD_UP", not "VIEW_UP", so just change the VIEW and you'll be fine.Patrick
Create an account or sign in to comment