Jump to content

Source code problem


Allangator

Recommended Posts

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.

Link to comment
Share on other sites

Sorry for the confusion. I assumed that was the easier way to explain....lol


the 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=0


But i received the full game source code, and need to get it into torque.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...