BillGuy
Premium
I’m going to suggest an alternate method for extracting the content. WARNING: This involves using the command prompt. I actually think this may be more straight forward for some people despite the additional typing at the prompt.
[1]
As already mentioned, have all four files downloaded to the same folder:
HSO_GTPCAMS.7z.001.zip
HSO_GTPCAMS.7z.002.zip
HSO_GTPCAMS.7z.003.zip
HSO_GTPCAMS.7z.004.zip
[Info]
Each of the files you downloaded contains a portion of a single large .7z archive file. Practically speaking, you need to recombine the four “portions” back into one file.
[2]
Unzip each of the four files into a single folder. This can be the same folder you used for the downloads or another one. The important point is that the unzip destination for all four zip files must be the same folder.
HSO_GTPCAMS.7z.001.zip -> unzips to HSO_GTPCAMS.7z.001
HSO_GTPCAMS.7z.002.zip -> unzips to HSO_GTPCAMS.7z.002
HSO_GTPCAMS.7z.003.zip -> unzips to HSO_GTPCAMS.7z.003
HSO_GTPCAMS.7z.004.zip -> unzips to HSO_GTPCAMS.7z.004
[3]
Open a command prompt and navigate to the destination folder you used for the unzipping in the previous step. Let’s assume that was D:\Downloads\AMSstuff . Enter a ‘dir’ command to make sure you see the four “portion files” with the numeric file name endings.
D:\Downloads\AMSstuff> dir
HSO_GTPCAMS.7z.001
HSO_GTPCAMS.7z.002
HSO_GTPCAMS.7z.003
HSO_GTPCAMS.7z.004
[4]
We will use the plain old ‘copy’ command with an uncommon option to recombine the four portion files into the single large .7z archive file. Please note where spaces are present and were they are not present.. It's important that there are no spaces between the "portion files" and the plus signs.
D:\Downloads\AMSstuff> copy /B HSO_GTPCAMS.7z.001+HSO_GTPCAMS.7z.002+HSO_GTPCAMS.7z.003+HSO_GTPCAMS.7z.004 HSO_GTPCAMS.7z
FYI: This is using the standard Windows copy command to perform what is known as a “binary append” or “binary concatenate” operation.
[5]
Enter another ‘dir’ command at the prompt and you should now see a single large 1.56 GB HSO_GTPCAMS.7z file along with your four “portion files”.
You can now use the utility of your choice to open HSO_GTPCAMS.7z and extract its contents into your AMS directory as you do with most any other mod. The four original .zip files you downloaded as well as the four “portion files” with the numeric endings are no longer needed. You can just keep the single 1.56 GB HSO_GTPCAMS.7z file if you want to hang onto the installer.
[1]
As already mentioned, have all four files downloaded to the same folder:
HSO_GTPCAMS.7z.001.zip
HSO_GTPCAMS.7z.002.zip
HSO_GTPCAMS.7z.003.zip
HSO_GTPCAMS.7z.004.zip
[Info]
Each of the files you downloaded contains a portion of a single large .7z archive file. Practically speaking, you need to recombine the four “portions” back into one file.
[2]
Unzip each of the four files into a single folder. This can be the same folder you used for the downloads or another one. The important point is that the unzip destination for all four zip files must be the same folder.
HSO_GTPCAMS.7z.001.zip -> unzips to HSO_GTPCAMS.7z.001
HSO_GTPCAMS.7z.002.zip -> unzips to HSO_GTPCAMS.7z.002
HSO_GTPCAMS.7z.003.zip -> unzips to HSO_GTPCAMS.7z.003
HSO_GTPCAMS.7z.004.zip -> unzips to HSO_GTPCAMS.7z.004
[3]
Open a command prompt and navigate to the destination folder you used for the unzipping in the previous step. Let’s assume that was D:\Downloads\AMSstuff . Enter a ‘dir’ command to make sure you see the four “portion files” with the numeric file name endings.
D:\Downloads\AMSstuff> dir
HSO_GTPCAMS.7z.001
HSO_GTPCAMS.7z.002
HSO_GTPCAMS.7z.003
HSO_GTPCAMS.7z.004
[4]
We will use the plain old ‘copy’ command with an uncommon option to recombine the four portion files into the single large .7z archive file. Please note where spaces are present and were they are not present.. It's important that there are no spaces between the "portion files" and the plus signs.
D:\Downloads\AMSstuff> copy /B HSO_GTPCAMS.7z.001+HSO_GTPCAMS.7z.002+HSO_GTPCAMS.7z.003+HSO_GTPCAMS.7z.004 HSO_GTPCAMS.7z
FYI: This is using the standard Windows copy command to perform what is known as a “binary append” or “binary concatenate” operation.
[5]
Enter another ‘dir’ command at the prompt and you should now see a single large 1.56 GB HSO_GTPCAMS.7z file along with your four “portion files”.
You can now use the utility of your choice to open HSO_GTPCAMS.7z and extract its contents into your AMS directory as you do with most any other mod. The four original .zip files you downloaded as well as the four “portion files” with the numeric endings are no longer needed. You can just keep the single 1.56 GB HSO_GTPCAMS.7z file if you want to hang onto the installer.