nzdfcrash 33 Posted March 13, 2012 Hi I am getting this report in the RPT on a c27 that i'm working on and cant seem to shake it off. If I add a proxy config class to all the proxies below they disappear so am wondering what I should do to fix or bypass this issue? anzac_fixed_wing_medium_lift_au\anzac_fixed_wing_medium_lift_au_c27j_proxy.p3d: vehicle, config class missing anzac_fixed_wing_medium_lift_au\anzac_fixed_wing_medium_lift_au_c27j_proxy_2.p3d: vehicle, config class missing anzac_fixed_wing_medium_lift_au\anzac_fixed_wing_medium_lift_au_c27j_wreck.p3d: vehicle, config class missing Any possible feedback would be greatly appreciated. Share this post Link to post Share on other sites
[aps]gnat 28 Posted March 13, 2012 file name too long? Share this post Link to post Share on other sites
mondkalb 1087 Posted March 13, 2012 Are you using the LAND_ tag for your proxy objects? Share this post Link to post Share on other sites
nzdfcrash 33 Posted March 14, 2012 What do you mean Mondkalb? Share this post Link to post Share on other sites
Sealife 22 Posted March 14, 2012 cant work out if your saying you tried a config class in model geo lod or .CPP try adding this to the bottom of your cfg.cpp ( outside cfgvehicles IIRC) class CfgNonAIVehicles { class ProxyMYWreck { autocenter = 0; scope = 0; animated = 0; model = ""; ///// path to yourmodel here simulation = "alwaysshow"; }; }; in additon i seem to remember that any more than 4)underscores _ in a tag threw an error so could be your naming convention i dont know what your other models neeed to do but if it works just look in the all inone for a Best choice inherit) Share this post Link to post Share on other sites
nzdfcrash 33 Posted March 28, 2012 Problem solved thanks for the solution Thromp, I applied your example and reduced the length of the name of the p3ds. Share this post Link to post Share on other sites
rksl-rock 1301 Posted March 28, 2012 The easiest option is just to remove the class = vehicle named property in all the model's LoDs. Share this post Link to post Share on other sites