|
@@ -19,7 +19,10 @@
|
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
// IN THE SOFTWARE.
|
|
// IN THE SOFTWARE.
|
|
//-----------------------------------------------------------------------------
|
|
//-----------------------------------------------------------------------------
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+// debug amounts of log output
|
|
|
|
+setLogMode(6);
|
|
|
|
+// run game from the script files. don't compile them first
|
|
$Scripts::ignoreDSOs = true;
|
|
$Scripts::ignoreDSOs = true;
|
|
|
|
|
|
ModuleDatabase.scanModules( "modules" );
|
|
ModuleDatabase.scanModules( "modules" );
|