Page MenuHomeFeedback Tracker

Errors about A3 models and Land classes
New, WishlistPublic

Description

Using Mikero's PBOProject to process my map, there's a lot of errors in BIS Binarise packing log. I basically get two errors for every pre-binarised model I have in my map, resulting my packing log to be almost 1.5 million lines.

For every A3 vanilla model I have in my map I get these two errors:

Class Land_* exists, but there is no property class in a3\*\*.p3d

and

using non-binarized object a3\*\*.p3d

Asterisks are for any Arma3 model, as I said before.

This problem doesn't make Binarise crash, it packs fine but there's a few problems with the terrain in-game because pre-binarised models are not drawn on the in-game map (see issue #18401 http://feedback.arma3.com/view.php?id=18401 ) and Land_xx classes are not there (eg: buildings are not detected by some scripts).

Details

Legacy ID
356282885
Severity
None
Resolution
Open
Reproducibility
Always
Category
Tools
Steps To Reproduce
  • Create a terrain in Terrain Builder
  • Import libraries from P:/A3/* folders
  • Insert A3 models into your terrain
  • Export .wrp
  • Process the map folder with PBOProject
  • Check Bis Binarise log

Event Timeline

Schultzit edited Additional Information. (Show Details)
Schultzit set Category to Tools.
Schultzit set Reproducibility to Always.
Schultzit set Severity to None.
Schultzit set Resolution to Open.
Schultzit set Legacy ID to 356282885.May 7 2016, 7:18 PM
Bohemia added a subscriber: AD2001.Aug 27 2014, 3:22 PM

Problem is still there after latest tools update.

The workaround posted in issue 0018401 seems to work for this issue aswell