SolUniverse Posted July 4, 2014 Posted July 4, 2014 can someone help me set this up.. I get how to assign buttons but i m wondering why only one part of the button registers in the app. For instance I want to map the F15c's airbrakes to the rocker button on the side of the Throttle.. I can map the forward and back but the middle doenst do anything can somone walk me through how to set this up then i will understand the other buttons that seem to only work on the ON position only not the off
cichlidfan Posted July 4, 2014 Posted July 4, 2014 The middle position cannot be assigned in game since the switch does not generate a signal when moved to that position (only an off signal from the previous position). You must use Thrustmaster's Target software to assign a function to that position or use custom lua files to simulate it. ASUS ROG Maximus VIII Hero, i7-6700K, Noctua NH-D14 Cooler, Crucial 32GB DDR4 2133, Samsung 950 Pro NVMe 256GB, Samsung EVO 250GB & 500GB SSD, 2TB Caviar Black, Zotac GTX 1080 AMP! Extreme 8GB, Corsair HX1000i, Phillips BDM4065UC 40" 4k monitor, VX2258 TouchScreen, TIR 5 w/ProClip, TM Warthog, VKB Gladiator Pro, Saitek X56, et. al., MFG Crosswind Pedals #1199, VolairSim Pit, Rift CV1 :thumbup:
SolUniverse Posted July 4, 2014 Author Posted July 4, 2014 Oh how do I do that? or Im sure there is an already created lua for this joystick combo already just cant find out how to set it up
KaspeR32 Posted July 4, 2014 Posted July 4, 2014 I've been dealing with this situation myself today. I ended up downloading someone's "mod" for the P-51D that gave you "alternate" button configs that acted like toggle switches instead of just standard pressed buttons. This is basically the difference between a stock "Toggle Switch" and a "Button." Oil Dilute {down = device_commands.Button_7, up = device_commands.Button_7, cockpit_device_id = devices.ENGINE_CONTROL_PANEL, value_down = 1.0, value_up = 0.0, name = 'Oil Dilute', category = 'Engine Control Panel'}, Fuel Booster {down = device_commands.Button_6, cockpit_device_id = devices.ENGINE_CONTROL_PANEL, value_down = 1.0, name = 'Fuel Booster', category = 'Engine Control Panel'}, As you can see, the difference between these two configs is that the Oil Dilute has a built in "up" state, which for joysticks like the Warthog HOTAS, works as a switch perfectly when you assign it. The Fuel Booster acts as a button though, so you have to switch it up twice for it to go on and off by default. You may be able to edit the default keyboard LUA directly to change this, or just use something like this: http://forums.eagle.ru/showpost.php?p=2102387&postcount=3 Either way, hopefully you understand a bit more about why it's doing that. Intel i5-2500k @ 4.4GHz w/ H70 liquid cooler, ASRock PRO3-M Z68 Mobo, 32G 1600Mhz Mushkin RAM, EVGA GTX970 4GB , OCZ Agility 3 128g SSD, SanDisk 240g SSD, Win7 64-bit --Twitch: http://www.twitch.tv/livingfood --
SolUniverse Posted July 4, 2014 Author Posted July 4, 2014 is this anything we need? http://simhq.com/forum/ubbthreads.php/ubb/showflat/topic/344082/gonew/1.html
KaspeR32 Posted July 4, 2014 Posted July 4, 2014 I personally don't use the TARGET software for my warthog. I like being able to set my keys in game. I just have to deal with "toggle" switches manually (editing LUA files) unfortunately. Basically what cichlidfan said. Intel i5-2500k @ 4.4GHz w/ H70 liquid cooler, ASRock PRO3-M Z68 Mobo, 32G 1600Mhz Mushkin RAM, EVGA GTX970 4GB , OCZ Agility 3 128g SSD, SanDisk 240g SSD, Win7 64-bit --Twitch: http://www.twitch.tv/livingfood --
SolUniverse Posted July 4, 2014 Author Posted July 4, 2014 Im determined to get this to work but it seems there is some serious lacking from DCS to even configure a joystick.. Im sure we all want new users to buy DCS so they make more money and in turn stay in business, make more modules and make it even better than it already is (ie EDGE). Ive had nothing but complex issues to get this sim to work. the average guy is just gonna turn away from this sim even how amazing it is or could be from future funding. There should be at least two complete profiles one for EVERY plane.. one is the Logitech 3d pro and the other is the Thrustmaster Warthog both the cheapest and most expensive joysticks avail to the consumer. We need to have the basics nailed down before we move on further.. just saying..
KaspeR32 Posted July 4, 2014 Posted July 4, 2014 I wouldn't even mind a simple "toggle" option for the button configurations. Just like we can go into AXIS and mess with the curves, all buttons should have an option to make them a switch or not. Intel i5-2500k @ 4.4GHz w/ H70 liquid cooler, ASRock PRO3-M Z68 Mobo, 32G 1600Mhz Mushkin RAM, EVGA GTX970 4GB , OCZ Agility 3 128g SSD, SanDisk 240g SSD, Win7 64-bit --Twitch: http://www.twitch.tv/livingfood --
SolUniverse Posted July 4, 2014 Author Posted July 4, 2014 Is there any video explaining how to get the TARGET software to work in conjunction with DCS? I m starting to understand the setup now just need this last puzzle piece
SolUniverse Posted July 5, 2014 Author Posted July 5, 2014 Nm im a dummy.. i found out you just have to hit the run button and it takes over the controls completely from the setting in DCS.
Recommended Posts