diff --git a/README.md b/README.md index 3d244ae..dc35aef 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,11 @@ npm install # Download disk wget http://cdn-patch.swtor.com/patch/assets_swtor_main/assets_swtor_main_-1to0/assets_swtor_main_-1to0.z08 && # Extract file from disk -./ssn-installer --disk assets_swtor_main_-1to0.z08 --offset 267071107 --size 165738618 --keys 3393608425,2820264972,3930508185 > ../swtor_main_gfx_1.tor && +./ssn-installer --disk assets_swtor_main_-1to0.z08 --offset 267071107 --size 165738618 --keys 3393608425,2820264972,3930508185 > swtor_main_gfx_1.tor && # Verify that file exists -stat swtor_main_gfx_1.tor +stat swtor_main_gfx_1.tor && +# Verify integrity - should be 9375978a57d22188f9450d6779483da12ee3a8d645080fc0bcae5ca1e087bfb2 +sha256sum swtor_main_gfx_1.tor # Delete disk rm assets_swtor_main_-1to0.z08 ``` @@ -34,7 +36,7 @@ For a description of the command line arguments, see [this file](src/errorAndExi ## License -Copyright (C) 2018 Jedipedia.net +Copyright (C) 2018-2019 Jedipedia.net This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as