From a09c846a815bdf788ab378fa7045d0ba5a659a36 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Sun, 7 Oct 2018 19:33:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20Add=20comments=20to=20documentat?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 238ca2c..feab2d7 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,13 @@ To compile: To use: ```bash +# Download disk 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 && +# Verify that file exists stat swtor_main_gfx_1.tor +# Delete disk rm assets_swtor_main_-1to0.z08 ```