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

DrawCallMonitor

Status
Not open for further replies.
Hi Paul,

Please could you look at the default - cruise_linerA_sm.mdl
located in - \SimObjects\Boats\cruise_linerA_sm\Model

Seeing dual sets of LODs
e.g. 25,50,75,100,25,50,75,100

I've no idea if it's -
- Correct/Wrong.
- The models themselves.
- DCM decoding them.

I have seen this as well, I think it is related to animations or so, but I do not yet understand that part of the MDL file. What it means is that there are multiple LODE sections in the file with the same LOD value.
 
Hi Paul,

Please consider incorporating the following -
- Write full results to a text file, (including filename & path).
- Drawcalls for FS9 mdls.
- Drawcalls for scenery BGLs, (FSX & FS9).

This last item is where most FPS damage is being done.
That'd give us some ammunition for encouraging conversion.

Exporting to a filename is a good idea, I'll put that on my whislist.

About the FS9 MDL files, at the moment I have not yet made the reader for that for ModelConverterX, so that means I can not easily add it to DrawCallMonitor. Once I have that reader I will consider. On the other hand, in the FS9 MDL format the drawcalls are not so clearly identified, I could for example count material changes there.

What do you mean with drawcalls for BGL files? Are you talking about library BGL files with MDL files (in which case you could just count the MDL files and add them up) or do you mean some other BGL file? Also just counting the entire BGL might not be relevant, as it depends on what FS needs to draw on the screen at once for the total load.
 
Hi Folks

Arno -
Mean't to follow up earlier. :o
Reminded by a thread elsewhere.



The FSX default Aircreation trike's external model
won't load into DCM. :D

Is this related to Torgo's article - Let's blow up the exporter real good! ?
(Sidenote - Article also confirms animated parts cause seperate drawcalls.)



DCM
Can the columns be made sortable please ?
(Maintain grouping by LOD).



re: BGLs
Low priority. :D
I was specifcally thinking of a bgl
containing a single model placement.
(In the context of comparing FS9/FSX impact).



FS9 MDLs
Whenever. :D
in the FS9 MDL format the drawcalls are not so clearly identified,
I could for example count material changes there.
As the mdl still has to be processed by FS,
maybe a question to the 'other place'
may identify what to look for.



HTH
ATB
Paul
 
Last edited:
Hi Paul,

The FSX default Aircreation trike's external model won't load into DCM. :D

Will check that, I guess it is just some sort of nasty bug in my code :).

Can the columns be made sortable please ?
(Maintain grouping by LOD).

Will check that, I would say that should be possible, but I will have to see if this is easy to implement with the control used now.

FS9 MDLs
Whenever. :D

OK, they are not so easy to read as in the FSX format but I will try to come up with something. Probably counting the SET_MATERIAL commands gets close :).
 
Status
Not open for further replies.
Back
Top