Jump to content
Sign in to follow this  
nzdfcrash

Slightly Random Proxy/Proxy Config issue.

Recommended Posts

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

Are you using the LAND_ tag for your proxy objects?

Share this post


Link to post
Share on other sites

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×