.sol files

Subscribe to .sol files 4 posts

Sign in to reply


 
avatar for CantTouchThisKid CantTouchThi... 142 posts
Flag Post

Lots of people I’ve seen talking about it, and how it seems to be some saved data of games, but what is it really?

 
avatar for PlatinumIce PlatinumIce 3902 posts
Flag Post

Essentially, it’s the file the flash games save on your directory that shows how far you’ve got, by using numbers for statistics such as “highest level reached”, “highest score”, etc, and a 1 or 0 (1 being beaten 0 being not completed) for individual things like “Cave of Trial 1 completed” and such.

(Correct me if I’m wrong though.)

 
avatar for Ljrules95 Ljrules95 5456 posts
Flag Post
Originally posted by PlatinumIce:

Essentially, it’s the file the flash games save on your directory that shows how far you’ve got, by using numbers for statistics such as “highest level reached”, “highest score”, etc, and a 1 or 0 (1 being beaten 0 being not completed) for individual things like “Cave of Trial 1 completed” and such.

(Correct me if I’m wrong though.)

Technically you can’t see the statistics on it unless you use a .sol editor to decompile it.

 
avatar for Jabor Jabor 11382 posts
Flag Post

It’s not like it’s a complex file format. You can dump it in a hex editor and see what statistics there are.

Sign in to reply