Hotdognz Posted June 2, 2018 Posted June 2, 2018 Has any one managed to map the U key to a joystick button, it seems its only bound the keyboard, makes it hard to trap on a carrier in VR. Cheers
Grodin Posted June 2, 2018 Posted June 2, 2018 Yes, you either need to edit a lua-file to do it or bind U key to a joystick via joystick software. C:\Program Files\Eagle Dynamics\DCS World OpenBeta\Mods\aircraft\FA-18C\Input\FA-18C\joystick\default.lua Adding line: { down = iCommandPlaneShipTakeOff, name = _('Catapult - Warthog'), category = {_('Special Toggle'), _('Special For Joystick')}},Somewhere in that file, for example under "Special input for 3-pos 2-signals switches on joystick" should make it bindable under "Special toggle" and "special for joystick" categories and the command will be called "Catapult - Warthog". Feel free to name the command and categories as you like but make a backup of the first before modifying. Fighting for peace is like screwing for virginity.
Gladman Posted June 2, 2018 Posted June 2, 2018 DWVAC my friend. i9 9900K @ 5.1Ghz - ASUS Maximus Hero XI - 32GB 4266 DDR4 RAM - ASUS RTX 2080Ti - 1 TB NVME - NZXT Kraken 62 Watercooling System - Thrustmaster Warthog Hotas (Virpil Base) - MFG Crosswind Pedals - Pimax 5K+ VFA-25 Fist Of The Fleet [sigpic]http://forums.eagle.ru/signaturepics/sigpic99190_2.gif[/sigpic] Virtual Carrier Strike Group 1 | Discord
Hotdognz Posted June 2, 2018 Author Posted June 2, 2018 Yes, you either need to edit a lua-file to do it or bind U key to a joystick via joystick software. C:\Program Files\Eagle Dynamics\DCS World OpenBeta\Mods\aircraft\FA-18C\Input\FA-18C\joystick\default.lua Adding line: Somewhere in that file, for example under "Special input for 3-pos 2-signals switches on joystick" should make it bindable under "Special toggle" and "special for joystick" categories and the command will be called "Catapult - Warthog". Feel free to name the command and categories as you like but make a backup of the first before modifying. Thanks Grodin, worked perfectly
Recommended Posts