Game Development Community

Platformer Tutorial Level Loader Problem

by Delvin Mason · in Torque Game Builder · 07/09/2006 (11:56 am) · 3 replies

I'm trying the section in the platformer tutorial PlatformerLevels section.
I keep getting this error in the console and there is no tile map loaded.

/data/levels/testlevel.cs(0): Unable to instantiate non-conobject class t2dTileMapDatablock.

#1
07/09/2006 (11:58 am)
Try to make the t2dTileMapDatablock a t2dSceneObjectDatablock without changing anything else. Just a guess.
#2
07/10/2006 (11:48 am)
Thanks that took care of the error now I just have to figure out the rest.
#3
07/10/2006 (1:14 pm)
Good luck then ;)