27.05.2009, 09:53
I parse for "[buildings.", being sure it starts the line.
Then I read subsequent lines looking for lines that start with "Title" and occur prior to another "[buildings.".
Another way of saying it is: I make sure to count every "[buildings." that has a "Title" after it.
When I count those, I get 999 objects. IL2 FMB reports 889.
If I know what objects are 'used' as numbered objects, I think I can parse them out.
If I parse only on "[buildings.', I get 1147 instead of FMB's 889.
Found the problem. I needed to parse for "[buildings.House"....
Then I read subsequent lines looking for lines that start with "Title" and occur prior to another "[buildings.".
Another way of saying it is: I make sure to count every "[buildings." that has a "Title" after it.
When I count those, I get 999 objects. IL2 FMB reports 889.
If I know what objects are 'used' as numbered objects, I think I can parse them out.
If I parse only on "[buildings.', I get 1147 instead of FMB's 889.
Found the problem. I needed to parse for "[buildings.House"....