• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Search results

  1. Luka

    P3D v2 P3D SDK v2.4 download

    You're welcome :)
  2. Luka

    P3D v2 P3D SDK v2.4 download

    Prepar3D_v2_SDK_2.4.msi (2.4.11570.0) ~90MB https://drive.google.com/file/d/1YE-UV6NQNpaG9mNGQ_wdaHrnlvJWfpUq/view
  3. Luka

    A neat little trick I learned to mirror animated parts...

    Milviz_MirrorTool.ms :pushpin:
  4. Luka

    Polygon limit aircraft FS2004

    Manual editing of asm files. The trick is to display multiple smaller models in the same cycle. The simplest way is to break the whole model into smaller parts represented as LOD models (this way we will avoid problems with the DICT table!). Then in the header of the main asm file just replace a...
  5. Luka

    Polygon limit aircraft FS2004

    You're right, makemdl for FS2002, CFS2 and FS9 works that way (probably a performance reason?). However, you can have an unlimited number of vertex tables. The only limitation is a maximum size of 64k for each one. We discussed this a long time ago here and also on the freeflight-design forum...
  6. Luka

    FS2004 3DS Max to FS2004

    Maybe this: https://www.fsdeveloper.com/forum/resources/3ds-max-to-fs9-exporter.183/
  7. Luka

    Suggestion: Minor restructuring of the forum

    I don’t like this new reorganization. :confused: I think that, because of its specifics, "Aircraft modeling" should remain as a separate forum in the "Aircraft design" group.
  8. Luka

    Update element not executing till the end

    Not sure it will help, but try to divide the largest "if" expression into two or more parts: ... (L:bn2_kln_l_inr_knb_scrdown,bool) 1 == (L:ltcurs,bool) 0 != and if{ (L:bn2_kln_l_inr_knb_scrdown,bool) ! (>L:bn2_kln_l_inr_knb_scrdown,bool) (L:gpxetest,number) 1 -...
  9. Luka

    Auto door lock

    MakeMDL.parts.xml is for FS9. In Modeldef.xml (FSX, P3D) code should be: <PartInfo> <Name>f_canopy</Name> <Animation> <Parameter> <Code> (A:SIM ON GROUND, bool) ! (A:AIRSPEED TRUE, knots) 70 > || if{ 0 } els{ (A:EXIT OPEN:0, percent) } </Code>...
  10. Luka

    Auto door lock

    I think Roman's code is pretty good. Visual problems can be avoided by modifying the animation code in modeldef.xml/MakeMDL.parts.xml: <code>(A:SIM ON GROUND, bool) ! (A:AIRSPEED TRUE, knots) 70 > || if{ 0 } els{ (A:EXIT OPEN:0, percent) }</code>
  11. Luka

    P3D v4 [XML] polygonal MouseAreas?

    An example for gtx-330 Pover-keys. Note that here are two mouse areas in the same place. One is visible when the cursor is above one of the buttons (Cursor Type="Hand"), and the other without a visible cursor. <Macro Name="MouseCX">46</Macro> <Macro Name="MouseCY">46</Macro> <Macro...
  12. Luka

    P3D v4 [XML] polygonal MouseAreas?

    Maybe you can get an idea from this post: http://www.aerodynamika.com/cgi-bin/yabb2/YaBB.pl?num=1312822766
  13. Luka

    XML blitting to BMP

    "Print Screen" and pasting in MsPaint or PS is not good enough?
  14. Luka

    Sound files related to airport ICAO code ?

    You need to test first two letters! My favorite method for determining the region is by testing the "center" airspaces (FIR/ARTCC), which are generally the same as country borders, except for minor deviations in some parts of Africa: <Update> (A:GPS POSITION LAT, Radians)...
  15. Luka

    Sound files related to airport ICAO code ?

    Finding your current airport ICAO is easy. <Update Frequency="1"> (A:GPS POSITION LAT, Radians) (>C:fs9gps:NearestAirportCurrentLatitude, Radians) (A:GPS POSITION LON, Radians) (>C:fs9gps:NearestAirportCurrentLongitude, Radians) 1 (>C:fs9gps:NearestAirportMaximumItems) 5...
  16. Luka

    P3D v4 FS9 schema conversion from FSX schema trap code

    "On Key" and "On Event"... https://www.fsdeveloper.com/wiki/index.php?title=XML:_Key_Traps https://www.fsdeveloper.com/wiki/index.php?title=XML:_Events_and_Traps
  17. Luka

    P3D v4 Once again about custom map

    In fs9gps bitmaps are used only within the "formatted text" for the nearest lists and similar things. Waypoints on the map are GDI objects hardcoded in gps.dll, and here we have very limited possibilities to change their size and color.
  18. Luka

    Failure management in C++ / Virtual Cockpit gauge

    FSX SDK: (A:PARTIAL PANEL ADF, Enum) (A:PARTIAL PANEL AIRSPEED, Enum) (A:PARTIAL PANEL ALTIMETER, Enum) (A:PARTIAL PANEL ATTITUDE, Enum) (A:PARTIAL PANEL COMM, Enum) (A:PARTIAL PANEL COMPASS, Enum) (A:PARTIAL PANEL ELECTRICAL, Enum) (A:PARTIAL PANEL AVIONICS, Enum) (A:PARTIAL PANEL ENGINE, Enum)...
  19. Luka

    Seeking Input for Voice System; Simplification

    You need some logic to check if the current play is finished before starting the next, and also to add the necessary delays between them. Something like this: <Update> (A:STALL WARNING,bool) (>L:alarm_01,bool) (A:GENERAL ENG RPM:1,rpm) 2700 > (>L:alarm_04,bool) 15.0 29.92 (A:ENG...
  20. Luka

    E.I. AV-17 Voice Annunciator gauge 2018-08-25

    XML Voice Annunciator based on Electronics International AV-17. Uses Doug Dawson's sound gauge. Full functional test panel included. For FS9, FSX and P3D.
Back
Top