Skip to content

Commit 8380d0d

Browse files
committed
2 parents 0736a28 + bc22e55 commit 8380d0d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Barely in a working state, please cut me some slack while i clean this up
55

66
extracting files example:
77
```
8-
evrFileTools -mode extract -packageName 48037dc70b0ecab2 -dataDir ./ -outputDir ./output/
8+
evrFileTools -mode extract -packageName 48037dc70b0ecab2 -dataDir ./ready-at-dawn-echo-arena/_data/5932408047/rad15/win10 -outputDir ./output/
99
```
1010
this will extract and write out every file contained in the package to outputFolder.
1111
the names of the subfolders created in outputFolder are the filetype symbols, the files contained within are named with their respective symbols.
@@ -15,11 +15,11 @@ If the `-outputPreserveGroups` flag is provided, there will be folders created t
1515

1616
replacing files example:
1717
```
18-
echoFileTools -mode replace -outputDir ./output/ -packageName 48037dc70b0ecab2 -dataDir ./ -inputDir ./input/
18+
echoFileTools -mode replace -outputDir ./output/ -packageName 48037dc70b0ecab2 -dataDir ./ready-at-dawn-echo-arena/_data/5932408047/rad15/win10 -inputDir ./input/
1919
```
20-
Directory structure of inputDir should be `./inputFolder/0/...`, where ... is the structure of `-mode extract` *without* the `-outputPreserveGroups` flag.
20+
Directory structure of inputDir while using `-mode replace` should be `./inputFolder/0/...`, where ... is the structure of `-mode extract` *without* the `-outputPreserveGroups` flag.
2121

2222
e.g. if replacing the Echo VR logo DDS, the stucture would be as follows: `./input/0/-4707359568332879775/-3482028914369150717`
2323

2424

25-
if a file with the same filetype symbol & filename symbol exists in the manifest, it will edit the manifest & package file to match, and write out the contents of both to outputFolder.
25+
if a file with the same filetype symbol & filename symbol exists in the manifest, it will edit the manifest & package file to match, and write out the contents of both to outputDir.

0 commit comments

Comments
 (0)