Game Development Community

Change the texture on

by CodingChris · in Torque Game Engine · 12/29/2006 (8:41 am) · 4 replies

Hi,
is it possible to change the texture of a shape from script?

#2
12/29/2006 (9:22 am)
Thanks, I will do the thing with the hexeditor.
#3
12/29/2006 (11:47 am)
If you don't have access to the shape file you want to export and use, then you have to use a hex editor to change the texture file its linking to, otherwise I'd just re-export it using the base.objectname.png naming so you can change skins easily
#4
12/31/2006 (3:29 pm)
I'll do so, thanks.