Skip to content

Commit

Permalink
Improve readme for filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaymar committed Feb 28, 2024
1 parent d72cea7 commit 69f6726
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,19 @@ hellextractor extract -o output "C:/Program Files (x86)/Steam/steamapps/common/H
```
hellextractor extract -o output -d "C:/Program Files (x86)/Steam/steamapps/common/Helldivers 2/data"
```

===== Extract only .texture files
===== Extract all files and translate names and types
```
hellextractor extract -f ".*\.texture$" -o output "C:/Program Files (x86)/Steam/steamapps/common/Helldivers 2/data"
hellextractor extract -o output -t types.txt -n files.txt -s strings.txt "C:/Program Files (x86)/Steam/steamapps/common/Helldivers 2/data"
```

===== Extract all files and translate names and types
===== Extract only .texture files
```
hellextractor extract -o output -t types.txt -n files.txt -s strings.txt "C:/Program Files (x86)/Steam/steamapps/common/Helldivers 2/data"
hellextractor extract -f ".*\.texture$" -o output -t types.txt -n files.txt -s strings.txt "C:/Program Files (x86)/Steam/steamapps/common/Helldivers 2/data"
```

===== Extract all files, translate names and types, and rename files with older names
```
hellextractor extract -o output -r -t types.txt -n files.txt -s strings.txt "C:/Program Files (x86)/Steam/steamapps/common/Helldivers 2/data"
hellextractor extract -r -o output -t types.txt -n files.txt -s strings.txt "C:/Program Files (x86)/Steam/steamapps/common/Helldivers 2/data"
```

=== Building
Expand Down

0 comments on commit 69f6726

Please sign in to comment.