Quote:
Originally Posted by Sunny2Sweet
Yes they are compressed, so you need to find your way to decompress them and re-compress them. Good luck.
If you just want to see their item IDs and so on in excels, you can message me on discord @gmwolf
|
They're not actually compressed, the bins are literally what you see in excel but written in base-16 (hexdecimal binary). All a "bin to xls" converter does is convert that base-16 into ASCII but to convert it properly it needs to know what the structure of the binary is inside it, how many bytes each cell uses - boolean, short, word, text string etc. - and how many columns there are so it can then line break to the next row.
That's what the template files are for and many bins have different templates for different versions of the game where new columns have been added to the bins to incorporate new features or functions (like sockets when crafting was first added).