Author Topic: Possible to open .DSO files?  (Read 916 times)




Yes, it's possible.
then how because afaik you cant open one or its extremely hard to

then how because afaik you cant open one or its extremely hard to
You need to have the program to open them, or write your own.

DSO can be opened, and some people have succeeded at creating the tools needed to read them. Actually doing so is against the Blockland TOS and I don't think anyone would doubt that your key would be revoked if Badspot caught wind of you reading the compiled scripts.

Just out of curiosity since I'm not on my computer atm, what .DSO files are on Blockland?

DSO files are the compiled Blockland scripts. A large portion of the game's code is written in torquescript, and that torquescript is encrypted in the form of the DSO files, which is important for two reasons.

1: The compiled DSO scripts have higher level access to certain classes than non-compiled scripts (.cs files).

2: The encryption deters modification of certain game features, like the authentication system. As I mentioned above, some people have figured out how to read and produce Blockland DSO files.

Ah, thanks. So basically the hard-code of the game, then.