If any models that do not have a config class defined, that are used as proxies inside of buildings(I.E... vending_machine.p3d), that are then defined under CfgNonAIVehicles>StaticObject will NOT be visible inside of custom placed buildings.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- General
Steps To Reproduce
define a static object like the following:
class CfgNonAIVehicles
{
class StaticObject; class Static_vending_machine: StaticObject { model = "\DZ\structures\furniture\eletrical_appliances\vending_machine\vending_machine.p3d"; };
};
Then using ANY method to spawn a "Land_Rail_Station_Small" in game.
Additional Information
Note that ALL buildings baked into the map will still function properly.. however any custom, spawned buildings will no longer display the proxy.. Geo and View Geo are still available.