AssertionError: settings.json doesn't exist
Hi, I tried to use your script with a PS4 save game with the following command
python E:\Repositories\D3Edit\D3Edit.py -i autosave -o account_mod.dat -s 0 --gold 99999999999 --reusable-parts 99999 --arcane-dust 99999 --veiled-crystals 99999 --deaths-breath 99999 --forgotten-souls 99999 --khanduran-runes 99999 --caldeum-nightshade 99999 --arreat-war-tapestries 99999 --corrupted-angel-flesh 99999 --westmarch-holy-wate 99999 --hearts-of-fright 99999 --vials-of-putridness 99999 --idols-of-terror 99999 --leorics-regrets 99999
But I'm getting the following error:
assert isfile(SETTINGS_FILE), "%s doesn't exist" % (SETTINGS_FILE) AssertionError: settings.json doesn't exist
What is supposed to be in this settings.json file or where do I get it?