I have two problems. One is that the invisible runway is conflicting with the gmax ground and making it disappear bit by bit as the user aircraft approaches the ground. I have gmax ground until up to layer 36 I think.
The other problem is that the invisibule runway isn't invisible, it's actually drawing itself. Don't know how much of a problem that is if I solve the flickering, but who knows.
Here the code for the runway. I created two runways because I needed PAPIs on both sides.
Thanks ahead for the patience.
The other problem is that the invisibule runway isn't invisible, it's actually drawing itself. Don't know how much of a problem that is if I solve the flickering, but who knows.
Here the code for the runway. I created two runways because I needed PAPIs on both sides.
Code:
;---------------------------------------------------------------------------
; SCASM file generated by Airport Version 2.6 Build 122 for FS 2000
; PAPI.sca sexta-feira, 20 de Agosto de 2010 - 21:55:15
;---------------------------------------------------------------------------
; MagVar = 8
;---------------------------------------------------------------------------
Header( 1 0.50316 0.25316 6.83828 6.58828 )
LatRange( 0.25316 0.50316 )
set( areamx 64 )
Copyright( "0 [Version 2.6 Build 122]" )
Menu( New scenery )
MenuEntry( 00:22.6893 006:42.797 10.0584 0 0 0 0 0 0 Scenery_center )
; FS2000 runway 11
; [using newer SCASM Runway command for FS2K & beyond]
Area( 5 00:22.69999 006:42.75237 30 )
LayerCall( :rwy 40 )
Jump( : )
:rwy
Smoothing ( 1 )
Runway( 00:22.69999 006:42.75237
Altitude 10.0584
Heading 103
Length 7356
Width 148
Id 11
Surface -1
Markers 0
THRESHOLD 0
Lights 2
VasiBarsN 8
VasiSlopeN 3
VasiSpaceN 448
VasiDistN 2440
VasiSideN L89
ThrLightsF 04
VasiBarsF 8
VasiSlopeF 3
VasiSpaceF 448
VasiDistF 2219
VasiSideF L89
AprLN 4
ThrOffN 203
ThrOffF 203
)
Smoothing ( 0 )
Return
EndA
; FS2000 runway 11C
; [using newer SCASM Runway command for FS2K & beyond]
Area( 5 00:22.70015 006:42.75237 30 )
LayerCall( :rwy 40 )
Jump( : )
:rwy
Smoothing ( 1 )
Runway( 00:22.70015 006:42.75237
Altitude 10.0584
Heading 103
Length 7356
Width 148
Id 11C
Surface -1
Markers 0
THRESHOLD 0
Lights 0
VasiBarsN 8
VasiSlopeN 3
VasiSpaceN 448
VasiDistN 2440
VasiSideN R89
VasiBarsF 8
VasiSlopeF 3
VasiSpaceF 448
VasiDistF 2219
VasiSideF R89
ThrOffN 203
ThrOffF 203
)
Smoothing ( 0 )
Return
EndA
Thanks ahead for the patience.