Jump to content
Sign in to follow this  
Guest christian

Undocumented bit in VTP files

Recommended Posts

Guest

Today I found the solution for analyzing MS files with VTP polygons like the nph****.bgl files, which contain polygons for non permanent water bodies. According to MS SDK there is a reserved bit in the VTPPolyCount record. I found that when this bit is set, the next byte that follows (usually 0x01 or 0x02) is part of the VTPPolyCount record: to the number of polygons given in bCount we must add the number contained in that byte multiplied by 128. This way it is possible to have more than 127 polygons with the same layer in the same texture in one VTPDataArea. So the VTPPolyCount macro in TDFMacros.inc should be rewritten, probably with a conditional assembler instruction, either testing for an additional parameter (contents of the additional byte) or testing the size of the Count parameter. For the time being one can add just a "db nn" instruction after the VTPPolyCount macro.-osman

Share this post


Link to post
Share on other sites

Hi osman.Perhaps this is correct then? :; --------------------------------------------------------------------------------VTPPolyCountEx Macro Ex BYTE Ex ; Ex = multiple of 128EndM; --------------------------------------------------------------------------------In this case, if the Reserved bit is flagged ( = 1 ), then add a second byte that is the whole multiple of 128.EDITED:The format could simply be the same:VTPPolyCount 20,1VTPPolyCountEx 1for a polycount of 148 ...( 1 * 128 ) + 20 = 148 Can you email me a ASM with a poly count of greater than 127? mailto:ludowr@charter.netDick

Share this post


Link to post
Share on other sites
Guest christian

just to confirm you are correct :) I found that a few months ago and have posted that here on the odd occasion. I assume the same will hold true for the other macro with the 127 limit (can't remember the name now). I never found a bgl actually using it and never tested it either but it would make sense...I have even rewritten that macro, Rhumba should have a copy, don't have my TMFmacro.inc here unforunately...I'd still like to know the unknowns in the road / stream data though :(Cheers, Christian

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...