_SCAR 139 Posted October 30, 2017 All, I'm trying to insert an A3 house as proxy inside of a model. So, I've created a mymodel_with_a3_house_as_proxy.p3d in object builder, which is an empty object that only has the proxy to an A3 house inserted into it. When I start buldozer from OB, I can see the model. Now, in my config.cpp file I have something like: class CfgVehicles { class Land_mymodel_with_a3_house_as_proxy: Land_i_house_shop_v2_01 { scope = 2; scopeCurator = 2; displayName = "My test house"; model = "\My_Mod\mymodel_with_a3_house_as_proxy.p3d"; }; }; I can see the entry in eden, however if I place the model down everything is empty and the house proxy doesn't show up. Any ideas? Thanks, _SCAR. Share this post Link to post Share on other sites