Problem Runway 17 in Edwards how get it ?

goForTLI

Donator
Donator
Joined
Aug 25, 2017
Messages
44
Reaction score
16
Points
23
Location
MG-Alvinopolis
:)I am using orbiter 2010 and also LC 39 EAFB 2006 Hi Res and I can not get the marks of clues 17 and 35 I would like an explanation because in Doc informs that the marks of clues 17 and 35 but when I install the addon I do not have the clue.:tiphat:

lQxTV.jpg


I have all the requirements installed but lane 17 insists on being hidden. watch a video of orbiter 2010 on the sts 3 landing and lane 17 was there but I can not get it on my.

Thanks for the help and thank you.:thumbup:
 

JMW

Aspiring Addon Developer
Joined
Aug 5, 2008
Messages
611
Reaction score
52
Points
43
Location
Happy Wherever
These are the only two I've ever seen in Orbiter..... neither are 17/35

Are you thinking of listed
"There are 13 other official runways on the Rogers lakebed:

17/35 is 39,097 ft × 900 ft (11,917 m × 274 m) Imagery from the 1990s shows an additional approximately 7,500 ft (2,300 m) extending to the north from 17L/35R, including a visual cue and centerline markings that extend about 15,000 ft (4,600 m) down the currently declared portion of the runway."
 
Last edited:

AssemblyLanguage

Donator
Donator
Joined
Jun 10, 2012
Messages
112
Reaction score
1
Points
0
Orbiter 2016 has images of the Edwards dry lake runways. For fun, I added fictitious lights and ILSs for 05/23, 15/33, and 17/35. Add this code to the Config/Earth/Base/Edwards.cfg file.

Code:
RUNWAY
	END1 -2340 0 550
	END2 -5840 0 7820
        ILS1 110.6  ; DL 05(06)
	ILS2 110.7  ; DL 23(24)
;	WIDTH 60
;	NRWSEG 9
;	RWSEG1 1 	0.018 	0.25 	0.5 	1 	0.875
;	RWSEG2 1 	0.088 	0 	0.25 	0.5 	0
;	RWSEG3 1 	0.018 	0.25 	0.5 	0.75 	0.625
;	RWSEG4 1 	0.088 	0 	0.25 	0.5 	0
;	RWSEG5 5 	0.576 	0 	0.25 	1 	0.5
;	RWSEG6 1 	0.088 	0 	0.25 	0.5 	0
;	RWSEG7 1 	0.02 	0.25 	0.5 	0.625 	0.75
;	RWSEG8 1 	0.088 	0 	0.25 	0 	0.5
;	RWSEG9 1 	0.02 	0.25 	0.5 	0.875 	1
;	RWTEX Runway2
END
RUNWAYLIGHTS
	END1 -2340 16 550
	END2 -5840 0 7820
	WIDTH 91
	COUNT1 40
	PAPI 20.0 3.0 -2000
	VASI 1.5 152 671
END
RUNWAY
	END1 2473 0 3648
	END2 -6285 0 1723
        ILS1 110.2  ; DL 33 (35)
	ILS2 110.3  ; DL 15 (17)
;	WIDTH 91
;	NRWSEG 9
;	RWSEG1 1 	0.018 	0.25 	0.5 	1 	0.875
;	RWSEG2 1 	0.088 	0 	0.25 	0.5 	0
;	RWSEG3 1 	0.018 	0.25 	0.5 	0.75 	0.625
;	RWSEG4 1 	0.088 	0 	0.25 	0.5 	0
;	RWSEG5 5 	0.576 	0 	0.25 	1 	0.5
;	RWSEG6 1 	0.088 	0 	0.25 	0.5 	0
;	RWSEG7 1 	0.02 	0.25 	0.5 	0.625 	0.75
;	RWSEG8 1 	0.088 	0 	0.25 	0 	0.5
;	RWSEG9 1 	0.02 	0.25 	0.5 	0.875 	1
;	RWTEX Runway2
END
RUNWAYLIGHTS
	END1 2473 0 3650
	END2 -6285 0 1723
	WIDTH 91
	COUNT1 40
	PAPI 20.0 3.0 -2000
	VASI 1.5 152 671
END
RUNWAY
	END1 10530 0 2630
	END2 -1215 0 4745
        ILS1 111.1 ; DL 35 (01)
	ILS2 111.2 ; DL 17 (19)
;	WIDTH 274
;	NRWSEG 9
;	RWSEG1 1 	0.018 	0.25 	0.5 	1 	0.875
;	RWSEG2 1 	0.088 	0 	0.25 	0.5 	0
;	RWSEG3 1 	0.018 	0.25 	0.5 	0.75 	0.625
;	RWSEG4 1 	0.088 	0 	0.25 	0.5 	0
;	RWSEG5 5 	0.576 	0 	0.25 	1 	0.5
;	RWSEG6 1 	0.088 	0 	0.25 	0.5 	0
;	RWSEG7 1 	0.02 	0.25 	0.5 	0.625 	0.75
;	RWSEG8 1 	0.088 	0 	0.25 	0 	0.5
;	RWSEG9 1 	0.02 	0.25 	0.5 	0.875 	1
;	RWTEX Runway2
END
RUNWAYLIGHTS
	END1 10530 0 2630
	END2 -1215 0 4800
	WIDTH 274
	COUNT1 40
	PAPI 20.0 3.0 -2000
	VASI 1.5 152 671
END
 
Top