Game Development Community

Move static mesh in the file system

by Simon Sirius · in Torque 3D Beginner · 02/18/2013 (4:29 pm) · 2 replies

Hi,
I just wanted to ask how I would go about moving a static mesh in the file system to a subfolder, without it being removed from the level. Aka the mesh with material is used in the level, but I want to change the folder structure.
Thanks

#1
02/18/2013 (5:26 pm)
Update your level *.mis file manually with the new address of the file.
#2
02/19/2013 (5:41 pm)
kk that worked. thanks a lot.