Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
cleaned up the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
John committed Nov 15, 2018
1 parent e0cda2d commit bbc6972
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ An example of how to mod gold would work like this (this is the only thing imple
`python D3Edit.py -i account.dat -o account_mod.dat --gold 999999999`

```
usage: D3Edit.py [-h] -i IN_FILE [-o OUT_FILE] [--gold GOLD]
usage: D3Edit.py [-h] -i IN_FILE [-o OUT_FILE]
[--gold GOLD]
[--blood-shards BLOOD_SHARDS]
[--reusable-parts REUSABLE_PARTS] [--arcane-dust ARCANE_DUST]
[--reusable-parts REUSABLE_PARTS]
[--arcane-dust ARCANE_DUST]
[--veiled-crystals VEILED_CRYSTALS]
[--deaths-breath DEATHS_BREATH]
[--forgotten-souls FORGOTTEN_SOULS]
Expand All @@ -31,14 +33,16 @@ usage: D3Edit.py [-h] -i IN_FILE [-o OUT_FILE] [--gold GOLD]
A script to encrypt/decrypt and modify Diablo III saves
optional arguments:
-h, --help show this help message and exit
-h, --help
show this help message and exit
-i IN_FILE, --in-file IN_FILE
The account file you want to work with
-o OUT_FILE, --out-file OUT_FILE
The account file you want to output to
modifications:
--gold GOLD The amount of gold you want your characters to have
--gold GOLD
The amount of gold you want your characters to have
--blood-shards BLOOD_SHARDS
The amount of blood shards you want your characters to have
--reusable-parts REUSABLE_PARTS
Expand Down

0 comments on commit bbc6972

Please sign in to comment.