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

Removing a shadow

Messages
537
Country
canada
Hi, there, Everyone. I'm back

I have a beautiful hill in bgl format already. Unfortunately the author made it with a rectangular base, or "skirt", and buried said base, but left the original code with shadows.

The result is that the beautiful hill casts the rectangular shadow of the "skirt" (even though the skirt is slightly under ground level, and the only way to make it look OK is to disable the shadows of all ground objects, which I don't like to do.

So, I tried the two bgl-to-sca decompilers I have to create an sca file, edited the ShadowCall out, but neither one produced an sca file that SCASM could re-compile into a bgl.

Does anyone have any other ideas about how to remove a shadow from a bgl of a single object?

Thanks

Fern
 
Hi Fern,

What kind of errors did you get when you tried to recompile? Maybe they are easy to solve.
 
Removing Shadows

Hi, Arno

In one word, the error I get is "bing".

The black window show so fast that I don't have time to read anything, I just hear the old "DOS" bell. No bgl file gets generated. I tried with both SCASM versions I have, the last one being 2.9.

Thanks

Fern
 
Could you compile from the DOS prompt? Then you will see all those nice errors and messages.
 
SCASM in DOS

Hi, Arno

The things keeps telling me that "scasm is not a recognized internal or externam command, operable programme or batch file"...

When I click and drag in Windows it works - for sca files that actually work.

Any clues?

F
 
Hi Fern,

You need to type the full path to SCASM when you try to compile of course. Else it will not find the exe. Something like this:

Code:
c:\my path\to scasm\scasm.exe myfile.sca
 
Problem Solved

Hi, Arno

Thanks... but I decided that it would be better to make my own hill, which I did, and which looks better than the one I was trying to fix.

However, I have another minor problem with ObPlacer XML, that I will ask elsewhere in the forum.

Thanks!

Fern
 
Back
Top