Page MenuHomeFeedback Tracker

Walls dont have Parent
New, WishlistPublic

Description

The walls dont have any Parents after the latest update.
configfile >> "CfgVehicles" >> "Land_Mil_WallBig_4m_F" have parents

["Wall_F","Wall","NonStrategic","Building","Static","All"]

But if you do:

hint format ["%1", nearestObjects[(position this nearestobject 1769489),["Wall_F","Wall"],200]];

Then it will return [] for you and before the update it worked fine.

It could be something with the last SPOTREP #00011:
"Potential Altis performance optimization (especially when using a lot of AI units): removed class properties from models in Structures_F that don't need it"

Details

Legacy ID
3534516453
Severity
None
Resolution
Open
Reproducibility
Always
Category
Config
Steps To Reproduce

Place a Gamelogic on the map and put in this code:

hint format ["%1", nearestObjects[(position this nearestobject 1769489),["Wall_F","Wall"],200]];

Its for the walls at the Altis Research HQ at 209192.

Then preview mission.

Additional Information

Please fix this or give me a solution how to remove all walls or take down all walls around that compound.

Pics of the code and the result

http://steamcommunity.com/sharedfiles/filedetails/?id=181700476
http://steamcommunity.com/sharedfiles/filedetails/?id=181700835

Event Timeline

Bohemia edited Steps To Reproduce. (Show Details)Sep 27 2013, 6:45 PM
Bohemia edited Additional Information. (Show Details)
Bohemia set Category to Config.
Bohemia set Reproducibility to Always.
Bohemia set Severity to None.
Bohemia set Resolution to Open.
Bohemia set Legacy ID to 3534516453.May 7 2016, 4:57 PM

They apparently do not only have no parent but no class themselves at all anymore, making them pretty unusable for any kind of scripting as far as I can see.
Related: http://feedback.arma3.com/view.php?id=15130