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

FSXA MDL Tweaker II error

Messages
39
Country
us-california
Hi all,

I have very many .MDL files that I created with Gmax - all compile properly with BGLC and all work fine in FSXA.

I wanted to try and use MDL Tweaker II (the latest install 2.0.0.266 to remove the shadows from an object.

The program launches correctly but I get a message for all my .MDL files that "Error 100 (This not a valid RIFF scenery MDL file) in procedure mOpen_Click of Form Form 1"

The loading progress dialog says "currently loading the MDL headers - but never finishes...

Any ideas?

Geoff
 
Hi Geoff,

Are this FSX MDL files or FS2004 MDL files? FSX MDL files are not supported by MDL Tweaker. But in FSX you can disable the shadows in the XML code when you place the object.
 
Arno, they are FSX MDL files - I think I remember now that MDL Tweaker doesn't work with these XML types!

I tried placing the <NoShadow/> statement in the XML file but I can't figure where to put it, the SDK doesn't seem to show an example?
I tried many different places but it fails to compile with BGLComp.exe

My XML file looks like this:

<?xml version="1.0" encoding="ISO-8859-1"?>
<FSData version="9.0" xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="bglcomp.xsd">
<ModelData
sourceFile="FreewayBridge.MDL"/>
</FSData>

It compiles just fine normally and I place the object with "Whisplacer"

Any assistance is much appreciated!

Geoff
 
Hi,

Or in case you want to do it in the XML, the NoShadow command goes within the SceneryObject command, together with the LibraryObject command.

But doing it from WhisPlacer is easier of course :D.
 
Back
Top