sneakymcfox 10 Posted July 20, 2009 (edited) i just started working on getting my l85 into the game but i have a little problem. below is a video of it. <object width="425" height="344"><param name="movie" value="http://www.youtube.com/watch?v=0uorFol0Jjo&hl=en&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/watch?v=0uorFol0Jjo&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object> below is the config //sneakymcfox's l85a2 //model by sneakymcfox //texture by sneakymcfox //config by sneakymcfox class CfgPatches { class sa80 { weapons = {"sa80"}; requiredVersion = 1.000000; requiredAddons[]= {"CACharacters","CAWeapons","CA_Anims_Char"}; }; }; class CfgWeapons { class M16a4_acg; class sa80 : m16a4_acg { model = "\sa80\l85a2.p3d"; picture = ""; UiPicture = ""; value = 120; opticsZoomMin = 0.270000; opticsZoomMax = 0.420000; distanceZoomMin = 50; distanceZoomMax = 50; scope = 2; displayName = "sa80"; } Edited July 20, 2009 by sneakymcfox Share this post Link to post Share on other sites
wooly-back-jack 10 Posted July 20, 2009 no idea mate but it's looking good :D Share this post Link to post Share on other sites
Guest RKSL-Rock Posted July 20, 2009 (edited) You are missing some vital points in the memory lod. Have a look at the ArmA1 sample models.... http://forums.bistudio.com/showthread.php?t=61769 EDIT: Please tag your addon. It will save a few problems with clashes in future. http://www.ofpec.com/tags/index.php Edited July 20, 2009 by RKSL-Rock Share this post Link to post Share on other sites
sneakymcfox 10 Posted July 20, 2009 thanks for your help ill have a look ---------- Post added at 18:11 ---------- Previous post was at 16:12 ---------- i had a look and it didnthelp me much can you tell me exacly what i need to do by any chance? Share this post Link to post Share on other sites
Guest RKSL-Rock Posted July 20, 2009 thanks for your help ill have a look---------- Post added at 18:11 ---------- Previous post was at 16:12 ---------- i had a look and it didnthelp me much can you tell me exacly what i need to do by any chance? Without looking at the model im only guessing but: "usti hlavne" point at the muzzle. "konec hlavne" point at the breach end of the barrel. Share this post Link to post Share on other sites
sneakymcfox 10 Posted July 20, 2009 thanks RKSL-ROCK i went over that model from the bis mlods and found out i need to put the points on a memory LOD :) . thanks again Share this post Link to post Share on other sites
Guest RKSL-Rock Posted July 20, 2009 thanks RKSL-ROCK i went over that model from the bis mlods and found out i need to put the points on a memory LOD :) . thanks again You're welcome. I glad it worked. Share this post Link to post Share on other sites