• 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'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...
  3. 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...
  4. 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...
  5. 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...
  6. 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
  7. 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 ?
  8. 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...
  9. erasam

    MSFS2020 - Why toe brakes are always available ?

    I simply don't want to have toe brakes available for my aircraft but I don't see any way to achieve it The SIMVAR TOE BRAKES AVAILBLE is always true regardless of brake settings Moreover if I apply the left toe brake (on my steering pedal) the brake effect reaches 100% on both wheels (with the...
  10. erasam

    Tecnam P92 Echo for MSFS (I need your contribution)

    I have started to work in the development of the very common in Italy Tecnam P92 Echo for MSFS I have found a very good 3D model of that airplane that I purchased and started to adapt to MSFS (using blender) I'm now at the point of developing the guages and animations and I'm starting to face...
  11. erasam

    How to increase RPM

    I’m new in MSFS flight dynamics and I fighting with it in order to mimic the RPM of the aircraft I’m designing I would like to have a maximum RPM of 5800 but regardless of the settings I changed the RPM stays as the value of the template I used to start with Any clue ?
  12. erasam

    Why my animation doesn't work ?

    Regardless of the approach I followed I cannot make my fuel pump switch animation works I have tried defining the following script in my interior.xml: <UseTemplate Name="ASOBO_FUEL_Switch_Pump_Template"> <ID>1</ID>...
  13. erasam

    How to add a standard cockpit to a custom plane in MSFS ?

    I have created a custom airplane for MSFS following available tutorial (with animated surfaces) but now I'm facing with the problem of adding a cockpit to it As a starting point I would like to use a similar one as the Cessna 152 but I can't find a suitable tutorial on how-to do it Any...
  14. erasam

    How to avoid AI aircraft spawn in a specific ramp

    I'm trying to avoid to have AI aircraft spawn in a specific ramp I didn't find any option for that, the only workaround I found is to have a ramp radius extremely small (i.e. 1 meter) in order for the SIM not to consider it available for AI aircraft (unless they are really small) Any clue on...
Back
Top