Halp?

Delpicy

Member
Recently I have just been screwing around with the prefs scripts and such, seeing what mineor little tweaks I can make. However, I have found out that notepad++ can only open the CS files, not the DSO ones. Whenever I open up the DSO files, notepad++ just fills up with little boxes saying NUL. Can someone help me out? thanks
 

Fixious

Test Lead
A DSO file is just the compiled script(.cs). The .CS files are the ones you want to edit.

Ignore DSO's like the plague.
 

Delpicy

Member
I realize that the prefs can all be messed with just the .CS files. However, I kinda wanna see if I can make a useful mod or two, and I went to see if I could look at the code of some of the 20 Rockey scripts I have to get an idea how it all worked. However, they are all DSO files

EDIT: Figured it out
 

Gheist

King of all Goblins
[...] Ignore DSO's like the plague.
It's actually a good idea to even delete them after you've changed the .cs file. The .dso will be recreated the next time you start the game. Deleting it will make sure that no "un-altered" data remains in game.
 

Arch

Legions Developer
All of Rocky's scripts should be just .cs files. The .dso files are made by the game itself.
 
Top