SyNcRoNiCzZ 0 Posted July 18, 2009 Hy Guys I want you now my first Project for ArmA Introducing, M16 with blue and red Tiger Stripes. And maybe Digital still. Let's see. :) I work on other weapons, for the Tiger Stripes. (M4, AK74, M107) Share this post Link to post Share on other sites
SyNcRoNiCzZ 0 Posted July 18, 2009 Small Update. :) -The Red Tiger stripes are finished. -The Muzzle has normal Texture. -And a few little things. I hope you like the textures ;). I'm open to any suggestion for improvement. Share this post Link to post Share on other sites
Col. Faulkner 0 Posted July 18, 2009 Ye gods, who would ever do that to a rifle!? :eek: I'm looking forward more to the digital scheme you mentioned. Will it be temperate digital? snow? desert? urban? Share this post Link to post Share on other sites
SyNcRoNiCzZ 0 Posted July 19, 2009 Ok, the red color was not the best. -Update this Red Tiger Strips. I still need help with the Weapon Config, since I do not know how this is Written ??? :confused: :confused: :confused: Share this post Link to post Share on other sites
SyNcRoNiCzZ 0 Posted July 20, 2009 Hy Guys, I need Halp with the config. :confused: I get this error // Christian.1987 Weapon Pack 1.0// Textures by Christian.1987 // Config by Christian.1987 // Hex Editing Christian.1987 class CfgPatches { class C1987_Weapons { weapons[]= { "C1987_M16a4_red", "C1987_M16a4_gl_red", "C1987_M16a4_acg_red", "C1987_M16a4_acg_gl_red", "C1987_M16a4_blue", "C1987_M16a4_gl_blue" "C1987_M16a4_acg_blue" "C1987_M16a4_acg_gl_blue" }; requiredVersion = 1.000000; requiredAddons[]= {"CACharacters","CAWeapons","CA_Anims_Char"}; }; }; class CfgWeapons { /*extern*/ class M16a4_red; /*extern*/ class M16a4_gl_red; /*extern*/ class M16a4_acg_red; /*extern*/ class M16a4_acg_gl_red; /*extern*/ class M16aa_blue; /*extern*/ class M16a4_gl_blue; /*extern*/ class M16a4_acg_blue; /*extern*/ class M16a4_acg__gl_blue; class C1987_M16a4_red : M16a4_red { displayName = "M16a4 Rot Tiger"; model = "\C1987_Weapons\m16a4_red.p3d"; }; class C1987_M16a4_gl_red : M16a4_gl_red { displayName = "M16a4/M203 Rot Tiger"; model = "\C1987_Weapons\m16a4_gl_Red.p3d"; }; class C1987_M16a4_acg_red : M16a4_acg_red { displayName = "M16a4 Acog Rot Tiger"; model = "\C1987_Weapons\m16a4_acg_Red.p3d"; }; class C1987_M16a4_acg_gl_red : M16a4_acg_gl_red { displayName = "M16a4/M203 Acog Rot Tiger"; model = "\C1987_Weapons\m16a4_acg_gl_red.p3d"; }; class C1987_16a4_blue : M16a4_blue { displayName = "M16a4 Blau Tiger"; model = "\C1987_Weapons\m16a4_blue.p3d"; }; class C1987_M16a4_gl_blue : M16a4_gl_blue { displayName = "M16a4/M203 Blau Tiger"; model = "\C1987_Weapons\m16a4_gl_blue.p3d"; }; class C1987_M16a4_acg_blue : M16a4_acg_blue { displayName = "M16a4 Acog Blau Tiger"; model = "\C1987_Weapons\m16a4_acg_blue.p3d"; }; class C1987_M16a4_acg_gl_blue : M16a4/M203_acg_blue { displayName = "M16a4/M203 Acog Blau Tiger"; model = "\C1987_Weapons\m16a4_acg_gl_blue.p3d"; }; }; Share this post Link to post Share on other sites
modemmaik 53 Posted July 20, 2009 Simply some missing ",": class C1987_Weapons{ weapons[]= { "C1987_M16a4_red", "C1987_M16a4_gl_red", "C1987_M16a4_acg_red", "C1987_M16a4_acg_gl_red", "C1987_M16a4_blue", "C1987_M16a4_gl_blue", "C1987_M16a4_acg_blue", "C1987_M16a4_acg_gl_blue" }; Share this post Link to post Share on other sites
JackandBlood 10 Posted August 2, 2009 Fun, nice. Its like the M-16 for the crazy night out Share this post Link to post Share on other sites