Difference between revisions of "Gameplay: Create Account"
From Imperium:Reclaimed
(→Verify Integrity) |
(→Verify Integrity) |
||
| Line 10: | Line 10: | ||
**A ''sha1sum'' appears to be a random string of letters and numbers. For example: aa40c03c43caf06168fbaa7447bd5fe7d4e276bb | **A ''sha1sum'' appears to be a random string of letters and numbers. For example: aa40c03c43caf06168fbaa7447bd5fe7d4e276bb | ||
*Using the ''sha1sum'' value, you can check for download error and verify the integrity of the program package. | *Using the ''sha1sum'' value, you can check for download error and verify the integrity of the program package. | ||
| + | *The ''sha1sum'' of the downloaded zip file can be calculated by running the sha1sum command in a terminal window (e.g., sha1sum <filename> | ||
| + | *If the sha1sum shown in the terminal window does not match the sha1sum shown on the webpage, delete the downloaded file and reacquire. | ||
== Login Screen == | == Login Screen == | ||
Revision as of 02:44, 11 February 2017
Installation
Download
- On the home page at http://www.imperiumreclaimed.com press the Play button.
- Download the latest program package
- Extract the contents of the downloaded zip file to a location of your choosing where you have read, write, and execute permissions (e.g. Desktop, Documents, etc.). Note that the Imperium Reclaimed.x86_64 file must be in the same location as the Imperium Reclaimed_Data folder.
Verify Integrity
- The sha1sum checksum will be posted at the same location where the program package zip file is located. The checksum is also available to download as a separate sha1 file.
- A sha1sum appears to be a random string of letters and numbers. For example: aa40c03c43caf06168fbaa7447bd5fe7d4e276bb
- Using the sha1sum value, you can check for download error and verify the integrity of the program package.
- The sha1sum of the downloaded zip file can be calculated by running the sha1sum command in a terminal window (e.g., sha1sum <filename>
- If the sha1sum shown in the terminal window does not match the sha1sum shown on the webpage, delete the downloaded file and reacquire.