Jump to content

Bailey

ED Closed Beta Testers Team
  • Posts

    1569
  • Joined

  • Last visited

Everything posted by Bailey

  1. You don't need the modules. Take a look at the lua code, the videos, the wiki, and pictures to get a sense of whats going on. You can copy/paste icons, emoji, and unicode from the web directly to the lua file and dcs-interface. (That covers B and C options.)
  2. The Airdrome Data popup is not a Mission Editor feature. It is an F10 Map feature: In the mission editor you still get the sidebar: In the ME you can also select View > Beacons Info to see this window: I hope that helps.
  3. 1. There are many solutions. Some may call them "workarounds". 2. The switch will always cycle in the same direction. To make it go the opposite direction put a negative sign in front of the increment number. If you want the ability to do both, you need two buttons, which is ok in some instances such as heading/course dials. 3. There are a few different ways to work around the issue. a. Assuming the switch has three different named positions, use custom text to display what the switch is and what the switch has selected. For the animation background you can use a 2 way switch where 1 way is OFF, and the other way are the two ON positions. b. Use ascii block characters combined with a custom background image to display what you need. c. Use emojis to indicate the state of the switch or aircraft. This works great for flaps, landing gear, AoA indicators, aircraft limits, etc.\ d. Use an animated gif as the image (advanced, good luck!). The above techniques can be seen in my example F16 and Mirage F1 profiles in the Library, in my signature.
  4. The solution is most likely using an increment of 0.5. If you need more assistance I'd need more info such as, specifically, which switch on which module.
  5. Maybe it's offscreen. Shift right click the dcs icon in the task bar. Select move. Use the arrow keys then/or your mouse to mice the dcs window into view.
  6. Oops. Forgot the context of the first question. Ty for the correction.
  7. The normal way autostart is used. Look ingame for your aircrafts Start Procedure keybind.
  8. Install folder is mandatory. Saved games/dcs is optional.
  9. No, I have not posted a newer profile. The profile remains mostly the same. The differences can be found in the wiki. If you need help making or finding specific tiles, let me know.
  10. Ah. I misunderstood. When you said not working I thought you meant the switch is not moving. My bad. Very well. It’s a common issue with some community mods. Thanks for the heads up and correction.
  11. If you would like assistance on how you can get it yo work for your system, please describe your processes and expectations as detailed as you can. It has worked for myself and many others.
  12. > I still cannot get the ID lookup button to populate even though I have a copy of the Su-30 mod in the Eagle dynamics /mod/aircraft folder with the entry.lua file removed. Does yours populate?? Nope. It is a DCS-Interface programing limitation. > I also am trying to get bindable buttons to work in the controls tab. Try {down = device_commands.Button_127, value_down = 1 , name = _('Battary 1 ON'),category = _('Systems')},
  13. Bailey's VoiceAttack and Stuff Discord https://discord.gg/d4VFhde49b When you get in, let me know which link didn't work. Thanks and looking forward to seeing ya!
  14. DCS-Interface can be thought of as 2 different halves. The first half is DCS-Interface listening to dcs. This is how it gets information from the sim and displays it on your streamdeck. The second half is the communication from DCS-Interface to DCS. This is how buttons are manipulated. Because they are two halves, one can be working perfectly while the other isn't working at all, depending on your network settings, lua files, etc. The Su33 does not have a clickables file, so it cannot interact with the second half of DCS-Interface, the buttons manipulation half. As you have noticed, there is a Su33.lua file, which is the other half, which works. For the Su30, this is working for me. Your assumptions were correct. It manipulates the battery switch. If you are having trouble, make sure your network settings are set correctly. You can try other known working aircraft (not mods) to make sure. For the keybinds: Change Batt1OnOff to Button_127 and you will get some progress.
  15. 1. Yes. Make sure you have enough slots 2. Copy/paste. You will have to make new shortcut links if you had any.
  16. SU30 mod luas added https://github.com/asherao/DCS-ExportScripts/tree/master/Scripts/DCS-ExportScript/ExportsModules The Mirage F1 is not recognized because DCS-Interface does not have the capability to read the files for modules with multiple versions like the F1 and C101. There are instructions on how to use DCS-Interface with the Mirage here: https://github.com/asherao/DCS-ExportScripts/wiki/Mirage-F1
  17. Hi there. The Su33 is not clickable. This is why you wont see entries in DCS Module Clickable Data in DCS-Interface. Looking at the Su30 code, it is not made in a way that DCS-Interface will recognize. Someone will have to find out the stuff by hand, similar to how people have done for the Mirage F1. I have made the Su30 Luas for you and others. https://github.com/asherao/DCS-ExportScripts/tree/master/Scripts/DCS-ExportScript/ExportsModules You can find the raw clickable data here: C:\Users\...\Saved Games\DCS\mods\aircraft\Su-30MK_SFM v2.01B\Cockpit\Scripts\clickabledata.lua The method to assign them as buttons is similar to the Mirage F1. There is a guide for that here: https://github.com/asherao/DCS-ExportScripts/wiki/Mirage-F1
  18. DCS Mirage F1 Voice Attack is live! This is no optical illusion. You can use you voice to fly and operate the Mirage F1 in DCS with this Voice Attack profile! You want your weapons, you got it. You want the gear, you got it. You want Crew Chief to rearm your baguettes, you got it! Enjoy! https://www.digitalcombatsimulator.com/en/files/3325382/
  19. The default campaign. Top 3 best default campaigns in dcs imo.
  20. Since you are not using VAICOM, you can follow standard Voice Attack voice recognition instructions in the VA Help pdf. I personally use it in open mic mode. Others use PTT. It is up to you. (Thanks @MAXsenna)
  21. The standalone is not as developed as the integrated. The terrain option only populates the name of the terrain. You can change it after a DTC is generated.
×
×
  • Create New...