Jump to content

specel

Members
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. There you are https://github.com/DCSFlightpanels/dcs-bios/releases - I'm usingfork by DCSFlightpanels, guys doing amazing job
  2. Yup, it's live already, go ahead and update both my software and DCSBIOS. https://github.com/specel/specelUFC/releases
  3. For now there is no plan for adding new features to software. However - DCSBIOS developers expanding F-16 DED functionality. So, if you'll update DCSBIOS to required, or even newest version avilable, it should bring new things to DED. You'll also need update specelUFC, i'll try to post new version today
  4. emc, try test it on other computer, it seems to be defective G13. Can you even change something on G13, I mean, in LGS you can change key backlight colors, or try to download profile settings saved in device. If LGS cant see or connect with G13, it might be broken
  5. Good news, everyone: https://github.com/specel/specelUFC/releases With new version, you have to update DCSBIOS and replace one of the scripts in it - it's all in readme.md file, as well as on release page. As in current state of DCS F16 DED is not complete, there will be updates of software with new features added. However, it will require DCSBIOS updates, because my software is heavily dependent.
  6. Sorry guys, it's much harder than I thought. I'm still working on and getting some help from other people. When we figure it out, I'll update software immediatly, so stay tuned!
  7. Thanks anyway, but i need different data for dcsbios, not rendered part of the svreen. I mean, we could just get bitmap from viewport, parse it into bytes and then put into g13 screen, but i would rather try to export this as bunch of strings - it would be also helpful for cockpit builders using dcsbios. Anyway, some progress has been made, its only matter of time to get this right
  8. Yup, I will - last modification in my program let me even easier expanding of it's functionality. But, for now, I need a little more time, beacause I have no idea, how to export DED data.
  9. Hi! Problem was known to me, but it is now fixed. Updated version is now available on my github, I guess later today i'd deploy an .exe file, but python version working correctly
  10. This error indicates, that there are nothing to connect to. You can ignore it, just run DCS and hop into hornet. If you still getting this error, You might have DCS-Bios installed incorrectly. Reposting from reddit detailed intruction: Install https://support.logitech.com/software/lgs Copy contents of http://gaming.logitech.com/sdk/LCDSDK_8.57.148.zip into C:\Program Files\Logitech Gaming Software\LCDSDK_8.57.148 From https://github.com/dcs-bios/dcs-bios copy folder "Scripts" and paste it to C:\Users\XXX\Saved Games\DCS.openbeta\Scripts Then, into "export.lua" in C:\Users\XXX\Saved Games\DCS.openbeta\Scripts (you can create it, if it isn't exist) paste line dofile(lfs.writedir()..[[scripts\DCS-BIOS\BIOS.lua]] Next: copy contents DCS-BIOS v1.0.zip into C:\Users\XXX\Saved Games\DCS.openbeta\Scripts (merge these folders). This is Hornet-specific extension for dcs-bios. Install latest version of python https://www.python.org/downloads/ (not required if using EXE) Finally, download my repository (once again), unpack anywhere, I've added run.bat (or ./dist/specelUFC.exe) so you can run it simply. You should see command console window with connection error every two seconds, or with Connected message if your DCS is up and running
  11. Hello, I made software for DCS: F/A-18C Hornet and Logitech G13, so you can use it as UFC. It displays all UFC information, like scratchpad, five option displays and COMM channels. I also included fuel totaliser to make use of this empty space. Four buttons below display act as COMM knobs. You still need to map keyboard, using Logitech Software and in game options. This software should work with other G-series keyboards with monochrome display. Here's the link, I hope there's more than just me using G13. https://github.com/specel/specelUFC
  12. Hello, I made software for DCS: F/A-18C Hornet and Logitech G13, so you can use it as UFC. It displays all UFC information, like scratchpad, five option displays and COMM channels. I also included fuel totaliser to make use of this empty space. Four buttons below display act as COMM knobs. You still need to map keyboard, using Logitech Software and in game options. This software should work with other G-series keyboards with monochrome display. Here's the link, I hope there's more than just me using G13. https://github.com/specel/specelUFC
×
×
  • Create New...