Game Development Community

TorqueX Without txscene

by Craig Baruffol · in General Discussion · 06/22/2007 (8:19 am) · 1 replies

Can anyone post some source code to replace this line

SceneLoader.Load(@"data\levels\levelData.txscene");

in Game.cs "BeginRun ()" function to not use the TXSCENE file. I.E. No TGB. (Created a starter game template project)

Thnx
Craig

#1
06/25/2007 (2:21 pm)
Why do you not want a txscene file? You don't have to use TBX (formerly TGBX, not to be confused with TGB). Take a look at how the combat example was done as it didn't use TBX at all and in fact most (if not all, it's been awhile since I looked) of the level is built in code versus using a scene file at all.