• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Adding Airport name to runways

Messages
65
Country
us-california
As the title says.
I have an airport I am working on, In the RW the airport has its name in white on the runway.
Could someone here explain how I, would add the name using ADEX.....
Thank you.
 
Create a 24-bit .bmp with the airport name in white on a black background. The long dimension will probably have to be 512 or 1024 if it is to look good up close. The shorter dimension can be whatever power of 2 works. Create a second .bmp (same size) of uniform color - whatever color you want the name to be. Use ADE_GP gp_Signs_White texture as a guide.

Then, with ImageTool or DXTbmp, load the first .bmp as the alpha channel and the second as the main texture. Save as DXT3 for FS9 or DXT 5 for anything else.

Save the DXT texture in ADE_GP Textures folder and the 24-bit alpha .bmp in the Textures_dpy folder. Also, add a new entry to Texture_Def.txt as detailed in the ADE_GP user manual.

Now, open your airport with ADE, create a rectangular ground poly of the necessary size and shape where you want the name displayed. ADE will take you to the ADE_GP editor. Assign your new texture to the ground poly and drag the four vertices so that they surround the name on the ADE_GP display. Click OK.

Compile your airport. You're done!

Don
 
Back
Top