Skip to content

Commit 7bd9097

Browse files
authored
Update README.md
1 parent df9e6ff commit 7bd9097

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Largely based on @bloerwald's memory-mapped file reading implementations.
66
- Faster build loading time and lower memory footprint compared to other solutions.
77
- Loads both online and local World of Warcraft installations.
88
- Loading of game files by ekey, ckey, ID or by name from install/root manifest or listfile (only loaded if name not in install/root).
9-
9+
- Ability to use a folder with CDN-structured files as a data source (similar to local WoW installs).
10+
-
1011
## TODO for 1.0
1112
- Stabilize and lock-in API usage.
1213
- Support for encrypted products.
1314
- Support for specifying install tag priority (so e.g. the exe for WoW China can be extracted).
14-
- Ability to use a folder with CDN-structured files as a data source (similar to local WoW installs).
1515
- Test run on all available WoW CDN data to data starting at 6.0.
1616
- Automated tests.
1717

@@ -39,9 +39,12 @@ Options:
3939
-l, --locale <locale> Locale to use for file retrieval [default: enUS]
4040
-m, --mode <mode> Input mode: list, ekey (or ehash), ckey (or chash), id (or fdid), name (or filename)
4141
-i, --inputvalue <inputvalue> Input value for extraction
42-
-o, --output <output> Output path for extracted files, folder for list mode (defaults to 'extract' folder), output filename for other input modes (defaults
43-
to input value as filename)
44-
-d, --basedir <basedir> WoW installation folder to use as source for build info and read-only file cache (if available)
42+
-o, --output <output> Output path for extracted files, folder for list mode (defaults to 'extract'
43+
folder), output filename for other input modes (defaults to input value as filename)
44+
-d, --basedir <basedir> WoW installation folder to use as source for build info and read-only file cache (if
45+
available)
46+
-cd, --cdndir <cdndir> CDN folder to use as read-only file cache (if available)
47+
--cdns <cdns> Additional CDN hostnames to use, separated by commas (only specify hostnames)
4548
--version Show version information
4649
-?, -h, --help Show help and usage information
4750
```

0 commit comments

Comments
 (0)