Game Development Community

Port" my project to a differnt type? (TTB to FPS)

by Nicolai Dutka · in Torque Game Engine · 09/07/2007 (6:59 pm) · 0 replies

I started a project using a "template project" folder I created from the "tutorial.base" project folder that comes with TGE 1.5.2. Half way through, I had to recompile my engine to get some functionality I very much desired. The problem is, this new stuff was made for the "starter.FPS" project.

So now I am wondering if it is possible to convert my stuff from the TTB folder over to the FPS folder and make it work? A LOT of work has been done with GUI stuff (about 4 days, 16 hours/day). I tried just drag and dropping most of my files over and appending things like the game.cs, main.cs, playGUI.gui, and mainmenugui.gui, but now my game won't even open. I get the following error:

GuiControlProfile: unable to find specified profile (GuiDialogProfile) and GuiDefaultProfile does not exist!