• 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.

Solid colour in a macro

Messages
537
Country
canada
Hi,

I am using a macro (api) of a 707 for static display. (Time to move on, I know...)

I used Mdl-to-Bgl to create the macro and it works fine... except the headlights are always on.

I can turn the nav lights off, and that part is OK, but the headlights are white day and night, so I cannot create the macro with them off.

I'll have to edit the macro, but I don't know what polygons (among the many) are the three headlights. I know they are three hexagons.

This means that my only chance is to identify the "white" colour in the macro and change it to black or dark grey, so it will be dull in the day and not show at night.

Looking for anything with the word "color" in the macro, I find many, usually something like "Surface Color", but followed by 16 bits, for example "01 0F" or "03 0F", etc.

I tried changing a few of those, but the headlights are still white.

If the colour was described by a 24 bit sequence, such as FF FF FF, I'd recognise a "light" colour (FF FF FF FF would be total white), but there is nothing like that sequence of bits in the macro.

Does anyone know how the white colour would be described in the macro for the three headlights? I mean, what sequence should I be looking for as a hint to find the three hexagons? (The three headlights are the only polygons with that white colour and would mean the same colour would be described three times, for three polygons, no?)

Thanks!

Fern
 
Headlights are off

Hi,

I just found the answer. Ther is an obscure text in the SCASM documentstion, under "Odds and Ends", that told me what to look for.

Thanks for thinking about it, though.

Fern
 
Back
Top