Thommy88 10 Posted June 12, 2010 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
Meatball0311 79 Posted June 12, 2010 (edited) 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 June 12, 2010 by Meatball0311 Share this post Link to post Share on other sites
Thommy88 10 Posted June 13, 2010 uhmmm don't know how make model.cfg :/ Share this post Link to post Share on other sites
PuFu 4600 Posted June 13, 2010 http://community.bistudio.com/wiki/Model_Config Share this post Link to post Share on other sites
Thommy88 10 Posted June 13, 2010 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