|
Post by crafterwithamind on Mar 11, 2013 21:12:41 GMT -5
I have completed the download of the world. I am not sure how to open a file such as this, though.
|
|
|
Post by Admin on Mar 11, 2013 22:44:37 GMT -5
if you're on windows, use 7-zip. Using 7zip, First unzip the "gz" part, this will leave you file named world.tar Using 7zip, untar the file, this will leave you with all of the world, and all of it's sub directories and files. www.7-zip.org/
|
|
|
Post by Admin on Mar 12, 2013 8:34:58 GMT -5
If you're on Apple/OSX, just open a terminal window, and issue the following command:
tar -zxvf world.tar.gz
It will do both steps in one swoop (unzip, and untar).
|
|