Jump to content
Sign in to follow this  
Victim_913

Another Vehicle Texture issue

Recommended Posts

I saw similar topic while searching, but he got his answer so posting this on that thread, it might get overlooked. Plus it's different.

 

In my mod, all character and weapon changes worked. I used the same method for vehicles but none of them show up with my textures. However, they do have my crew and pilots. Also, I looked at them in the config viewer and they all seem correct. It points to the right skins, but they still show with bi skins. Here is an example of one....

 

 class Cobra_Ifrit_Tan: O_MRAP_02_F
 {
  author="Victim913";
  _generalMacro="Cobra_Ifrit_Tan";
  displayName="Cobra Ifrit Tan";
  scope=2;
  side=0;
  faction="Cobra";
  vehicleClass="Car";
  crew="Cobra_Rifleman";
  typicalCargo[]=
  {
   "Cobra_Rifleman"
  };
  hiddenSelections[]=
  {
   "Camo1",
   "Camo2"
  };
  hiddenSelectionsTextures[]=
  {
   "\Cobra_PMC\Data\IFRIT_Tan_body.paa",
   "\Cobra_PMC\Data\IFRIT_Tan_wheels.paa"
  };
 };

 

 

Thanks for any help.

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  

×