Skip to content

Commit 211f179

Browse files
committed
chore: update README.md
1 parent e9933f8 commit 211f179

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,24 @@ nr x record -s squareEnix C:\\path\\to\\game
2323
# Update game to latest version
2424
nr x update -s squareEnix
2525

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+
2632
# Build a merged sqpack file of EXD files
2733
# writes outputs/7.25/merged.{dat0,index,index2}
2834
nr x exd build --root-only \
2935
-m sdo:2025.07.28.0000.0000 \
3036
-m squareEnix:2025.05.17.0000.0000 \
3137
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
3244
```
3345

3446
## LICENSE

0 commit comments

Comments
 (0)