Jump to content

PhoenixRising

Members
  • Posts

    172
  • Joined

  • Last visited

Everything posted by PhoenixRising

  1. Thanks for the thorough and helpful answer! Sent from my Nokia 6.1 using Tapatalk
  2. While doing some research for my DIY collective, I was looking at the TLE5010 PCB files in the MMJoy folder. Why do some of them have several resistors, some have none, and one even has what appears to be two capacitors and even more resistors. Electrically, what do the resistors and capacitors do in the circuit? Thanks!
  3. Thanks to the advice here, I ordered the TLE 5010. Now I just have to wait for delivery from China. Sent from my Nokia 6.1 using Tapatalk
  4. Thanks for the responses. I really appreciate it.
  5. After creating an Arduino button box, I am exploring the possibility of making a DIY collective. I have found lots of posts where show mechanically what they do, but I still have a couple of questions. 1. Does anyone have any recommendations on good hall effect sensors? 2. What kind of magnets do people use? Thanks!
  6. I realize this is an old thread, but I was having this problem and stumbled upon this thread. I don't like using TARGET for DCS, but I was having terrible issues with the A-10 not marking targets, and with the coolie hat not doing what I expected it to do. After spending my Saturday morning messing around with TARGET, I found some code that seems to have fixed those problems. This is just the coolie hat. You need to do this for all of the four way switches. If anyone has a better solution, I am all ears. I have only done a couple of flights with it, but I didn't have any of the previous issues I was experiencing from accidently pressing the corners of the four-way switches. MapKey(&Throttle, CSU, EXEC("if(!Throttle[CSR] & !Throttle[CSL]) ActKey(KEYON+DOWN+DX19);")); MapKeyR(&Throttle, CSU, EXEC("ActKey(KEYON+UP+DX19);")); MapKey(&Throttle, CSL, EXEC("if(!Throttle[CSU] & !Throttle[CSD]) ActKey(KEYON+DOWN+DX21);")); MapKeyR(&Throttle, CSL, EXEC("ActKey(KEYON+UP+DX21);")); MapKey(&Throttle, CSD, EXEC("if(!Throttle[CSR] & !Throttle[CSL]) ActKey(KEYON+DOWN+DX20);")); MapKeyR(&Throttle, CSD, EXEC("ActKey(KEYON+UP+DX20);")); MapKey(&Throttle, CSR, EXEC("if(!Throttle[CSU] & !Throttle[CSD]) ActKey(KEYON+DOWN+DX22);")); MapKeyR(&Throttle, CSR, EXEC("ActKey(KEYON+UP+DX22);"));
  7. I am stuck on the mission where you have to go rescue the downed pilot near the CLA base. It seems I either get shot down if I try to take out the infantry first, or the pilot is captured if I try to take out the AAA first. What am I missing?
  8. I use Voice Attack since I play in VR, and VA has no problems understanding my commands. Often though, DCS, doesn't respond to them. I have set a HOTAS button to press "space bar" for the Enemy Within campaign, and sometimes it works, and sometimes it doesn't. The command works in Notepad, and even when DCS doesn't respond to it, VA says that it did the command. I have also had this problem for other commands as well. Does anyone have any ideas on what could be the problem? Sometimes it works fine, other times it does not. I have tried setting my profile to both Active Window and DCS specifically, but I had the same issue each time. And to be clear, the same thing will happen with Voice Commands. Thanks!
  9. Hey- This looks awesome. Is it too late to get added to the list? Thanks, PhoenixRising
  10. I might have got ahead of myself and tuned AWACS before being told to do so, but I am not 100% sure about that.
  11. This is my first time with a DCS skin, but I had been wanting to try and do a DCS. I saw your post and thought I would give it a try. https://www.digitalcombatsimulator.com/en/files/3305358/?sphrase_id=17546636
  12. I just tried the mission again, this time there is a message to press space bar when I am visual on target. I don't know where I messed up before, but it seems to be working now. Thanks for your help!
  13. I was hearing radio messages about the spoiler. I should play it again to double check, but if I remember correctly, I arrive at the IP, Overlord gives me the coordinates for the target, and that is the last scripted message I hear, unless I destroy the target before being told to. At which point, the other A-10s also radio that they destroyed their targets and the mission appears to proceed, including more dialog about the spoiler. I am pretty sure I had my UHF radio set to the the frequency in the briefing, and I was hearing the AWACS calls on AM and flight calls on FM. Would I have been given the coordinates if the UHF was on the wrong frequency? As a side note, thanks for making such a great campaign. I am notoriously cheap when buying video games, but it was well worth it.
  14. I am really enjoying this campaign, but on the mission where you are supposed to wait for Rolex to tell you to engage. Maybe I am just impatient, but it seems like I continually orbit the target, but am not allowed to engage. The only radio calls I am getting are the AI AWACS calls. If I then destroy the targets, it seems like everything advances, Am I missing something, or do I need just need to orbit longer? Thanks!
  15. I realize this is a fairly old post, but I just wanted to say thank you for your work. It makes VR in the A-10, so much better!
  16. I am new to the Huey and have been playing in VR. Is there anyway to disable head aiming for the guns in VR, and use the mouse or touch controllers instead? Thanks!
×
×
  • Create New...