Game Development Community

Scene loader problem

by Mark Hanham · in Torque X Platformer Kit · 08/19/2007 (4:52 pm) · 1 replies

This is what the tutorial says to do but i get errors all the time cant find my file
i put it in exactly were they want me 2 but same prob.please help .

open your game.cs in Visual C# and find this line in the BeginRun method:
SceneLoader.Load(@"data\levels\level_01.txscene");
Change this to point to your new level instead of Level 01:
SceneLoader.Load(@"data\levels\my_level_1.txscene");
error ......

#1
08/20/2007 (2:34 pm)
I don't think anyone could possibly help without more information.

For example:
What does the error say?
Is it an assert or an actual error?