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

FS2004 [SCASM] light() - how to?

Messages
180
Country
belgium
Hi all

I'm trying to place some single lights over my gmax ground poly using the scasm light() command.
Unfortunately I have next to none experience with scasm and the online doc isn't really helping me out on why my single light doesn't show. neither can I finf an example file which shows the code for a single light placement...
So my question, is there any scasm guru around that could help me out on this and tell me what I am doing wrong in the code below?

Code:
Header(       1     51.32492   51.07492   2.99984   2.74984   )

LatRange(     51.07492   51.32492   )

ObjID( 1 2 3 4 )
LibObj(
    PWR   0
    SIZE  6
    SCALE 0.500
    TYPE  1024
    NAME   "Light Test"    )

Light( m 4 0.00 0.00 0.00
        20 0.00 0.00 DC 165 255 239
        0.00 0.00 0.00 )
Return
EndObj

Thx in advance
 
Hi

That's for making a complete set of runway lights at once but that is not what I am looking for. I want to place just a single light and see how that behaves in fs. And airport for windows does not cover single lights...
 
Hi

That's for making a complete set of runway lights at once but that is not what I am looking for. I want to place just a single light and see how that behaves in fs. And airport for windows does not cover single lights...
Try AFLT, I personally hardly tested it but I can say that the only light i compiled (edge runway) is buggy and only shows green. But this program doesn't make only the effect light, it also creates the structure of it (the plastic/glass part)
 
Back
Top