- Messages
- 470
- Country
-
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!
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!