Game Development Community

Trouble with starting up the game application file

by Nicole · in Torque 3D Beginner · 05/14/2014 (10:52 am) · 2 replies

Hi guys,

I'm currently struggling with opening a game file that my team leader have sent to me, here is the entire situation:

I downloaded the game file and when I try to open and run it, it goes past the splash screen and when I press play button, it loads half way and then it starts to crash.

I have looked at the console log and it states that I am missing levels/main.cs file, when I try putting the main.cs file into the levels folder, it just crashes the entire game when I try to open the application.

Is there a way to fix this situation?

Many thanks,


#1
05/14/2014 (1:39 pm)
I would have to say that there is something else that's not getting loaded that is crashing the game. The "main.cs" in the level folder is normal empty and shouldn't be causing the crash.
#2
05/15/2014 (9:16 am)
Thank you for your response, I realised that the default graphic settings was on the integrated graphics, had to change that and now it finally works