can anyone tell me how to find/give me the textures for the cars and robots in transformers?
all the textures i can find aren't the real textures, they are yellow and stuff like that
the only real texture i could find was bumblebee's
the original textures for the models just dont exist in any file!
ive searched all the files including the words "design" or "art"(i've found out that most of the game files are in these files) and i've also searched the robot and vehicle files(ROBO, ROBODEF, VEH, VEHDEF)...need help, and fast
cheers
yair
You are not understanding how materials are built in UE3. If you look at those colors, they represent certain material types (steel, rubber, glass, etc..) How the textures were created was with shaders and not with one diffuse texture map as you are used to.
This is typical of HI-END shading a la Mass Effect 2 which used the same technique. Why do this? You have much greater control of the final output with a shader than you do with a texture map. What you have to do is mask the colors in UDK for example and then apply the color you want to that masked area. You're not going to find the diffuse texture.
I hope that helps.
http://udn.epicgames.com/Three/MaterialsCompendium.html#ComponentMask..:: ESR911 ::..