Game Development Community

Game engine crashes bringing in items

by Kevin Dresher · in Torque Game Engine · 04/02/2008 (10:42 pm) · 2 replies

Im having trouble getting the content pack in the engine.

When i clip on the item to bring into the game, it crashes.

Did i do something wrong with importing them using the map2dif tool, but the engine doesnt see them. yes i restarted application before checking.

I just tried bringing a file into constructor and axport it into the game that way. The engine saw it but crashed.

I know im doing something wrong that im over looking.

#1
04/03/2008 (2:35 pm)
Make sure your textures are in the same folder as the dts/dif file. Also, check your console.log file. (it's a text file that can be opened in any text editor) It will tell you why torque crashed.
#2
04/03/2008 (2:45 pm)
Also, which engine are you trying to get the content pack into? If you are trying to use Tim Aste's content pack in TGEA, you will have to load the maps into Constructor and re-export them. I would recommend checking the Constructor forums.