Game Development Community

Quitgui.gui and ammo.dts bounds box and other missing files?

by Chris · in Torque Game Engine · 07/18/2004 (7:06 pm) · 1 replies

I'm working on cleaning up some errors in the scripts that are compiled at runtime and I'm getting the following errors.

- Missing file: shades.game/client/ui/QuitGui.gui!

- Error: shape shades.game/data/shapes/crossbow/ammo.dts-collision detail 0 (Collision-3) bounds box invalid!

- Missing file: common/defaults.cs!

I can't seem to find documentation anywhere on what the QuitGui.gui is. Not sure about the other errors, any suggestions?

#1
03/13/2007 (2:34 am)
I think it comes from the demo where it goes to a quit screen and gives you the option to buy.. Probably a hasty deletion without going ina nd deleting the call to the original quit.gui screen..
the ammo.dts has been like that for years.. just replace it with a dummy dts or remove it yourself by deleting the crossbow.cs... I have most of the console spam removed just takes some digging.. :)