Jump to content
Brian Sherbino

Further changing Vehicle Skins (Interiors/Glass)

Recommended Posts

		class textureSources
		{
			class LOGISTIC
			{
				displayName="LOGISTIC";
				author="BSherb";
				textures[]=
				{
					"LogisticChinook\skins\Heli_Transport_03_VSS.paa",
					"LogisticChinook\skins\Heli_Transport2_03_VSS.paa",
					"LogisticChinook\skins\Heli_Transport3_03_VSS_Glass.paa"
				};
				factions[]=
				{
					"BLU_F"
				};
			};
		};

So, in this case, I'm trying to replace the glass with a specific texture I have devised. However, nothing changes at all. Not even a different texture that I didn't mean to change. Instead, it seems to ignore the glass and only do the regular exterior of the Huron.

 

Am I putting my textures in the wrong order, am I missing something crucial that prevents certain changes?
(If there is a specific order things need to be in where can I find said order?)

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

×