• Welcome to MX Bikes Official Forum. Please login or sign up.
 
April 26, 2024, 11:48:36 AM

News:

MX Bikes beta18j available! :)


Mud layers

Started by Alex, April 23, 2017, 10:54:12 AM

Previous topic - Next topic

𝖙𝖋𝖈

Why are you using the file path mud/helmet_mud1, 2, 3?

Surely you don't have a 'mud' folder ;)

Alex

ohhh right.
so do i just get rid of the 'mud' part in the code? so would be like this

numlayers=1
layer1
{
   numframes = 3
   frame0=/helmet_mud1.tga
   frame1=/helmet_mud2.tga
   frame2=/helmet_mud3.tga
}

𝖙𝖋𝖈

It's not code, it's a file path.

A LYR or SHD file consider the folder they are in as the root. You don't need any forward slashes, the same as in your SHD.

Mud/ would suggest there's a folder called mud that has the textures in it.

Alex

ohh shit. right. it all makes sense to me now  :-[  ;D
thanks AGAIN for all your help dude, really.

𝖙𝖋𝖈