Jump to content

33rd_Elvis

Members
  • Posts

    105
  • Joined

  • Last visited

About 33rd_Elvis

  • Birthday 07/09/1984

Personal Information

  • Flight Simulators
    Microsoft Flight Simulater 2020 Preordered
    DCS World
  • Location
    Germany
  • Interests
    RC Modelbuilding
  • Occupation
    Elektric engeneering

Recent Profile Visitors

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

  1. hi, i found this seller by Etsy https://www.etsy.com/de/listing/1692044674/f-16c-f16-dcs-plant-tafeln?ga_order=most_relevant&ga_search_type=all&ga_view_type=gallery&ga_search_query=f-16+panel&ref=sr_gallery-1-2&dd=1&content_source=800adb99570b6c2b14fb90d1b798421a86686140%3A1692044674&search_preloaded_img=1&organic_search_click=1
  2. hi, can you report how do you build the ICP Panel? I look for an pcb for the bottons. I have buy the Hispapanels ICP .
  3. Hi everyone, Hast anyone buy the same panel? IT looks good. But i need a Custom pcb panel for the bottons like this https://giovannimedici.wordpress.com/2017/03/14/f-16-icp-case/
  4. Ok.Dann weiß ich ja jetzt bescheid. Danke nochmal
  5. Release der F4 war doch für Quartal 4 angedacht? Oder hab ich da was falsch interpretiert?
  6. Hallo, Ich biete hier mein Simshaker Sitzauflage. Funktioniert einwandfrei und hat keine Macken. Ich stelle mir da preislich 260€ vor. Nähere Informationen auf der Hersteller Seite https://simshaker.com/hardware/jetpad/
  7. I have the same problem. I disable Microsoft defender and antivirus Programm but curl error 6 is still there.
  8. Bin ich auch grad darüber gestolpert. Das mit dem CE Prüfzeichen gilt meines Erachtens nur für Geräte mit 230v und höher. Wenn die Geräte von winwing nur über USB Anschlüsse versorgt werden die nur 5v haben, ist das meines erachtens vernachlässigbar. Danke für den link
  9. Hi, Hat jemand schon mal was von winwing bestellt? Wenn ja wie lang dauert ca der Versand?
  10. Hammer Tutorial Gladius. Herzlichen Dank
  11. hi, in my case when i export ehsi come´s a white screen. Without any symbol´s. What is wrong? _ = function(p) return p; end; name = _('LMFCD+Camera+RMFCD'); Description = 'Left MFCD on the left monitor,Right MFCD on the right and camera on the center' Viewports = { Center = { x = 0; y = 0; width = 5120; height = 1440; viewDx = 0; viewDy = 0; aspect = 5120 / 1440; } } LEFT_MFCD = { x = 1700; y = 1450; width = 480; height = 480; } RIGHT_MFCD = { x = 2820; y = 1450; width = 480; height = 480; } F16_EHSI = { x = 2220; y = 2010; width = 480; height = 480; } UIMainView = Viewports.Center GU_MAIN_VIEWPORT = Viewports.Center And here the EHSI_PAGE_INIT.lua : -- local count = 0 local function counter() count = count + 1 return count end dofile(LockOn_Options.common_script_path.."ViewportHandling.lua") update_screenspace_diplacement(1, true, 0) try_find_assigned_viewport("F16_EHSI") -- list of subsets count = -1 local id_subset = { BASE = counter(), FAIL = counter(), MAIN = counter(), } local EHSI_PagesPath = LockOn_Options.script_path.."Displays/EHSI/indicator/Pages/" -- construct subsets page_subsets = {} page_subsets[id_subset.BASE] = EHSI_PagesPath.."EHSI_Page_base.lua" page_subsets[id_subset.FAIL] = EHSI_PagesPath.."EHSI_Page_FAIL.lua" page_subsets[id_subset.MAIN] = EHSI_PagesPath.."EHSI_Page_MAIN.lua" -- list of pages count = -1 id_Page = { OFF = counter(), FAIL = counter(), MAIN = counter(), } init_pageID = id_Page.OFF -- construct pages pages = {} pages[id_Page.OFF] = {} pages[id_Page.FAIL] = {id_subset.BASE, id_subset.FAIL} pages[id_Page.MAIN] = {id_subset.BASE, id_subset.MAIN} -- local function tablelen(T) local count = 0 for _ in pairs(T) do count = count + 1 end return count end EHSI_DISP_FMT_LEV1 = { OFF = 0, FAIL = 1, MAIN = 2, } EHSI_DISP_FMT_LEV2 = { NONE = 0 } EHSI_DISP_FMT_LEV3 = { NONE = 0 } EHSI_DISP_FMT_LEV4 = { NONE = 0 } pages_by_mode = {} clear_mode_table(pages_by_mode, tablelen(EHSI_DISP_FMT_LEV1), tablelen(EHSI_DISP_FMT_LEV2), tablelen(EHSI_DISP_FMT_LEV3), tablelen(EHSI_DISP_FMT_LEV4)) -- pages_by_mode[EHSI_DISP_FMT_LEV1.OFF] [EHSI_DISP_FMT_LEV2.NONE][EHSI_DISP_FMT_LEV3.NONE][EHSI_DISP_FMT_LEV4.NONE] = id_Page.OFF pages_by_mode[EHSI_DISP_FMT_LEV1.FAIL] [EHSI_DISP_FMT_LEV2.NONE][EHSI_DISP_FMT_LEV3.NONE][EHSI_DISP_FMT_LEV4.NONE] = id_Page.FAIL pages_by_mode[EHSI_DISP_FMT_LEV1.MAIN] [EHSI_DISP_FMT_LEV2.NONE][EHSI_DISP_FMT_LEV3.NONE][EHSI_DISP_FMT_LEV4.NONE] = id_Page.MAIN -- function get_page_by_mode(master, L2, L3, L4) return get_page_by_mode_global(pages_by_mode, init_pageID, master, L2, L3, L4) end Thanks.
  12. Offtopic, wo kann man sich diesen jetseat kaufen=?
  13. hi, wich display do you use for your DED?
  14. Hi, your tutorial don´t work for me. This is my MFD_Left_init. And here MonitorSetup in SavedGames Folder What is wrong? edit problem is cleared
×
×
  • Create New...