Game Development Community

[BUG] scriptAndAssets directory

by Davide Archetti · in Torque 3D Professional · 05/03/2009 (6:28 am) · 4 replies

In the file mainLoop.cpp there is
Con::setVariable( "defaultGame", StringTable->insert("scriptsAndAssets") );

It should be
Con::setVariable( "defaultGame", StringTable->insert("scripts") );

the scriptsAndAssets directory doesn't exist anymore