• 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. erasam

    How to implement a covered magneto on_off type

    Does anyone ever succed to implement a covered magneto on_off type ? I'm using this code: <UseTemplate Name="ASOBO_ELECTRICAL_Switch_Magneto_Template"> <SWITCH_TYPE>ON_OFF</SWITCH_TYPE> <MAGNETO_ID>LEFT</MAGNETO_ID>...
  2. erasam

    How to limit fuel pressure when fuel pump is on ?

    I can force the behavior with the following code but I was expecting the parameter max_pressure_auto_pump to be relevant: <Component ID="FuelPump_On"> <Update Frequency="2"> (A:ELECTRICAL MASTER BATTERY:1, Bool) (A:GENERAL ENG FUEL PUMP ON:1, bool) (A:GENERAL ENG...
  3. erasam

    How to limit fuel pressure when fuel pump is on ?

    I'm trying to limit the maximum fuel pressure value to 4 PSI when the fuel pump switch is on but even if I set the flight_model.cfg parameter max_pressure_auto_pump=4 when the switch is on the fuel pressure always goes to the maximum value set using fuel_press_max=1044 psf (7.25 psi) I’m using...
  4. erasam

    How to play a sound while an animation is running

    Unfortunately with that drag template you can stop the dragging at any position of the animation therefore you cannot just leave the sound playing
  5. erasam

    How to play a sound while an animation is running

    I'm using this standard template ASOBO_GT_Lever_DraggingWheelLeftDrag_Axis to manage the animation
  6. erasam

    How to play a sound while an animation is running

    I have defined the animation for opening a canopy (dragging an handle) and I’m trying to define a sound to be played while the animation is running but currently I’m only able to play a sound at the beginning and at the end of it using <WWISE_EVENT_1> and <WWISE_EVENT_2> tags inside the template...
  7. erasam

    [MSFS 2020] Change led color

    Did you find how ? I have the same need for an html gauge with a backlight emissive color that is rendered with the standard blueish in the SIM but I want it as yellow
  8. erasam

    Axis brake set commands problems.

    I’m also trying to set the brake left/right position but the non linear scale makes it practically impossible
  9. erasam

    Textures are wavy after building the package

    I have checked a specific uv point coordinates that is wavy after the package builder runs In the original file in blender (created natively) the coordinates are X=0.6987 and Y=0.118 (to be sure I manually forced to value to the 4th digit cleaning the remaining decimals) In the GLTF created from...
  10. erasam

    Textures are wavy after building the package

    Thanks a lot for trying Actually that's completely absurd for me: how is it possible that a "model is incapable of storing this information correctly" ? It's just a mesh as any other... Moreover when I have remeshed it using Quad Remesher a new mesh is actually created from the original one and...
  11. erasam

    Textures are wavy after building the package

    They are correct, actually the exported gltf looks fine in any 3D viewer, moreover I re-imported it and it's fine in blender as well. Just the gltf created by the package builder has that issue as shown if I re-import it in blender I can attach the blender file and the texture files for who is...
  12. erasam

    Textures are wavy after building the package

    Thanks for the reply Arno. As you can see from the blender screenshots the UV coordinates are all between 0 and 1 I really don't know how to avoid it: I tried resizing (less or more) the texture, remeshing the mesh, changing the material, shifting the UV, rebuilding the UV, applying a different...
  13. erasam

    Textures are wavy after building the package

    After I build my aircraft the fuselage texture is shown wavy, even if in Blender it is shown perfectly (as well as in ModelConvertX where no texture distortion is reported) I checked the UV coordinates of the built package (reimported in Blender) and some of them have been shifted even if to my...
  14. erasam

    Fuel pump not increasing fuel pressure

    I'm facing an issue with the fuel pressure staying at zero when the engine is not running even if the master and (electric) fuel pump are on (at a parking spot after starting a flight) BUT if I switch the engine on (the fuel pressure correcly goes up) then off the behaviour of the previous...
  15. erasam

    .PCK utility

    You can use the https://github.com/Vextil/Wwise-Unpacker tool
  16. erasam

    yoke animation lag

    Did you find a solution for it ? I'm having the same issue also using the standard ASOBO template "ASOBO_HANDLING_Yoke_Template"
  17. erasam

    SimpleTachometer html gauge

    How the SimpleTachometer html gauge found in the Generic\Monitoring directory works? I have defined in Blender a material to be used as the screen and entered the usual values in the panel.cfg and panel.xml but the tachometer doesn’t show any value
  18. erasam

    Electrical flap index circuit

    I'm trying to make the electrical flap only moving when the GEN is on but when I set the system_type_index parameter to the flaps motor circuit the flaps doesn't move anymore: just the value 0 makes it working properly: anyone knows why ?
  19. erasam

    MSFS20 How to animate a continuous flap

    Can you show me an example how to invoke it ?
  20. erasam

    MSFS20 How to animate a continuous flap

    I'm developing an aircraft having a continuous flap, that is pushing down the lever the flaps goes down until the lever is no more pushed (up to a maximum angle of X), the same (in the opposite direction) when the lever is pulled up (up to the minum angle of 0) I have not found any standard...
Back
Top