HQX file in winderz, damnit game
Armo
Mr. Nice Guy Is Dead,Only Aqua Remains Member
ok so im downloading an update for heroes of might and magic 3 complete edition, because it likes to just quit to the desktop for no reason, i download the file and its got an HQX extension, and im thinking what the hell is this? and it turns out its a mac equivalent of a zip file, is there a way i can extract this into windows or will it being a mac file not even work if i do get the patch opened?
0
Comments
-drasnor
A BRIEF mac lesson:
The mac file system is called the HFS+ - Hierarchical File System Plus.
The filesystem has two "forks" - a data fork and a resource fork. The data fork is what you and I see when you use a mac - the files, folders, etc. The resource fork is sort of like a registry for macs. It holds information about the icon, the program's associations, metadata, etc. That's why mac's just "know" what a file is - a photoshop file or whatever, no need for a file extension like .PSD.
The HFS is actually a really sweet idea, but as usual has been poorly, poorly executed in application.
So, when you transfer files over the internet, which is primarily made up of unix machines, there is no mechanism for transporting the resource fork. Therefore, a method to "crunch" the forks together and create an encoded file was created. It's called BinHex - the HQX file that you have. It doesn't compress, but when a BinHex file is "decoded", it is able to build the resource fork out of the data. Therefore, mac files transported over the internet are HQX encoded to save resource information and metadata.
//end mac lesson for the day.