Game Development Community

Missing terrain file when renaming project

by Mathieu Marquis-Bolduc · in Torque Game Engine · 10/11/2006 (5:53 pm) · 1 replies

Alright, Im positive Ive heard of this bug before, but several attempts at searching the forums returned nothing. Say I have a TGE project directory "MyOldProjectName", in which I have all torque script and mission data. I decide to rename the directory "MyNewProjectName".

When running TGE with the new project directory and loading a mission file, TGE fails at loading the terrain texture.

I get several error messages like follow:

"Missing Terrain Texture: MyNewProjectName/data/missions/MyOldProjectName/data/terrains/grassland/tex"

So, is there an easy fix, so that I can rename my project directory with each change of hearth?

Thanks!

#1
10/12/2006 (6:26 am)
Add the textures to the path that it's looking for, then repath the textures in the editor to where they're supposed to be in your new project.