Game Development Community

TGE auto shut down after using my model.

by Joshua Cheok · in Artist Corner · 02/04/2008 (6:19 am) · 1 replies

Hi guys, im having some problems with TGE. i did place the .dts file( of the model that i create myself using milkshape ) to the player folder of TGE. It seems like there is a problem with my model because and error msg comes out one TGE is load and auto shutdown. anyone can help? thanks in advance.

About the author

Recent Threads


#1
03/07/2008 (2:06 am)
First of all, I'd check the error log to see what it says. It's actually quite tricky to create a fully working DTS for the first time. The learning curve is very steep.

If you have the source code, you can recompile the engine and run it in debug mode so that when it fails, it can show you at what point and what it is doing when it falls over.

As a guess, I'd say that you replaced the player.dts file, but the engine seems to expect rather a lot of the player.dts file by default.

As a first step, I'd recommend trying to place your shape as a static object through the world editor, rather than placing it in the player folder.

Hope I helped in some small way. :o)