Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
zelenin committed Oct 15, 2022
1 parent 958cdbc commit 049d0dc
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@ Powershell:
```powershell
.\pak-extracter.exe `
-assets "C:\Program Files (x86)\Steam\steamapps\common\New World\assets" `
-output ".\extract" `
-threads 5 `
-filter .ext1,.ext2
-output ".\extract"
```

Optional:
```powershell
-threads 3 `
-filter .ext1,.ext2 `
-decompress-azcs `
-hash ".\extract\files.sha1"
```

### Datasheet converter
Expand All @@ -26,6 +32,11 @@ Powershell:
.\datasheet-converter.exe `
-input ".\extract\sharedassets\springboardentitites\datatables" `
-output ".\extract\datasheets" `
-format csv `
-threads 5
-format csv
```

Optional:
```powershell
-threads 3 `
-localization ".\extract\localization\en-us"
```

0 comments on commit 049d0dc

Please sign in to comment.