SyNcRoNiCzZ 0 Posted July 21, 2009 (edited) So Guys, i publish my Project (M16´s whit Tiger Stripes) Final Version. :D Please read through the Readme first. Red Stripes: M16a2 Red M16a2 Grenade Launcher Red M16a4 Red M16a4 Grenade Launcher Red M16a4 Acog Red M16a4 Acog Grenade Launcher Red Blue Stripes: M16a2 Blue M16a2 Grenade Launcher Blue M16a4 Blue M16a4 Grenade Launcher Blue M16a4 Acog Blue M16a4 Acog Grenade Launcher Blue Brown Stripes: M16a2 Brown M16a2 Grenade Launcher Brown M16a4 Brown M16a4 Grenade Launcher Brown M16a4 Acog Brown M16a4 Acog Grenade Launcher Brown Changelog: - Fix: Texture Load Error. - Fix: New Tigerstripes Color "Brown". - Fix: M16a2 Added. - Fix: Display Image Added. - Fix: Muzzle Flash Problem resolved. - Fix: Eject box for cartridges of M16a2. - Fix: Digital Signature. (.bisign) - Fix: All models are Binarize. Download: Old Version Tiger Stripes Weapons New Final Version. http://depositfiles.com/files/0z1zdhyvu Edited January 3, 2012 by SyNcRoNiCzZ Share this post Link to post Share on other sites
Guest Posted July 21, 2009 Thanks for informing us about your release :cool: Release frontpaged at the Armaholic homepage. M16a4 Tiger Stripes Share this post Link to post Share on other sites
HotShot 0 Posted July 22, 2009 (edited) An interesting addon! Unfortuantly I get this error upon loading a mission (replacing ...blue.paa with ...red.paa for the Red weapon): First image removed as it contained personal data, removed as requested by the person whos data it was. It appears you forgot to set the correct path for the main texture. Edited December 11, 2012 by Foxhound Share this post Link to post Share on other sites
SyNcRoNiCzZ 0 Posted July 23, 2009 Yes, Thanks for the info HotShot. :eek: That was my mistake, I have the paths of the textures are not correctly included :mad: :mad: :mad: I work hard to Fix, release today. :D Share this post Link to post Share on other sites
SyNcRoNiCzZ 0 Posted July 23, 2009 (edited) New Version Available: Changelog: -Fix: Texture Load Error -Fix: New Tigerstripes Color "Brown" Download: http://depositfiles.com/files/0z1zdhyvu Edited January 3, 2012 by SyNcRoNiCzZ Share this post Link to post Share on other sites
HotShot 0 Posted July 23, 2009 The texture bug is fixed, however I have at random a muzzle flash bug (see below). Did not happen at first, but a second time it did. Tried in both 1.16 and 1.14 and can appear in both. I would update your original post with the newer download link too. Muzzle Flash: The 3 skins: Share this post Link to post Share on other sites
SyNcRoNiCzZ 0 Posted July 23, 2009 For me there is no muzzle flash error. I hav Version 1.14 (not Beta 1.16.) Share this post Link to post Share on other sites
HotShot 0 Posted July 23, 2009 Hmmm. Thought it may be another mod I was running which was conflicting, but I've tried with no other mods running in both 1.14 and 1.16 again and still the muzzle flash. I also get this error upon loading a mission. I can click past it and get in game though. Only appears once for each skin, then it will not appear again if you preview again with a skin you have already tried. As no one else has given feedback unsure if it is the addon or my ArmA. If the former then keep going! Almost got it perfect! Share this post Link to post Share on other sites
SyNcRoNiCzZ 0 Posted July 25, 2009 Hy The muzzle flash error goes maybe away with the "zasleh" code ??? class CfgModels{ class Default { sectionsInherit=""; sections[] = {}; skeletonName = ""; }; class nameofmodel : Default { sections[] ={"zasleh"}; }; }; Share this post Link to post Share on other sites
SyNcRoNiCzZ 0 Posted July 25, 2009 Can someone with the muzzle fire problem Help ??? ;) Share this post Link to post Share on other sites
AimPoint 0 Posted July 30, 2009 Try to use this,the best way is copy it and name the file model.cfg,than put the model.cfg file is the folder with models and binarize them. class CfgSkeletons { class Default; class Weapon: Default { isDiscrete = 0; skeletonInherit = ""; skeletonBones[]= { "magazine", "", "ammo_belt", "", "ammo_belt_bottom", "" }; }; }; class CfgModels { class Default; class Weapon: Default { sections[]= { "zasleh" }; skeletonName="Weapon"; class Animations { class magazine_hide { type="hide"; source="reloadMagazine"; selection="magazine"; minValue=0.200000; maxValue=0.250000; hideValue=0.100000; }; }; }; class M16a4_blue : Weapon{}; class M16a4_red : Weapon{}; class M16a4_brown : Weapon{}; class M16a4_gl_blue : Weapon{}; class M16a4_gl_red : Weapon{}; class M16a4_gl_brown : Weapon{}; class M16a4_acg_blue : Weapon{}; class M16a4_acg_red : Weapon{}; class M16a4_acg_brown : Weapon{}; class M16a4_acg_gl_blue : Weapon{}; class M16a4_acg_gl_red : Weapon{}; class M16a4_acg_gl_brown : Weapon{}; }; btw remove the part below from config.cpp class CfgModels { class Default{}; class Weapon: Default{}; class M16a4_blue : Weapon{}; class M16a4_red : Weapon{}; class M16a4_brown : Weapon{}; class M16a4_gl_blue : Weapon{}; class M16a4_gl_red : Weapon{}; class M16a4_gl_brown : Weapon{}; class M16a4_acg_blue : Weapon{}; class M16a4_acg_red : Weapon{}; class M16a4_acg_brown : Weapon{}; class M16a4_acg_gl_blue : Weapon{}; class M16a4_acg_gl_red : Weapon{}; class M16a4_acg_gl_brown : Weapon{}; }; class Mode_SemiAuto {}; class Mode_Burst : Mode_SemiAuto {}; class Mode_FullAuto : Mode_SemiAuto {}; Share this post Link to post Share on other sites
Stewy 1 Posted July 30, 2009 Looking good, Christian - would you please perhaps consider a "brown" version of the M16A2 and M240? (Don't paint the mags though :) ) Just an idea mate ;) Stew Share this post Link to post Share on other sites
SyNcRoNiCzZ 0 Posted July 30, 2009 @ AimPoint. Thanks for your help. ;) @ Stewy. Is a good idea, I look to do what would make. :D Share this post Link to post Share on other sites
SyNcRoNiCzZ 0 Posted July 30, 2009 (edited) News at 30.07.2009 -M16a2 has ben Added. -Muzzle fire problem is completely resolved. http://www.bilderkiste.org/show/original/9ceaccac60b856c9bbc4485041d2264f/arma_2009-07-30_16-44-09-15.jpg http://www.bilderkiste.org/show/original/1f078f017ce3ebfc0db5cebaba206355/arma_2009-07-30_16-44-25-40.jpg Edited August 14, 2009 by SyNcRoNiCzZ Share this post Link to post Share on other sites
Stewy 1 Posted July 31, 2009 Looking good mate - although my humble 2c would be to not paint the magazine. But it's your project man - looking good - espcially the brown! :) Cheers Stew Share this post Link to post Share on other sites
SyNcRoNiCzZ 0 Posted August 1, 2009 Looking good mate - although my humble 2c would be to not paint the magazine. The new Red M16a2 ;) Share this post Link to post Share on other sites
Stewy 1 Posted August 2, 2009 Looks great mate! ;) Thanks for making it! :) Stew Share this post Link to post Share on other sites
SyNcRoNiCzZ 0 Posted August 3, 2009 Final Version. ;) Please read through the Readme first. Changelog: - Fix: Texture Load Error. - Fix: New Tigerstripes Color "Brown". - Fix: M16a2 Added. - Fix: Display Image Added. - Fix: Muzzle Flash Problem resolved. - Fix: Eject box for cartridges of M16a2. - Fix: Digital Signature. (.bisign) - Fix: All models are Binarize. Download: Old Version Tiger Stripes Weapons New Final Version. http://depositfiles.com/files/0z1zdhyvu Share this post Link to post Share on other sites