Game Development Community

Need help - DSO Issue

by Thomas Pereira · in Torque Game Builder · 01/28/2007 (1:40 pm) · 3 replies

Alright, I have NO idea how, but all my .cs files were changed into .dso and I can't change them back. I'd like some insight on the issue. Thanks.

#1
01/29/2007 (10:41 am)
.cs files are compiled when they're first run, and those compiled versions are stored with a .dso suffix. The originals are still wherever they were before; torque wouldn't have deleted them.

Gary (-;
#2
01/29/2007 (2:50 pm)
Additionally, if you package your game with the built in utility it will have .dso files in the packaged dir but no .cs files. There is no known way to convert from .dso back to .cs though. If your .cs files are gone from your development directory then you have probably done something wrong in your development process.

#3
01/31/2007 (6:29 pm)
Oh well. A good thing I have a good memory, it should take 1/4th the time to remake the code. Thanks anyway.