We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fad672 commit f56ac0bCopy full SHA for f56ac0b
1 file changed
README.md
@@ -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