Game Development Community

Stock TGE 1.3?

by David Wheeler · in Torque Game Engine · 12/24/2005 (8:31 pm) · 1 replies

Hi,
I own the TGE SDK, and I'm trying to update from 1.3 to 1.4 using the subversion method I have seen described on these forums. However, I need to get a stock version of 1.3 to diff against. Does GG have version 1.3 available for download on the site anymore?

Thanks,
Dave

#1
12/27/2005 (3:40 am)
I'm not sure what method you're talking about, but how I'd do it is take my existing codebase, diff against a 1.4 install, and merge over whatever I could. Then I'd compile, run, and test, to make sure all my merges were valid. I think you'll find that in most cases the changes from 1.4 will drop right in over the game-specific changes you've made, if any.