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.

Thanks for the speedy response Bill - most appreciated.
Where's Arno's tool? Doesn't appear to be in the file library?![]()




I believe it's the pair on the second line under 0c - it currently reads '12'


Yep! Change the 12 to 07 and then save. That will (re)set the radius to 7m, which is just about right for the size aircraft you're working on.
In the left column, 2nd line notice that the base address for that line is:
000000010
The row across the top indicates the specific address of any "cell" on that row. The address we are wanting is 0000001C.
Add the value of the "cell" to the base address of the row to locate the contents of that specific "cell's address."
Working the other direction is just as easy. Note that the number "8" in the header row: RIFF._..MDL8MDLH
is in the 0C column, on the base row 00000000. Adding the two together tells us that the number "8" is at hex-address 0000000C (or 0x000C for the short form)...![]()

Hi Bill,
Out of curiosity, this isn't the case with all .MDL files is it?
Several aircraft I have tried don't encompass this line or does is have to be added in - adding it in seemed to make the MDL un-readable?
Regards.