• 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 FS9 Reflections + Transparency

Messages
86
Country
australia
Hi friends,

I'm trying to concert a working AI aircraft into a static model and retain the canopy transparency materials properties.

I have read several threads on doing this but none of them are very clear on the process from start to finish.

The model has had all of its animations removed but is otherwise exactly the same as the AI version.

I have tweaked the ASM to read as written below. Have I missed a step somewhere as when I put the ASM through BGLC-9, I create a .bgl file which when placed into FS9, gives an "out of memory error" straight after the files updating process at the starting of FS9.

1284698951.jpg


When I remove the bgl, the sim starts as normal so it must be problem with the bgl.

Can anybody shed some light on the problem.

Thanks,

Mark
 
Hi,

When you compile a ASM file for a FS2004 scenery object the result you get is a MDL file, not a BGL file. If you load the MDL as a BGL file FS2004 will crash. Try to rename your file to MDL and place it using BGLComp and a XML file.
 
Arno,

If I'm suppose to get a MDL via dragging the ASM to BGLC-9, why then is it giving me a BGL???

I tried renaming the file as suggested but nothing happens.

I don't have any problems when I use the CAT proggy and ASM with BGLC-9.

Mark
 
Arno,

I tried compiling the ASM a different way. I run it through CAT and gave it a simple turn to user command. When I pressed the button to make the MDL, it gave me a BGLC-9 error in the window.

I must have something wrong but I can't see through looking so hard at it for so long.

Mark
 
Hi,

BGLC_9 will give you a MDL file if you use the -mdl flag when compiling. The compiler does not know if the ASM files you are compiling are for a BGL or a MDL file. You will have to tell that to the compiler yourself.

Maybe you should try to compile from the command prompt, then you can see any warnings or errors in the code.

Using CAT for non animated objects is not something I would advice...
 
Arno,

That's the secret, the -mdl. The models now compiles as a .mdl file and now provides both reflection and transparency.

Thanks
 
Back
Top