Game Development Community

Making a new project

by Bristow · in Torque Game Engine · 02/18/2006 (9:43 am) · 2 replies

First off, hello




second,I copied the starter.fps folder to make a new project were I wouldn't alter the orignal, but I have problems getting anything to work on the copy, but it WILL work on starter.fps. There are other problems like the footsteps will play in starter.fps but not in Copy of starter.fps


So my question is, shouldn't they work the same? is there anything that would be changed in the copied version that would causes problems, and if so what?

#1
02/18/2006 (10:09 am)
Only thing i can think of is the paths to files and resorces ETC...
#2
02/19/2006 (1:05 am)
The paths are all relative to the root of the game, so that shouldn't be a problem, with the notable exception of terrains (I wonder why that is btw).

The thing I know is that the terrain textures will not show up because the paths to the textures are encoded into the .ter file (if you still see the textures you still have starter.fps in your file system; rename it and see what it does with the copy).

Actually the rest should be working fine, so I would rather suspect some script errors in the log file.