The things I am looking for are the item tooltips, dialogue, weapon/armor/etc. stats... all of that good stuff.
I scoured through all of the files and the only files that are not meshes or images are the BIN files, and they are named like they contain the strings I am looking for, and the folder is named "GameData". Here are what a few of the BIN files are named so you can see what leads me to believe these contain all of the strings/text/etc. that I am missing:
Code: Select all
- localization.bin <--- this is the big one
- items.bin <--- as well as this one
- achievements.bin
- gamedata.bin
- loot.bin
- missions.bin
So as you can see, the only data I'm missing, the text on tooltips, item stats, etc., all correlate with the names of the BIN files - not to mention they're the only files left I haven't extracted, and the tweet said "everything is in the game files" when I brought up the item information and all of that.
So the question is: how the hell do I extract a Unity BIN file?
I've tried mounting it, doing a hexdump, even went as far as to install Unity3D to see if I could make something magical work, along with a lot of other random shit that didn't work.
Any help at all would be appreciated guys! And let me know if you need a copy of one of them if you want to try to get it opened yourself!