Fallout Shelter visual family tree generator from save file (Linux)
- npm
- Python 3
- kingraph
To install run:
sudo dnf in npm
sudo apt install npm
To use kingraph you can either rely on the backed up version saved to this repo or use the one from the official repo from here
- Clone this repo
- Decrypt your
.savfile- Usually located at
users/USERNAME/AppData/Local/FalloutShelter/Vault1.sav
- Usually located at
- Run
python3 gentree.py Vault.jsoninside the workdir - Generate image with
kingraph- To use the provided version, run
node_modules/kingraph/bin/kingraph dwellerdb.yaml -F dot | dot -Tsvg -o dwellers.svg - To use the official version, you can install it with
npm install -g alexanderwillner/kingraph
- To use the provided version, run