Jump to content

emc

Members
  • Posts

    217
  • Joined

  • Last visited

About emc

  • Birthday 01/25/1978

Personal Information

  • Flight Simulators
    DCS, Falcon BSM
  • Location
    Krakow, Poland
  • Interests
    python
  • Occupation
    Python Developer
  • Website
    https://www.digitalcombatsimulator.com/en/files/filter/user-is-emc/apply/

Recent Profile Visitors

6339 profile views
  1. Hi, I didn't noticed you ask question you mean this https://www.evga.com/articles/archive/01195/evga-z10-keyboard/default.asp ? Short answer no.... Longer... No, because: 1. after quick search, I didn't find way to custom access to LCD itself 2. I do not have this HW, to test and check what I can do with it... sorry Only Logitech G13, G15 (v1 and v2), G510 and G19 PS. https://forums.evga.com/Z10-Keyboard-Code-to-write-text-to-the-LCD-display-m3012492.aspx
  2. Hello, I believe one day I saw somewhere... press materials: official logo, banners etc. I would like add into my app (which is for DCS players) with link to DCS web site and disclaimer with logo ownership Is there some official place???
  3. I got problem with DCS-BIOS and SimShaker 2.6.8. I'm using only: dofile(lfs.writedir()..[[Scripts\DCS-BIOS\BIOS.lua]]) dofile(lfs.writedir()..[[Scripts\SimShaker-export-core\ExportCore.lua]]) local SimShakerlfs=require('lfs'); dofile(SimShakerlfs.writedir()..'Scripts/SimShaker.lua') When I got to A-10C I/II I see in dcs.log: 2023-09-03 11:34:23.428 INFO TACVIEW.DLL (Main): Recording flight data in [D:\Users\mplic\Documents\Tacview\Tacview-20230903-133424-DCS-IA-A10CII-Caucasus-Takeoff.zip.acmi] 2023-09-03 11:34:23.499 ERROR Lua::Config (Main): Call error LuaExportAfterNextFrame:[string "D:\Users\mplic\Saved Games\DCS.openbeta\Scripts\DCS-BIOS\lib\Util.lua"]:167: bad argument #2 to 'format' (string expected, got table) stack traceback: [C]: ? [C]: in function 'format' [string "D:\Users\mplic\Saved Games\DCS.openbeta\Scripts\DCS-BIOS\lib\Util.lua"]:167: in function 'setValue' [string "D:\Users\mplic\Saved Games\DCS.openbeta\Scripts\DCS-BIOS\lib\Util.lua"]:663: in function 'v' [string "D:\Users\mplic\Saved Games\DCS.openbeta\Scripts\DCS-BIOS\lib\Protocol.lua"]:241: in function 'step' [string "D:\Users\mplic\Saved Games\DCS.openbeta\Scripts\DCS-BIOS\BIOS.lua"]:139: in function 'LuaExportAfterNextFrame' [string "D:\Users\mplic\Saved Games\DCS.openbeta\Scripts\SimShaker-export-core\ExportCore.lua"]:62: in function 'SimLuaExportAfterNextFrame' [string "D:\Users\mplic\Saved Games\DCS.openbeta\Scripts/SimShaker.lua"]:575: in function <[string "D:\Users\mplic\Saved Games\DCS.openbeta\Scripts/SimShaker.lua"]:572>. 2023-09-03 11:34:25.242 WARNING LOG (2700): 43 duplicate message(s) skipped. 2023-09-03 11:34:25.242 WARNING WORLD (Main): ModelTimeQuantizer: SAME MODEL TIME 2023-09-03 11:34:25.276 ERROR Lua::Config (Main): Call error LuaExportAfterNextFrame:[string "D:\Users\mplic\Saved Games\DCS.openbeta\Scripts\DCS-BIOS\lib\Util.lua"]:167: bad argument #2 to 'format' (string expected, got table) stack traceback: [C]: ? [C]: in function 'format' [string "D:\Users\mplic\Saved Games\DCS.openbeta\Scripts\DCS-BIOS\lib\Util.lua"]:167: in function 'setValue' [string "D:\Users\mplic\Saved Games\DCS.openbeta\Scripts\DCS-BIOS\lib\Util.lua"]:663: in function 'v' [string "D:\Users\mplic\Saved Games\DCS.openbeta\Scripts\DCS-BIOS\lib\Protocol.lua"]:241: in function 'step' [string "D:\Users\mplic\Saved Games\DCS.openbeta\Scripts\DCS-BIOS\BIOS.lua"]:139: in function 'LuaExportAfterNextFrame' [string "D:\Users\mplic\Saved Games\DCS.openbeta\Scripts\SimShaker-export-core\ExportCore.lua"]:62: in function 'SimLuaExportAfterNextFrame' [string "D:\Users\mplic\Saved Games\DCS.openbeta\Scripts/SimShaker.lua"]:575: in function <[string "D:\Users\mplic\Saved Games\DCS.openbeta\Scripts/SimShaker.lua"]:572>. And DCS-BIOS do not export A-10C data anymore. I posting here because without SimShaker DCS-BIOS behave correctly and I can see all A-10C data. Any idea what is going on and who should fix and what....
  4. I did it: enable High Performance for both MS ans ST disable HAGS disable VBS (read somewhere it helps as well) With 2.8.3.37854.1 I got: 68-70 FPS with ST 90-94 FPS with MT I do not know how I got ~100 FPS with ST in first place.... I just run only DCS... no background heavy apps...
  5. One more note... I just run MT again... all the same and I got 120 FPS... quit to desktop, start again and now I got around 90FPS, same settings, same mission without touching controls... any idea? somebody has similar experience?
  6. Hi, Not complaining I'm just try to figure out, maybe I can do something better, Basic info: Intel Core i7-7700 CPU @ 3.60GHz 32 GB RAM GTX 1080 8GB I see 10-15 FPS less with MT, I my setting are pretty low I think. I load Free flight with F-16 at Caucasus (without touching controls, to got reproduceable results) MT 80-85 FPS GPU bound (theor. 114) ST 95-100 FPS Maybe somebody has similar HW and I can tune settings.
  7. Field of View edits? Can you be more specific.
  8. oo mods no extra stuff in Saved Games\DCS.openbeta\Scriptsfolder clean fxo/shadercache/metacache reparied/cleaned dcsworold folder DxDiag.txt dcs.log sc_cas_launcht1.trk
  9. New version v1.8.1 (December 2022) See wiki here: https://github.com/emcek/dcspy/wiki ## 1.8.1 * Add support for Ka-50 Black Shark III * Update footer when checking DCS-BIOS version * Align with DCS 2.8.1.34667.2 and DCS-BIOS 0.7.47 * Internal: * add more unit tests * mark some test as DCS-BIOS tests ## 1.8.0 * Major GUI redesign using `customtkinter` package, which provides new, modern widgets: * Appearance system mode (`Light`, `Dark`) * Three colort theme (`Green`, `Blue` and `Dark Blue`) * All settings are configured from GUI vie widgets * One window for all configuration and buttons * Check version from GUI * Add configuration flag to check for new version during start ## 1.7.5 * report DCS stable version correctly in logs during start * Internal: * rename starting script * remove usage of McCabe * add unit tests ## 1.7.4 * **AH-64D Apache** * add better support for G19 for PRE mode * update name from `AH64D` to `AH64DBLKII` * Show DCS version in logs * Fix name of plane for **F-14 Tomcat** depending on model A or B * Toggle Start/Stop buttons * Do not show warning when plane's name is empty * Internal: * improve checking DCS-BIOS data * introduce enum values for parser state * improve CI process - add Python 3.11 * force using Pillow 9.3.0 ## 1.7.3 * Align **F-16C Viper** DED and **AH-64D Apache** EUFD with DCS-BIOS 0.7.46 changes * Basic support for **F-14A Tomcat** ## 1.7.2 * **AH-64D Apache** * update name from `AH64DBLKII` to `AH64D` * fix display PRE mode for G19 * fix handling buttons * Internal: * update unit test for better coverage and more use-cases ## 1.7.1 * New config settings: * `auto_start` - run DCSpy atomically after start * `verbose` - show more logs in terminal/console window * Fixing handling of `dcsbios` settings from `config.yaml` * Start and stop buttons can be used several times without closing GUI * **F-16C Viper** * replace `*` with inverse white circle character at DED * Fix unhandled buttons for G19 (menu, ok and cancel) * G19 and **F/A-18C Hornet** * Push **Menu** and **Cancel** toggle cockpit button down, push it again toggles button up (Integrated Fuel/Engine Indicator - IFEI). * Add handling **Ok** as Attitude Selector Switch, INS/AUTO/STBY * Internal: * use Pythonic way using temporary directory * speed-up tests - cache json files instead of downloading from internet * use Enum for LCD type * use Enum for LCD buttons, add to LcdInfo dataclass ## 1.7.0 * Support for **AH-64D Apache** with 3 modes: * `IDM` - Squeeze and shows radios frequencies (from Radio Area), IDM and RTS rocker are used to scroll down * `WCA` - Enter button display warnings, cautions, and advisories, WCA rocker is used to scroll down * `PRE` - Preset button displays the preset menu for the selected radio, WCA rocker is used to scroll down * **F-16C Viper** DED clean-up extra characters ## 1.6.1 * Update **F-16C Viper** for latest DSC-BIOS (0.7.45) * Fresh installation of DCS-BIOS is painless * Drop support for Python 3.6 ## 1.6.0 * use fonts in dynamic way - you can customize fonts in `config.yaml` file (see [Configuration](https://github.com/emcek/dcspy#configuration)) * usage for LCD SDK built-in LGS - no need additional package for usage * support for Python 3.10 (use `dataclasses` internally) * ability to stop DCSpy from GUI * supporters are printed in welcome screen - I'm thrilled with support and help of community!
  10. new version https://github.com/emcek/dcspy/releases/tag/v1.5.0 Changelog 1.5.0: ------------------ Support for AV-8B N/A Harrier with: * UFC - Up Front Controller * ODU - Option Display Unit * decrease UFC Comm 1 Channel - G13 1st button or G19 left button * increase UFC Comm 1 Channel - G13 2nd button or G19 right button * decrease UFC Comm 2 Channel - G13 3rd button or G19 down button * increase UFC Comm 2 Channel - G13 4th button or G19 up button Changelog 1.4.0: ------------------ * Configuration editor: * dcsbios - se t default Logitech keyboard: "G19", "G510", "G15 v1/v2", "G13" * show_gui - showing or hiding GUI during start of DCSpy * dcsbios - location of DCS-BIOS folder inside user's Saved Games * Check and upd ate DCS-BIOS directly from DCSpy * Check DCS-BIOS button in Config editor * dcsbios needs to be se t to correct value * Basic A-10C Warthog and A-10C II Tank Killer support
  11. Thx for nice words... but I a bit do not get it... you are using DCSpy with FalconBMS?!?!?!? It is workng? Or try figure out how to addopt.... general to get dcspy woking with falcon shouiuld be not hard... we/i/you need some tool with export falcon data over network/UDP (this is done by DCS-BIOS) Edit: check this out..... https://www.facebook.com/FalconBMS4/photos/a.298473543505522/1767453959940799/
  12. New version: https://github.com/emcek/dcspy/releases/tag/v1.3.0
  13. New release: https://github.com/emcek/dcspy * Fix alignment of DED (DCS-BIOS 0.7.41) for F-16C Please download latest DCS-BIOS as well: https://github.com/DCSFlightpanels/dcs-bios/releases/tag/0.7.41
  14. Hi target... I create fork of specelUFC https://github.com/emcek/dcspy if you like to try, I actively maintain it, so if you find any problems with installation or using it (and I'm willing to add any new features) You can contact me here https://discord.gg/SP5Yjx3 or dcspy forum thread
×
×
  • Create New...