That means the key is in the gamesave, or at least used to dynamically generate it.The SHA-1 is saved at 0 and covers the compressed data.
Has anyone tried decrypting it?
Has anyone tried disassembling the PC version?
That means the key is in the gamesave, or at least used to dynamically generate it.The SHA-1 is saved at 0 and covers the compressed data.
Has anyone tried decrypting it?
Has anyone tried disassembling the PC version?
Last edited by meow_mix; 09-23-2012 at 04:54 PM.
I swear people don't know how to read -_- people if you'd actually read through the thread, you'd know it's not currently working but Kill_Seth and/or Fairchild are working on it. If nothing else at least test the dang thing before saying thanks for making it work. With that said, thank you seth for making what headway you have so far, and I'll be excited to see what you come up with. Tbf though, it is quite a bit more fun to just play through it once before mods come out lol. Plus if you really want to cheat that bad you can just dupe your stuff..
Well i will be keeping my eye out for this and a editor tool
even if this only decompresses and compresses so much data, i think im going to give it a go in regards to hex editing.
will also be downloading the resigner.
here goes nothing... wish me luck.
you will get no where. I posted about this, but my message was deleted due to profanity or rules violations.
It's encrypted. Yes indeed this tool decompresses the LZO compression, but the file still is wrapped as a SHA-1 hash.
We need to decrypt it in order to hex edit --- the data is not hex-editable, whatsoever. You can't find or change a single thing and expect a valid result, it's impossible. Unless you are lucky w/ changing a single bit, lucky beyond belief. Actually no that's still not possible. lol
I was hoping to use an xbox save on PC, but am not having good results w/ that.
Which is why I am baffled by the amount of "thanks" in this thread, as this tool, though great, does not do what we all wish it to do. Perhaps soon that will change :)
Please refer to the title of the thread. This is a "Work in Progress." Me and a few other people are working on figuring out the proper compression/decompression. This tool has the decompression method for the data stored in your profile. I thought they were the same, but it turns out the save structure is different.
You seem to have a really hard time understanding what "work in progress", means. From the beginning, he posted that it may not work and that the compression was not known by him. The fact that so many people (including myself), thanked him is because we commend his efforts because at least he tried and still is trying to figure this out. All you're doing is ¤¤¤¤¤ing and whining about it. Got a problem? Do it yourself.
Last edited by MadeGuy; 09-25-2012 at 03:49 AM.
I use LZO 2.06 and have no probs De/Compress my own data. The Borderlands 2 data I can only compress the fist 10% right from the orginal data. An another prob are rebuild the header right with the LZO_Compress result.