Skip to content

Commit f56ac0b

Browse files
committed
Added a README.md
1 parent 7fad672 commit f56ac0b

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Growtopia Items.dat decoder
2+
3+
This program decodes items.dat file from Growtopia game and outputs the decoded data in JSON format. \
4+
**Max supported version: 14**
5+
6+
## Usage
7+
8+
```commandline
9+
Growtopia items.dat decoder 1.0
10+
This program decodes the items.dat file found in growtopia game files. Outputs the information in JSON format
11+
12+
USAGE:
13+
growtopia_item_decode.exe [OPTIONS]
14+
15+
FLAGS:
16+
-h, --help Prints help information
17+
-V, --version Prints version information
18+
19+
OPTIONS:
20+
-f, --file <file> The items.dat file path (default: items.dat)
21+
-o, --output <output> The file name to write the data to (default: items.json)
22+
```

0 commit comments

Comments
 (0)