Game Development Community

Error on replacing existing model with new one.....

by Roshan Kuriyan · in Torque Game Engine · 06/19/2006 (7:22 pm) · 3 replies

Hi !

I downloaded some vehicle models and tried to replace the already existing vehicle in the racing demo.
while loading TGE get crashed. i used the models from Nitro game, it is workin properly. but the downloaded model is not loaded,

But i can able to load the model as a static shape using mission editor.. what is the problem in this one..

any help.

#1
06/19/2006 (7:44 pm)
Hi,

We need more information. Mainly, what specific errors are you getting? Check the console.log file (in the main Torque directory) to try to find any error messages regarding the car before the game crashes.

That info might help you or one of the rest of us to track down the problem.

Aaron E.
#2
06/19/2006 (7:47 pm)
First guess, though -- you might have an error in your car.cs file that's kicking the script file out completely.
#3
06/19/2006 (10:03 pm)
Hi Aaron,

i didn't get any error in the console.log file, and also no error in the car.cs, because when i change the shape name to the old one , its working properly. TGE crashes when loading the wheeledvehicle datablock..

whether there will be any change in the vehicle and tire datablock for loading different vehicles models ...