[RESOLVED] Runway Distance Remaining

Discussion related to terrain/scenery design.
Locked
bcars
Posts: 19
Joined: Sat Dec 27, 2014 4:16 pm

[RESOLVED] Runway Distance Remaining

Post by bcars »

The P3dV5 SDK says Runway Distance Remaining Signs now supported.
There is nothing I can find that says how to enable/use these.
Is it just a matter of putting a Taxi Sign with Black background and White letters at the designated positions on runway edge ?
Clifton Crane
Lockheed Martin
Posts: 1207
Joined: Tue Sep 25, 2012 2:34 pm

Re: Runway Distance Remaining

Post by Clifton Crane »

Hi bcars,

You can enable the distance remaining sign format in the TaxiwaySign label. There is a new 'x' label type for distance remaining signs (see Learning Center > Scenery Overview > TaxiwaySign).

The 'x' format will give you white lettering on a black background. The taxiway sign will also be created with the proper dimensions for distance remaining signs. The signs still need to be placed individually.

You can also enable double sided taxiway signs in the label using a '?' symbol between the two sides. Here is an example that will create a distance remaining sign with a 1 on the first side and a 10 on the second:

Code: Select all

label="x1?10"
Regards,
Clifton
Clifton Crane
Prepar3D® Software Engineer Sr.
ahuimanu
Posts: 112
Joined: Mon Dec 17, 2012 5:45 am

Re: Runway Distance Remaining

Post by ahuimanu »

Clifton,

That is very useful, thank you for it. Have I missed this in the documentation? Specifically, the question-mark feature doesn't seem to appear in the section you reference.
Clifton Crane
Lockheed Martin
Posts: 1207
Joined: Tue Sep 25, 2012 2:34 pm

Re: Runway Distance Remaining

Post by Clifton Crane »

Hi ahuimanu,

Thanks for the feedback. The distance remaining sign type was documented, however the '?' used for double-sided signs was not. This will be included in the next release.

Regards,
Clifton
Clifton Crane
Prepar3D® Software Engineer Sr.
ahuimanu
Posts: 112
Joined: Mon Dec 17, 2012 5:45 am

Re: Runway Distance Remaining

Post by ahuimanu »

Awesome!
Locked