We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9933f8 commit 211f179Copy full SHA for 211f179
1 file changed
README.md
@@ -23,12 +23,24 @@ nr x record -s squareEnix C:\\path\\to\\game
23
# Update game to latest version
24
nr x update -s squareEnix
25
26
+# Sync versions between storages
27
+nr x storage sync -a
28
+
29
+# List all available versions across all storages
30
+nr x storage versions -a
31
32
# Build a merged sqpack file of EXD files
33
# writes outputs/7.25/merged.{dat0,index,index2}
34
nr x exd build --root-only \
35
-m sdo:2025.07.28.0000.0000 \
36
-m squareEnix:2025.05.17.0000.0000 \
37
outputs/7.25 -p merged
38
39
+# Export EXDs to CSV
40
+nr x exd export-csv \
41
+ -m sdo:2025.07.28.0000.0000 \
42
+ -m squareEnix:2025.05.17.0000.0000 \
43
+ outputs/7.25
44
```
45
46
## LICENSE
0 commit comments