Game Development Community

Scripts wont execute from another HD

by Jari · in Torque Game Engine · 10/09/2007 (11:23 am) · 2 replies

Hi,
I wonder is this a bug or not but I installed a new harddrive and windows and now when I try to run my TGE (engine v1.5) from the old harddrive it wont run properly. For some reason all the other scripts fail to execute except the main.cs.
Has this happen to anyone?

#1
10/09/2007 (10:02 pm)
This is what I have in the top of the console log output:

//-------------------------- 10/10/2007 -- 08:01:26 -----
--------- Loading MODS ---------
Loading compiled script mygame/main.cs.
Loading compiled script common/main.cs.
exec: invalid script file mygame/client/defaults.cs.
exec: invalid script file mygame/server/defaults.cs.
exec: invalid script file mygame/client/prefs.cs.
exec: invalid script file mygame/server/prefs.cs.
exec: invalid script file creator/main.cs.
Error: Unable to find specified mod: creator

--------- Parsing Arguments ---------
#2
10/10/2007 (1:19 am)
Please nevermind about this,
I had improperly applied the return keyword resource. So it works now. Just be careful there and not make the same mistake. :)