Jump to content
Sign in to follow this  
.kju

Editor place objects cause - config class missing

Recommended Posts

Quote[/b] ]ca\buildings\kasna.p3d: house, config class missing

ca\misc\heli_h.p3d: vehicle, config class missing

freya\p3d\hein_hangar.p3d: house, config class missing

We tried to define a config for them. Didn't help. Any ideas?

Share this post


Link to post
Share on other sites

are you sure m8? I've just added the class to configure the models, binarized and get no errors in the log file.

For example you got an object called "Q_house1.p3d" then you define it in the model.cfg (no skeleton) as default:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgModels

{

class Default;

class Q_house1: Default{};

};

then add the class both in the cfgpatches:

class CfgPatches

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">{

class Q_houses

{

units[] = {"Q_house1"};

};

};

and finally in cfgVehicles:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgVehicles

{

blablabla...

};

Share this post


Link to post
Share on other sites

DeanosBeano already told me about it. Thanks Linker Split smile_o.gif

We will try and see if it helps!

Share this post


Link to post
Share on other sites

At the first attempt to solve this problem we did not add the object to the cfg models. Maybe that was the problem.

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  

×