Jump to content
Αplion

A-164 CAS - Retexture Template (PSD)

Recommended Posts

For anyone might need it, here you can find a retexture template for default A-164 aircraft in PSD (photoshop) format. As default A-164 textures was painted in a camo scheme, I've removed the "camo" and made the template clear and easiest for anone want to retexture the aircraft especially for monochrome painting colors.

 

arma3%202017-01-06%2019-58-07-90_zpsnfme

 

Download link: https://www.dropbox.com/s/zw1o4j4fkmr4jwb/A164_Textures_PSDs.rar?dl=0

 

Armaholic Link: http://www.armaholic.com/page.php?id=32166

  • Like 3
  • Thanks 1

Share this post


Link to post
Share on other sites

Appreciate the upload a lot! However, I'm running into a problem, I hope someone can help me with.

 

The PSD file has 2 images: plane_cas_01_ext01_coplane_cas_01_ext02_co.

ext01 is the main body / cockpit of the A-164 and ext02 is the wings and tail. I've edited both textures and have created a mission file and placed both .jpegs into it.

 

I've used this script:

 this SetObjectTexture [0,"plane_cas_01_ext01_co"] 
 this SetObjectTexture [0,"plane_cas_01_ext02_co"] 

however only one of the textures loads on the plane, looking like this:

NWvl0a4.jpgHYCORYb.png

 

I know I'm doing something wrong, and I'm wondering how I can get both body / wing textures to load on the plane at the same time?

 

Any help is appreciated, Thank You.

 

Share this post


Link to post
Share on other sites
10 hours ago, Trinket said:

Appreciate the upload a lot! However, I'm running into a problem, I hope someone can help me with.

 

The PSD file has 2 images: plane_cas_01_ext01_coplane_cas_01_ext02_co.

ext01 is the main body / cockpit of the A-164 and ext02 is the wings and tail. I've edited both textures and have created a mission file and placed both .jpegs into it.

 

I've used this script:


 this SetObjectTexture [0,"plane_cas_01_ext01_co"] 
 this SetObjectTexture [0,"plane_cas_01_ext02_co"] 

however only one of the textures loads on the plane, looking like this:

NWvl0a4.jpgHYCORYb.png

 

I know I'm doing something wrong, and I'm wondering how I can get both body / wing textures to load on the plane at the same time?

 

Any help is appreciated, Thank You.

 

 

 

Second line on your script should be "1" ... not "0". See here for details https://community.bistudio.com/wiki/setObjectTexture

 

this SetObjectTexture [0,"plane_cas_01_ext01_co"] 
this SetObjectTexture [1,"plane_cas_01_ext02_co"] 
  • Like 2

Share this post


Link to post
Share on other sites
1 hour ago, Αplion said:

 

 

Second line on your script should be "1" ... not "0". See here for details https://community.bistudio.com/wiki/setObjectTexture

 


this SetObjectTexture [0,"plane_cas_01_ext01_co"] 
this SetObjectTexture [1,"plane_cas_01_ext02_co"] 

Thank You for replying. I made a thread and someone pointed out my mistakes. I have since edited them and it works now. I apprecaite all the help everyone has given me, including yourself :) I hope to post some textures I make with the different arma 3 vehicles real soon.

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

×