Gloom Demon Posted October 8, 2013 Posted October 8, 2013 I want to assign Center View and Normal Zoom to a single button, because I don't have TrackIR and I haven't been able to make FacenoIR work (most likely it's me doing something wrong). I am forced to use the mouse to look around and the scroll button to zoom and pushing one button to center and another to return zoom to normal is to lengthy. Doing it in one keystroke would be much convenient. AMD Ryzen 3600, Biostar Racing B850GT3, AMD Rx 580 8Gb, 16384 DDR4 2900, Hitachi 7K3000 2Tb, Samsung SM961 256Gb SSD, Thrustmaster T.Flight HOTAS X, Samsung S24F350 24'
DeJohn Posted October 10, 2013 Posted October 10, 2013 As it is in our Universe, everything has a minimum of two states, so it is with joystick buttons (up/dn, in/out, on/off, press/reslease) you get the picture. Open your joystick.lua file with Notepad ++ you'll find it in (something like this) C:/user/(username)/saved games/DCS World/Config/Input Do a search for 'JOY_BTN' and find the button you have for 'center view', it should look something like this... combos = {{key = JOY_BTN#},}, pressed = iCommandViewCenter, name =Center View", category = "View"}, Now add the following.... up = iCommandViewAngleDefault, name = 'Zoom normal" It should now look like this... combos = {{key = JOY_BTN#},}, pressed = iCommandViewCenter, name =Center View", up = iCommandViewAngleDefault, name = 'Zoom normal", category = "View"}, Now when you press and release your center view btn, it will set the zoom to normal. Hope this helps (A/229) Reaper
Recommended Posts