Allangator Posted April 4, 2017 Share Posted April 4, 2017 Hi,I have the source code files for a game that i need to get back into the torque engine.It is the complete project although it can't just be placed in the my projects file as the "package" was opened up to access the files.How do i pull this back into torque ? Thanks in Advance,Allangator. Quote Link to comment Share on other sites More sharing options...
JeffR Posted April 5, 2017 Share Posted April 5, 2017 I'm having a bit of trouble understanding what you mean. Can you clarify what you mean by the 'package'? Quote Link to comment Share on other sites More sharing options...
Allangator Posted April 5, 2017 Author Share Posted April 5, 2017 Sorry for the confusion. I assumed that was the easier way to explain....lolthe older versions of the project manager/torque toolbox had a "Package project" option and just assumed that was still the way to transfer the source code.http://s1364.photobucket.com/user/Allanon-Pilgrim/media/Torque_zpsiehypd7d.png.html?sort=3&o=0But i received the full game source code, and need to get it into torque. Quote Link to comment Share on other sites More sharing options...
JeffR Posted April 6, 2017 Share Posted April 6, 2017 If you're just asking about the standard arrangement for the source code in relation to the game's files, usually you have the Engine folder, which contains the bin, lib and source folders. Source contains the actual engine source code.Then you have the My Projects folder, which contains a folder named after your project, and inside that is a game and source folder. The source folder there contains project-specific code, and a torqueConfig.h file which is used for configuration of some settings for the engine. game contains the actual game files.If you're just trying to copy everything you need so other people can use it, just zipping up the entire directory with the engine, my projects, templates and tools folders and all that stuff will let other people utilize your game + source code as needed. If you want to ONLY hand out the game, you'd just copy the game folder from inside My Projects//Does that explain it? Quote Link to comment Share on other sites More sharing options...
Allangator Posted April 6, 2017 Author Share Posted April 6, 2017 It gives me something to work with, Thank you Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.