Jump to content

FSC190

Members
  • Content Count

    275
  • Donations

    $0.00 
  • Joined

  • Last visited

Everything posted by FSC190

  1. There is a workaround to sync the display. After klick on Ready to fly and loading the situation, just hit Esc and chose "Restart" When the situation is loaded again, the displays should be in sync.
  2. In our community (www.fsc-ev.de), our 270 members have a average age of 67.5 years Age Count Prozent -40 9 3,3% 41-50 15 5,6% 51-60 49 18,1% 61-70 79 29,3% 71-80 73 27,0% 81-100 45 16,7% 270 100,0% The youngest member is 14, the oldest 93 (always ahead of others, when it comes to new Addons 🙂 ) I'm 62 and simulate since Sublogic FS2 on Atari
  3. The original LDG-switches are a bit difficult, cause there are 4 switches. 2 fixed LDG-Lights with a 2 way switch and 2 retractable switch with a 3 way switch Positions Retract -> Off -> On And a long bar to switch them all together. The easiest LDG-Lights are the LED-Lights
  4. Hi Andrew, it is PMDG Setup / Aircraft equipment page 13/15 LSK L1 "Ext Light Package" ORIGINAL --> ORIGINAL W/PULSE --> LED LTRTL --> LED LTRTL W/PULSE 2 way switch --> 3 way switch -->2 way switch --> 3 way switch With a 3 way switch Ldg_Lights On moves the witch into the middle position (pulse),
  5. Hi Andrew, I missed a "Both LDG Lights on" and "Both LDG Lights Of"f function Can you add this in the next Update function PMDG_OVHD_EXTLTS_LAND_BOTH_On () PMDG_OVHD_EXTLTS_LAND_L_on() PMDG_OVHD_EXTLTS_LAND_R_on() end function PMDG_OVHD_EXTLTS_LAND_BOTH_Off () PMDG_OVHD_EXTLTS_LAND_L_off() PMDG_OVHD_EXTLTS_LAND_R_off() end And please have a look at the LDG-Light Installation Options. There is also a 3 Way switch (On, Pulse, Off) possible. The LDG-Light function in V0.5 don't work with this option.
  6. Hi Andrew the Course knop turn direction is twisted function PMDG_GLSD_MCP_AP_CRSL_inc () ipc.control(PMDG_EVT, 37607) ipc.sleep(20) PMDG_GLSD_MCP_AP_CRSL_show () end You have to change the PMDG_EVT, 37607 into 37308 and the 37308 into 37607 Didn't test it with the CRSR knob
  7. Shure it has, you have to activate it in the Aircraft equipment page 11
  8. I reinstalled the module and now it seems to work. THX Roland
  9. Hi Andrew, hi Joe, with the latest build of the experimental, the function regarding managed and selected Alt gives a error in line 175 of the action.lua. Seems, they change a variable. is there a solution for this? 19263125 *** LUA Error: C:\FSUIPC7\linda/aircrafts/FBW A320/actions.lua:175: attempt to perform arithmetic on global 'EvtPtr' (a nil value) 19448938 *** LUA Error: C:\FSUIPC7\linda/aircrafts/FBW A320/actions.lua:168: attempt to perform arithmetic on global 'EvtPtr' (a nil value)
  10. Hello Andrew and a happy new year, I'm just wondering what the parameter (p) in all MSFS functions is, and where the value comes from?
  11. Hi Günther, hi Andrew, The 21 drivers are currently available free of charge from IRIS.http://www.irissimulations.com.au/ols/index.php?main_page=product_info&cPath=7&products_id=55 This is a wonderful turboprop trainer, unfortunately you cannot control the map with the standard commands. It would be nice if there was a module there, since the plane also runs in the P3Dv5.
  12. @marcM That is one thing Andrew can do. Not me or you.
  13. Hi Andrew, I installed FSUIPC6 not with the Add-On-XML option, but into the Modules-Folder. First I copied my Prepar3dv4 Modules into Prepar3dv5, then made the install of FSUIPC6. Made a copie of FSUIPC5.ini and named it FSUIPC6.ini LINDA works this way, but you have to leave the old FSUIPC5.dll and the old FSUIPC5.ini. Thats it, works perfekt now again. You just have to "tell" LINDA the new naming FSUIPC6 Unfortunately I have no Idea, how this could work if you install FSUIPC6 with the Add-On.xml Option.
  14. Hi, I'm missing the notification sounds when switching the Modes in LINDA on my fresh WIN10 System. Is there a solution? Soundfiles are there where they should be. EDIT: Disregard, Sounds are back
  15. OK Thomas I tested your config in my sim and could not find any faulty function with the shortcuts. So I think it is nor LINDA who makes this problem. But I have no chase plane, maybe you should investigate in that direction.
  16. Are there any other assignments active, e.g. FSUIPC or P3D? Do the keys work when the yoke is disconnected? You can log any key press or button via FSUIPC (non axis events) And can you explain the P-Key thing?
  17. Thomas, I will have a look at later this evening. I wonder what buttons are this one: JSTKrp["294B19000"][301]="FSX:_INCREASE_THROTTLE:0" JSTK["294B19000"][303]="FSX:_PROP_PITCH_INCR:0" JSTK["294B19000"][305]="FSX:_THROTTLE_DECR:0" JSTKrp["294B19000"][305]="FSX:_DECREASE_THROTTLE:0" JSTK["294B19000"][307]="FSX:_PROP_PITCH_DECR:0"
  18. Hi Thomas, did you assign any keybort press via LINDA? Can you post your config-hid.lua from Linda-cfg of any of your A2A folder? "I have the same yoke and program it via LINDA with no problem
  19. Hi, if this works for you, maybe you couldt edit your workaround in the download section (NGXu Modul 1.3)
  20. Hallo Günter, ich hatte dir eine Lösung des Problems per PM geschickt, Du musst die Ident.lua der alten NGX editieren und den Suchstring auf "NGX " ändern. Das Leerzeichen macht den Unterschied. Funktioniert einwandfrei in meiner LINDA
  21. Update, es geht noch einfacher.

    Im Ident den Suchstring für die alte NGX auf "NGX " setzen.

    Funktioniert bei mir einwandfrei.

     

     

  22. Hallo Günter,

    um die verschiedenen NGXe zu unterscheiden, müsste im Ident ein * als Platzhalter erkannt werden.

    Dann könnte man den Suchstring "PMDG 737*NGXu" oder PMDG 737*NGX "(mit Leerzeichen) einsetzen.

    Wäre das eine Möglichkeit?

     

    LG

    Roland

     

  23. Hi, it's still at AVSIM https://library.avsim.net/search.php?SearchTerm=allegiant&CatID=p3dacrp&Go=Search
  24. Das war eher eine Feststellung. Aber wer ließt schon ReadMe's 😉
  25. Für das G1000 MFD gibt es keine Funktion für den Enter Softkey. Den braucht man zum Bestätigen der über die DrehKnöpfe ausgewählten Einträge.
×
×
  • Create New...