- Messages
- 585
- Country
-
Here is a picture of my lights, I made my own custom ones in Gmax that look pretty decent, but with the SCASM code it makes theses default runway end lights. Is there a way to get rid of them but still keep the lights?
Thanks, Ryan

Code:
;---------------------------------------------------------------------------
; SCASM file generated by Airport Freeware Version 3.0 Build 192 for FS 2004
; KIWA.SCA Wednesday, April 06, 2011 - 2:38:01 PM
;---------------------------------------------------------------------------
; MagVar = -12.3
;---------------------------------------------------------------------------
Set( FSVERS 0x800 )
Set( BUF 1024 )
Set( areamx 1024 )
Set( LINBUF 2048 )
Header( 1 33.43283 33.18283 -111.78047 -111.53047 )
LatRange( 33.18283 33.43283 )
Copyright( "Ryan [Freeware Version 3.0 Build 192]" )
; FS2000 runway 12R
; [using newer SCASM Runway command for FS2K & beyond]
Area( 5 33:18.4480 -111:39.6653 30 )
Smoothing ( 1 )
Runway( 33:18.4480 -111:39.6653
Altitude 421.2
Heading 135.64
Length 10405
Width 155
Id 12R
Surface -1
Markers 0
THRESHOLD 0
Lights 6
ThrLightsN 00
ThrLightsF 00
)
Smoothing ( 0 )
EndA
Area( 5 33:18.4629 -111:39.2681 30 )
Smoothing ( 1 )
Runway( 33:18.4629 -111:39.2681
Altitude 421.2
Heading 135.65
Length 10205
Width 155
Id 12C
Surface -1
Markers 0
THRESHOLD 0
Lights 6
VasiBarsN 8
VasiSlopeN 3
VasiSpaceN 300
VasiDistN 4352
VasiSideN L95
VasiBarsF 8
VasiSlopeF 3
VasiSpaceF 300
VasiDistF 4402
VasiSideF L95
AprLN 8
StrobesN 5
ThrLightsN 04
ThrLightsF 00
)
Smoothing ( 0 )
EndA
Area( 5 33:18.5077 -111:39.0450 30 )
Smoothing ( 1 )
Runway( 33:18.5077 -111:39.0450
Altitude 421.2
Heading 135.66
Length 9305
Width 155
Id 12L
Surface -1
Markers 0
THRESHOLD 0
Lights 6
ThrLightsN 00
ThrLightsF 00
VasiBarsN 8
VasiSlopeN 3
VasiSpaceN 300
VasiDistN 3902
VasiSideN L95
VasiBarsF 8
VasiSlopeF 3
VasiSpaceF 300
VasiDistF 3902
VasiSideF L95
)
Smoothing ( 0 )
EndA
Thanks, Ryan