Jump to content
Sign in to follow this  
legio4777

Mohawk Green Retexture

Recommended Posts

Hi Guys,

I want to retexture the Mohawk CH-49. I want to retexture it in green.

Is there any way to do it by editing/scripting.

I´ve seen some addons but y prefer not tu use it. Also I´ve seen one by Damut in armaholic but is an Altis camuflage....

Does anyone know haw to retexture it in green???

BR

Share this post


Link to post
Share on other sites

I hope this works ;)

Paste this in CH-49 init:

this setObjectTexture [0,'#(rgb,8,8,4)color(0,0.3,0.1,0.3)'];

this setObjectTexture [1,'#(rgb,8,8,4)color(0,0.3,0.1,0.3)'];

this setObjectTexture [2,'#(rgb,8,8,4)color(0,0.3,0.1,0.3)'];

btw, can anyone tell he how I can do the <code> thing? :P

Share this post


Link to post
Share on other sites
I hope this works ;)

Paste this in CH-49 init:

this setObjectTexture [0,'#(rgb,8,8,4)color(0,0.3,0.1,0.3)'];

this setObjectTexture [1,'#(rgb,8,8,4)color(0,0.3,0.1,0.3)'];

this setObjectTexture [2,'#(rgb,8,8,4)color(0,0.3,0.1,0.3)'];

btw, can anyone tell he how I can do the <code> thing? :P

Which one?

To Paste PHP Code

"["php"]"YOUR CODE"["\php"]" without the "

this setObjectTexture [0,'#(rgb,8,8,4)color(0,0.3,0.1,0.3)'];  
this setObjectTexture [1,'#(rgb,8,8,4)color(0,0.3,0.1,0.3)'];  
this setObjectTexture [2,'#(rgb,8,8,4)color(0,0.3,0.1,0.3)'];

To Paste Code "["code"]"YOUR CODE"["\code"]" again without the "

this setObjectTexture [0,'#(rgb,8,8,4)color(0,0.3,0.1,0.3)'];  
this setObjectTexture [1,'#(rgb,8,8,4)color(0,0.3,0.1,0.3)'];  
this setObjectTexture [2,'#(rgb,8,8,4)color(0,0.3,0.1,0.3)'];

Share this post


Link to post
Share on other sites
I hope this works ;)

Paste this in CH-49 init:

this setObjectTexture [0,'#(rgb,8,8,4)color(0,0.3,0.1,0.3)'];

this setObjectTexture [1,'#(rgb,8,8,4)color(0,0.3,0.1,0.3)'];

this setObjectTexture [2,'#(rgb,8,8,4)color(0,0.3,0.1,0.3)'];

btw, can anyone tell he how I can do the <code> thing? :P

By the way, Chillroy, that's a god-awful colour of green.

Chillroy's Green

2014_06_26_00008.jpg

this setObjectTextureGlobal [0,'#(rgb,8,8,4)color(0,0.3,0.1,0.3)'];  
this setObjectTextureGlobal [1,'#(rgb,8,8,4)color(0,0.3,0.1,0.3)'];  
this setObjectTextureGlobal [2,'#(rgb,8,8,4)color(0,0.3,0.1,0.3)'];

My suggestion for a Military Green.

2014_06_26_00004.jpg

this setObjectTextureGlobal [0,"#(argb,8,8,3)color(0.333,0.445,0.18,0.1)"];
this setObjectTextureGlobal [1,"#(argb,8,8,3)color(0.333,0.445,0.18,0.1)"];
this setObjectTextureGlobal [2,"#(argb,8,8,3)color(0.333,0.445,0.18,0.1)"];

And a darker one I regularly use

2014_06_26_00005.jpg

this setObjectTextureGlobal[0,"#(argb,8,8,3)color(0.518,0.519,0.455,0.2)"];
this setObjectTextureGlobal [1,"#(argb,8,8,3)color(0.518,0.519,0.455,0.2)"];
this setObjectTextureGlobal [2,"#(argb,8,8,3)color(0.518,0.519,0.455,0.2)"];

IMPORTANT

REMEMBER TO USE setObjectTextureGlobal

and not setObjectTexture

Edited by Beerkan

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  

×