Jump to content
Sign in to follow this  
SyNcRoNiCzZ

My M16 Project

Recommended Posts

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)

Tiger_Streifen1.jpg

Tiger_Streifen2.jpg

Share this post


Link to post
Share on other sites

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.

Tigerstreifen_Red_1.jpg

Tigerstreifen_Red_2.jpg

Tigerstreifen_Red_3.jpg

Share this post


Link to post
Share on other sites

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

Ok, the red color was not the best.

-Update this Red Tiger Strips.

Unbenannt.jpg

Unbenannt2.jpg

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

Hy Guys, I need Halp with the config. :confused:

I get this error

Unbenannt_1.jpg

// 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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×