Jump to content

Bailey

Members
  • Posts

    1802
  • Joined

  • Last visited

Everything posted by Bailey

  1. I did not have the opportunity to complete the profile. The extent of my efforts is here https://github.com/asherao/DCS-ExportScripts/tree/master/docu/StreamDeck Examples There is a person who went the extra mile to make a more complete profile. Ask around on the UH-60L Mod discord to find it. They put a lot of good work into it.
  2. The last time I checked toggle buttons or functions need some code supplied by the module itself to keep track of the state of the switch.
  3. Thanks. Seems like the forum editor does not like those.
  4. v0.4.3.1 Hotfix - Hotfix for those who do not have Marians Map installed (if you have the map installed, you don't need this hotfix) - Adjusted Logs - Download in first post
  5. I was getting an odd os.time() conversion, possibly due to timezones. I changed the code at line 121 to: table.insert(_listMessages, { --message = formatTime(os.time()), -- default way to do it message = os.date("%H:%M:%S"), skin=_yellowText, height = 20 }) and it works well for me. The default method was a few hours off.
  6. Hot fix for those who do not have the Marinas map. The file goes in Saved Games/DCS/Scripts/Hooks. Edit: Look at the next post in this thread. There was a typo in the exception line, 145. If you aren't having the issue, no need to hotfix. Will merge into the downloads later.
  7. I haven’t tried yet. I suggest comparing all of the lua versions you have and seeing what may be different. If nothing appears odd you can take the new file and add things one at a time. If something breaks, you know where it went wrong.
  8. I, too, enjoy options so that people with all types of controllers or controlling methods, such as VoiceAttack, all have the ability use the bids that did them best. Something that I did for the UH-60L binds, for example was to include all ofthe following for a command: Toggle - one button for on and off depending on the current state Discrete On/Off - one button for on, a different for off increase/decrease - one button flips the switch positively through its range, a different button flips the switch negatively through the range cycle - one buttons flips the switch positively through the range until the end of the range. When the button is then pressed again the switch cycles back to the beginning of the range. For a few of these, two way switches result in the same types of actions. The above options really benefit with three way switches. Buttons that modulelate what would be an in game Axis also apply, such as the Primary Lights Knob in the Apache.
  9. I took a look at the description. Nice work and thank you for the shout out. I am glad the info has been put to good use. Your start contains almost everything my modded one does, and a little more too. I there are two notable differences. One is that I “spam” the master caution/warnings such that they never go off more than once. The other tips that the very last step in my autostart is the boresight process. To be precise, I stop at the point where the pilot lines up the helmet and presses Cursor Enter. Looking forward to using your autostart and the goodies within!
  10. Thank you for the kind words! I’ll admit, I may have spent a few too many hours with some projects, but seeing people like yourself appreciate and enjoy them make it worth every minute. While you “don’t do a ‘whole’ lot”, what you have done will be used for the community, or a few more energy drinks
  11. v0.4.2 as been released - Added: - All DCS Maps for Export - All Cities to DTC database - All Airports to DTC database - All significant F10 map areas to DTC database - All Navaid Identifiers to DTC database (use the Identifier switch near "name" to enable)
  12. v0.4.1 has been released - Added Auto-fill for waypoint lat/long based on F10 Map names
  13. There’s an ancient post somewhere in the forums that boiled down to something like 8 knots down the pipe will work for switching all Caucasus runways except permanent ones, which at the time included the one or two south of Anapa due to the mountain behind the runways. Speeds below 8kts can be prone to a tailwind on the preferred runway (which isn’t rare irl).
  14. Nope. Busy with other stuff. You can see most of the progress in the git. I posted all my pics, images, and lua.
  15. Showcase video added: Oh, and v0.4.0 released! v0.4.0 Updates - Added a Get Coords hotkey, Ctrl+Shift+F2 by default. You can bind the keybind hotkey to your controller or HOTAS using a 3rd party program like Voice Attack (https://voiceattack.com/). - Enabled Syria DTC for the M-2000C - If you are having some issues upgrading from v0.3.0 to v0.4.0, delete your C:\Users...\Saved Games\DCS\Config\DMPS.config file and restart DCS. v0.3.0 Updates - Added Integrated App DTC Import - Changed the color of the Integrated App for readability
  16. Just a heads up, v0.2.1 is up. Corrected a typo of long vs lon which prevented the m2k from reading eastings.
  17. I set up as many buttons on as many axes as reasonably possible. Idle, max, 50%, etc. To include the thumbstick on the throttle. And % ranges too. Now that I have done that, I can go from module to module and bind everything I ever needed to. If you decide to do this later you may have to rebind all of your modules because the button IDs are likely to change on ya.
  18. DMPS has been updated to v0.2. You know what that means? It is twice as better! Like, literally. I added an in-game app, much like what you would see with DCS-Scratchpad or SRS. Check it out. Make sure to read the Readme: https://github.com/asherao/DCS-DTC-Mission-Planning-Software/blob/master/README.md Enjoy the update! Download from ED User Files here: https://www.digitalcombatsimulator.com/en/files/3321705/
  19. In the SD app make a folder. For the folder image drag a picture on top of the Icon on the lower left. I personally use the ones from `...\Saved Games\DCS.openbeta\ImagesShop`. If you want to use the ones you see on the main menu they are located in `C:\...\DCS World OpenBeta\Mods\aircraft\PickAircraft\Skins\SomeFolder`. Put your profile in the folder.
  20. Check that connections are seated properly. Check that you have removed the two screws that the instructions mentioned. Check all buttons are registered in joy.cpl (type it after hitting the windows key). Check that the stick works on the TMWH base. If all that fails, unplug all usb devices, reflash the CM2 base firmware. Try again. If that fails you can contact virpil.
  21. When in doubt try one export at a time. Backup and clear the export lua. Add the export scripts line. Text. FYI, the version of exportScripts in Bailey’s Git is updated to be compatible with WInWing.
  22. When in doubt try one export at a time. Backup and clear the export lua. Add the export scripts line. Text. FYI, the version of exportScripts in Bailey’s Git is updated to be compatible with WInWing.
  23. ^ more stuff
  24. Awesome. Glad we for that worked out over discord.
×
×
  • Create New...