Thread: New "patch"....
View Single Post
Old 06-15-2001, 12:30 PM   #16
Ambush_Bug
Forum Regular
 
Join Date: Mar 2001
Age: 47
Posts: 210
Default

.dso are what Dynamix calles 'compiled scripts'. Basically, when you run the game, T2 looks at all the scripts, compiles 'em so they run faster, and sticks 'em in .dso files.

The problem with that is that T2 doesn't check and recompile the .dso's, so if you patch or add something without deleting the .dso, T2 thinks that the content of the .dso (your old, pre-patch copy of T2) is the correct one, even though you have newer scripts.

Deleting the .dso forces the game to re-read all of the scripts and recompile 'em from scratch.
Ambush_Bug is offline   Reply With Quote