Game Development Community

Things I need for Torque 3D

by JD Scogin · in Torque 3D Beginner · 07/24/2013 (7:28 am) · 1 replies

An easy install package for packaging the game.
An easy way to create a web package.
Or at least a documented procedure.
There are procedures, but not for the MIT version.
I know there are developers that know much more that I do.
I would like to concentrate on game creation, and not how to package.
Maybe I am missing something. If so, point me in the correct direction.
Thanks!

#1
07/24/2013 (11:20 am)
imo its worth spending the time looking into some of the installer systems and their addons for packaging and distribution, many of them track version numbers and such. Some even have patch abilities. I personally use Inno setup and patchwise, i find them relatively simple to set up and use.

The code itself documents very well the defines you need to use for distribution rather than development.