Game Development Community

Tourqe Code?

by Rick Porter · in Arcane FX (Public) · 03/26/2008 (10:29 am) · 2 replies

Hello,

I was wondering of AFX for TGE comes with the modifications made to the C++ code itself?

I have lots of custom classes and realized the more amount of work I can outsource (AFX) will help me.

Thank you,
Rhy

#1
03/26/2008 (12:24 pm)
AFX comes with a merge guide that has been tested for a variety of engines and builds, It works well and the C++ is easy to split up if you only need certain aspects. Not sure what you mean by outsource, but if your looking to redo a build AFX is a good choice to do it with. It has several built in additions that makes it ideal.
#2
03/26/2008 (12:32 pm)
AFX for TGE comes with full source code, just like TGE itself. (The same is true of AFX for TGEA.)

More specifically, what you get is the complete installation of TGE 1.5.2 with AFX engine changes merged in place, plus an additional AFX project in the example folder. All mods to the engine are clearly marked with "AFX CODE BLOCK" comments and most of those changes are also described in the "AFX Merge Guide" document.