Author Topic: Wepon texture  (Read 866 times)

I have been programing for about a year and a half. I have gottin ok at moddling in my games and have used a few diffrent languges. This is the first time I used torque. I am doing fine on the scripting but i came into troble when trying to add texture moddles. My first add-on was fine, but now all my new moddles just turn out white. can somone tell me how to fix this?

Welcome to torque then ;D

Make sure that the texture is in the same folder as the model, and that its filetype is .jpg (Might be .png, not to sure)

Texture resolutions also need to be a power of 2 (64x64, 128x128, 512x512 and so on)

Texture types can only be jpg/png.

ty i had mine like 34x48 or somthing like that.
« Last Edit: May 04, 2008, 04:39:31 PM by AffGuy »