This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I created a simple WL3 save game unpacker/repacker. It's based on https://www.reddit.com/r/Wasteland/comments/ik4xn9/editing_save_files_stepbystep/, but automatically performs the header updates for you.
All you have to do is unpack, change whatever you want, repack, and you're done.
The file is available here: https://gist.github.com/qsniyg/8ab8ddbfff8422786b5f9dc8fd5a5848. You will need to install python-lzf to use it.
To unpack:
python savetool.py YourSave.xml
It will create YourSave.xml.editable
. Edit it as you wish using a programming text editor such as Notepad (be careful if using Notepad, as it may try to convert it to CRLF, which will probably break it).
To repack:
python savetool.py YourSave.xml.editable
It will overwrite YourSave.xml
, so remember to back up your saves!
Subreddit
Post Details
- Posted
- 10 months ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/Wasteland/c...