Game Development Community

web packaging files

by Martin Banks · in Torque 3D Professional · 02/12/2010 (5:13 pm) · 2 replies

I have a project completed and packaged in version 1.0.1. I've translated it over to 1.0.1 alpha. How can I reuse my packaging configuration? I need the excluded file info, etc.

#1
02/12/2010 (5:36 pm)
Some of the configuration can be saved as a config file, just click the save to file button in the web config. Unfortunately it looks like the excluded files is not part of the info that is saved. Which does beg the question of where that info is saved since that's a per project thing. I'll ask around and see what I come up with.
#2
02/12/2010 (8:15 pm)
Ok, I've found out where this lives. On the PC the actual list exists in the registry.

Go to HKEY_CURRENT_USER\Software\GarageGames\Torque Toolbox

There you'll see keys that start with DeploymentPage, there are three for each project. They are named YourProject, YourProjectFile, and YourProjectInstaller. You want the File key and in there you see the exclude and include values.

You should be able to just copy those values and replace the ones created for your ported project.

If you were looking for the answer on a Mac, I still don't know that one yet.