Jump to content

Bailey

Members
  • Posts

    1802
  • Joined

  • Last visited

Everything posted by Bailey

  1. For anyone that would like to take a shot at this, I think (hope) that the apache Lua in the library includes this feature. I made it for the keypad. Feel free to adapt it to the F-15E. How it works is that you can designate how many characters there are in a line. The rest will go to the newline and so on automatically. For the F15 you may want to include a "if space then newline" feature for readability.
  2. Been seeing some good work with the F15E stuff in my absence. Amazing collaboration everyone! This is pretty much exactly how I hoped it would happen as I am away. I have some stuff just to swing by and drop off. I won't have the time to explain much. The intent is for someone (@Trigati?) to take a look, compare the two, and make the best version for the community to come together and move forward on. Within the next few weeks(?) I make another stop by and upload the newest version I see in this thread to the Library. The file is in a spoiler so people don't think it is an update of a main version. Remember, please combine the best of both luas. I wouldn't want two branches of things that are not compatible with each other.
  3. Working on DiCE F-15E. Expect the release to be some time after Razbam fully implements their CMDS suite.
  4. Thank you! The second. Enabling the option will disable DiCE, restore the default countermeasures, and therefore allow you to join IC servers.
  5. DiCE minor update: v6.01 - F16C page is now scrollable to assist with smaller game resolutions - New troubleshooting tip: run DCS as Admin
  6. DiCE has been updated: v6 - Added the option to disable DiCE (Integrity Check Pass Mode) - Minor code cleanup https://www.digitalcombatsimulator.com/en/files/3312680/
  7. Hello everyone. I would like to open the doors for those who would like to test DiCE v6 before public release. This update features a "Disable DiCE" button which will make DiCE be IC compatible.
  8. Yes. There is/was an exe. It's been a while for me too, haha. The newest version does not have an exe. I'd suggest downloading the newest version if you can't find the exe.
  9. Try running dcs and DiCE as Admin.
  10. It's a windows Program File issue. Either install DCS in a different directory or run DCS in Admin Mode.
  11. The links are working. Thanks!
  12. I personally like using functions because when you start to get a lot of features and exports (dozens, maybe hundreds), the functions can act as a sort of "container". - Looks cleaner, easier to follow - Less likely to break other features with errors - Can easily cut and paste features into other modules - Easy to disable a function with a comment out for a single line instead of many lines of code As for Ikarus vs DAC, long before my time, they were two different services doing different things. Ikarus is the one to use because that is the one that DCS-Interfaces leans on. LowImportace vs HighImportance. These are simply defined as the refresh rates of the contents within. High is faster than Low. I personally prefer to put all things in Low, as I assume that it uses fewer PC resources. If I see that the refresh rate is unacceptable, I will copy and paste the one-liner function (another advantage) into the HighImportance function.
  13. I am glad to see that my efforts have proven useful. I would appreciate a link/source in the credits to the content that you stole (:P) so that others can find it and benefit too.
  14. Hello. I am asherao. I will not have the ability to update the repo for a while. Feel free to post the files here and collaborate with others so that when I have the opportunity I can add the newest ones to the repo. (Excellent help request by the way. Well explained. I just can't assist at the moment.)
  15. If the server has "Pure Scripts" setting enabled, correct.
  16. To add to the above reply, here is the Readme on how to add buttons of your own https://github.com/asherao/DCS-ExportScripts/wiki/Mirage-F1
  17. 1. You can't. 2. If you are code savvy, you can visit the Github for DCS-Interface and take a shot at updating the program to recognize modules with different versions such as the F1, L39, Blackshark, C101, and others.
  18. I do it the old school way. Backup everything. Remove half of the lua profiles. If problem is not fixed then then remove half of the half. Repeat. If the problem is fixed during this process then replace the half you removed, remove the half that was there, and then test again. The above method is for locating the issue Lua script. Similar can be done if you are trying to locate a process heavy function within a specific Lua.
  19. My only idea right now is that whatever profile you are either using or have available is crashing the streamdeck program by freezing it up. Try making a totally new streamdeck profile. In that profile make a single simple dcs-interface button that only displays the arg for adi yaw or something that changes often. Remove all other aircraft luas from the ExportScripts folder. Fly a mission in MP and watch the results. The purpose of this is to reduce the number of possible factors to hopefully single out the issue.
  20. Not to my knowledge. I typically use VoiceAttack for this.
  21. You may want to post the issue in the main DCS-Interface thread. It may be more relevant there and more people would be able to help.
  22. Rename the profile to a .zip and extract it. Or look here: https://github.com/asherao/DCS-ExportScripts/tree/master/docu/Pics/Mirage F1
  23. What I have for my F1 profile is here: https://github.com/asherao/DCS-ExportScripts/tree/master/docu/StreamDeck Examples Check out the pics here: https://github.com/asherao/DCS-ExportScripts/wiki/Mirage-F1
×
×
  • Create New...