SparrowWing 0 Posted June 8, 2021 Share Posted June 8, 2021 Hi The keys Num1, Num3, Num7 and Num9 have a fixed function assignment. Although I assigned the radio messages 1-9 to these keys, when I pressed these keys, the camera was also panned. I found the reason for this in the file binding2.dat. It contains the following entries: action("Cam_Rot_135",State,key_NUMPAD3); action("Cam_Red_225",State,key_NUMPAD1); action("Cam_Red_315",State,key_NUMPAD7); action("Cam_Red_45",State,key_NUMPAD9); These are functions you can't configure via the user interface, so you can't delete them. This is a real bug. There are two more entries which should be wrong as well. action("Cam_Rot_Roll_N",State,key_NUMPAD7); action("Cam_Red_Roll_P",State,key_NUMPAD9); I found other entries which cannot be customized by the user. action("ActivePause",Event,key_P); action("Gunz",State,joy0_b0); action("Key_Grab",State,key_SYSRQ); action("Key_O",State,key_O+key_LCONTROL); action("Mouse_LB",Event,mouse_b0); action("Mouse_RB",State,mouse_b1); action("Mouse_X",Event,mouse_axis_X); action("Mouse_Y",Event,mouse_axis_Y); action("Mouse_Z",Event,mouse_axis_Z); action("NewWindow",Event,key_LCONTROL+key_N); action("ReloadScene",Event,key_LCONTROL+key_R); action("Show Score",State,key_TAB); action("ShowDiags",Event,key_BACK+key_RCONTROL); action("camCtrl",State,key_LCONTROL); action("camShift",State,key_LSHIFT); action("satCam",Event,key_F9); action("test5",Event,key_L); action("toggleConsole",Event,key_GRAVE); I have not checked if they also cause problems. Gert Link to comment Share on other sites More sharing options...
Administrator Aerosoft Team 51548 Posted June 8, 2021 Administrator Share Posted June 8, 2021 We really need to know what profile you loaded.... Link to comment Share on other sites More sharing options...
SparrowWing 0 Posted June 9, 2021 Author Share Posted June 9, 2021 My profile ist "Simple joystick (TCA)". My controllers are CH Pro Pedals USB (joy0) (CH) T.A320 Pilot (joy1) (Thrustmaster) Flight Throttle Quadrant (joy2) (Saitek) Flight Throttle Quadrant (joy3) (Saitek) All binding files (binding1.dat - binding7.dat) from all profiles have these entries I mentioned. I'm sure, it doesn't depends on profile or controllers. Link to comment Share on other sites More sharing options...
Administrator Aerosoft Team 51548 Posted June 9, 2021 Administrator Share Posted June 9, 2021 Okay, that simply means you got a double assignment. In an update we'll provide sooin we;'ll have a completely blank profile so these issues should not happen when you start with that. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.