MIT Licensed version of the Torque 3D Project Manager from GarageGames
The Torque 3D Project Manager may be used to create new projects based on existing Torque 3D templates. It is based on the open source Qt GUI framework by Digia.
Before you may compile the Project Manager you will need to build Qt 4.8.2. Please follow the directions at Installing Qt for Windows up to Step 4.
- Open a Visual Studio Command Prompt (2010).
- Go to the
Torque3D-ProjectManager/buildFiles/VisualStudiodirectory. - Type
qmakeand press return. This will create a Visual Studio project file. - Start VS2010 and load the Project Manager project.
- Build a release version. You will be asked to save the solution file before the compilation will begin. Save with the default name.
Project Manager.exewill be created inTorque3D-ProjectManager/bin/win32.
A pre-compiled version of the Project Manager along with the necessary support files may be found in the here: Downloads page of Torque 3D repo
- Remove the existing
Torque 3D Toolbox.exefile and the four Qt .dll files from your Torque 3D repo. - Copy
Project Manager.exeandprojects.xmlfrombin/win32into your Torque 3D repo. - Copy
QtCore4.dll,QtGui4.dll,QtNetwork4.dllandQtXml4.dllfrom where they were compiled (usually in the Qt'slibdirectory) into the Torque 3D repo.
- Double click
Project Manager.exeto start it up. - Click on the
New Projectbutton to create a project from an existing Torque 3D template. Click on theChoose Modulesbutton to change which modules will be included with your project. - With a project selected, click on the
Open Folderbutton to open a new window at the project's location. - With a project selected, click on the
Modulesbutton to modify which modules an existing project will compile with. - With a project selected, click on the
Regeneratebutton to regenerate the project's C++ files. This is the same as launching thegenerateProjects.batfile.
Copyright (c) 2012 GarageGames, LLC
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.