Jump to content
Sign in to follow this  
Thommy88

LOD's for weapon and pack pbo

Recommended Posts

guys in arma 2 the main lods are the same like ofp and arma, but in arma 2 we need other right??? and for the model.cfg in cfgweapon i have to write the name of my weapon right?

my question because when i create pbo:

Convert model c:\users\myuser\desktop\carcano\carcano.p3d -> C:\Users\myuser\AppData\Local\Temp\ARMAaddons\carcano\carcano.p3d
Cannot load font core\data\fonts\lucidaconsoleb8
Fonts file \core\data\fonts\lucidaConsoleB8 not found
Cannot load font core\data\fonts\lucidaconsoleb11
Fonts file \core\data\fonts\lucidaConsoleB11 not found
<model = "c:\users\myuser\desktop\carcano\carcano.p3d">
Cannot load material file ca\weapons\data\m16_metal.rvmat.
Cannot load material file ca\weapons\data\m16_metal.rvmat
No entry 'model.cfg/CfgModels/Carcano.sections'.
Size: '/' not an array
No entry 'model.cfg/CfgModels/Carcano.sectionsInherit'.
'/' is not a value
No entry 'model.cfg/CfgModels/Carcano.sections'.
Size: '/' not an array
No entry 'model.cfg/CfgModels/Carcano.sectionsInherit'.
'/' is not a value
No entry 'model.cfg/CfgModels/Carcano.sections'.
Size: '/' not an array
No entry 'model.cfg/CfgModels/Carcano.sectionsInherit'.
'/' is not a value
</model>

help me

Share this post


Link to post
Share on other sites

Ok I am a newbie at this addon making stuff, but for this one model that I am working on (ruck) this is my model.cfg. I believe I got those same errors. Hopefully this can give you a different look and you see something that helps

No entry 'model.cfg/CfgModels/Carcano.sections'.

Size: '/' not an array

No entry 'model.cfg/CfgModels/Carcano.sectionsInherit'.

'/' is not a value

No entry 'model.cfg/CfgModels/Carcano.sections'.

Size: '/' not an array

No entry 'model.cfg/CfgModels/Carcano.sectionsInherit'.

'/' is not a value

No entry 'model.cfg/CfgModels/Carcano.sections'.

Size: '/' not an array

No entry 'model.cfg/CfgModels/Carcano.sectionsInherit'.

'/' is not a value

this is my model.cfg and I dont get any errors now... of course you will have to edit it to your own model and this model is dependant on ace_ruck_sys.pbo

class CfgSkeletons

{

class Default

{

isDiscrete = 1;

skeletonInherit = "";

skeletonBones[] = {};

};

class ace_ruck_skeleton: Default

{

skeletonInherit = "Default";

skeletonBones[]={};

};

};

class CfgModels

{

class Default

{

sectionsInherit="";

sections[] = {};

skeletonName = "";

};

class RUM_PRC117: Default {

};

};

Edited by Meatball0311

Share this post


Link to post
Share on other sites

thx a lot but i don't understand why i can't see 3d in game -.- :(

i try with a good model.cfg and a config but nothing!

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  

×