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

FSX PAPI on both side

Messages
470
Country
hungary
Hello guys


I try to create an invisible scasm runway for my next project. Everything is working fine except one thing. The PAPI should be on both side of the runway. I can get only on the left side. The scasm tutorial says: "1 or 2 HEX digits for selecting the type of the Visual Approach Slope indicator.
Normally only one digit for selecting the left side VASI type is used."

So I used the "VasiBarsN 88" in the code. Still not working. I checked in FS9, it is okay, both side I have PAPI, but not in FSX. Any idea?

My code:

eader( 0 48.00 47.00 20.00 19.00 )
LatRange( 47.00 48.00 )

Area( 5 47.434506342 19.276308864 12 )
LayerCall( :drawStuff 24 ) ; main call, let's draw stuff
Jump32( : ) ; finished now, get outta here

:drawStuff
Runway( 47.434506342 19.276308864
Alt 150.9 ; in meters
Heading 132.559998
Length 12900 ; in feet
Width 196.85 ; in feet
Markers 00
Lights 06
Surface 1
Threshold 0
ThrOffN 04
ThrOffF 04
ExtN 0
ExtF 0
ThrLightsN 69
AprLN 7
StrobesN 15
StrobesF 15
VasiBarsN 88
VasiSpaceN 200
VasiDistN 4990
VasiSideN 120
VasiSlopeN 3
ThrLightsF 69
AprLF 7
VasiBarsF 88
VasiSpaceF 200
VasiDistF 4990
VasiSideF 120
VasiSlopeF 3
)


Thanks for your help!
 
Top