Game Development Community

Dso files are not being created, but execute

by Kevin La Barre · in Torque Game Engine Advanced · 08/16/2006 (7:03 pm) · 2 replies

I'm posting this here because I believe it may apply to non-subscribers too.

I can run the demo as well as starter.fps (after modifications); however, no .dso files are being created. Was something added to toggle whether the .cs files would be compiled or something? Again, everything seems to run fine, just no .dso files. The console.log doesn't show anything obvious. This is the latest TSE as of early this week. I'm confused.

#1
08/16/2006 (9:14 pm)
Check your client\prefs.cs file.

Make sure:
$Pref::ignoreDSOs
Is equal to 0
#2
08/16/2006 (11:38 pm)
Oh, nevermind. Somehow I missed the post about this in the private forums. For those who have access: http://www.garagegames.com/mg/forums/result.thread.php?qt=47607

Apparently DSO creation is turned off by default now. All's well in the world again.