Game Development Community

Cs to dso?

by CodingChris · in Torque Game Engine Advanced · 12/23/2007 (2:20 pm) · 4 replies

Hi,
just a simple question: How do I compile all my scripts with TGEA? There are just executed in my version of the SDK...

#2
12/23/2007 (11:59 pm)
Is there a way to do automaticly like in TGE?
#3
12/24/2007 (12:05 am)
You need to comment out #define TORQUE_NO_DSO_GENERATION in engine/core/torqueConfig.h.
#4
12/24/2007 (12:05 am)
Thanks