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

binary comparison

Messages
17
Country
belgium
Hi Arno,

for the new Brussels scenery I would need binary comparison in mdl tweaker.
would it be possible to add this ?
Now you can only do comparisons equal, less, greater than....

I don't have a clue how you are doing the code insert - probably hex so that should not be a big problem...

bedankt voor de hulp!
Filip
www.bsprojects.be
 
Hi Filip,

Do you mean binary comparison like the IFMSK / IfVarAnd command? With the new MDL Tweaker I am working on, it should be possible to add that as well.
 
sorry not sure what you mean with IFMSK / IfVarAnd - I'm not familiar with scenery ASM programming..

let me give an example:

memory address 0xabc has a value of 0x05
and in MDL tweaker I would like to check if bit 1 is 0 or 1 of memory address 0xabc

0x05 = 00000101 --> bit 1 = 1

so bitwise comparison...

which is not possible with the current list of tests in MDL Tweaker

Filip
 
Hi Filip,

Yes, that is indeed what the IFMSK command does. It should be possible to add that in the new MDL Tweaker.

I thought you already knew how to do this, and that you therefore asked to add it to MDL Tweaker as well. But it seems you did not check yet if there is a command to do this :).
 
hehe... well I'm more a C++ programmer than scenery/ASM ...
great !
looking forward to that functionality - it will save a lot of work...

Filip

ps.. ben je in november in Lelystad (fsweekend) ?
 
Back
Top