📄 Add comments to documentation
This commit is contained in:
parent
d2f99c378d
commit
a09c846a81
1 changed files with 4 additions and 0 deletions
|
@ -15,9 +15,13 @@ To compile:
|
||||||
To use:
|
To use:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Download disk
|
||||||
wget http://cdn-patch.swtor.com/patch/assets_swtor_main/assets_swtor_main_-1to0/assets_swtor_main_-1to0.z08 &&
|
wget http://cdn-patch.swtor.com/patch/assets_swtor_main/assets_swtor_main_-1to0/assets_swtor_main_-1to0.z08 &&
|
||||||
|
# Extract file
|
||||||
./patch-installer --disk assets_swtor_main_-1to0.z08 --offset 267071107 --size 165738618 --keys 3393608425,2820264972,3930508185 > ../swtor_main_gfx_1.tor &&
|
./patch-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
|
||||||
|
# Delete disk
|
||||||
rm assets_swtor_main_-1to0.z08
|
rm assets_swtor_main_-1to0.z08
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue