https://github.com/orende/iwd-savegame-editor
A savegame editor for Icewind Dale Enhanced Edition
https://github.com/orende/iwd-savegame-editor
Last synced: 12 months ago
JSON representation
A savegame editor for Icewind Dale Enhanced Edition
- Host: GitHub
- URL: https://github.com/orende/iwd-savegame-editor
- Owner: orende
- License: mit
- Created: 2022-11-07T08:25:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T13:45:45.000Z (about 3 years ago)
- Last Synced: 2025-02-23T07:26:21.972Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iwd-savegame-editor
A simple savegame editor for Icewind Dale Enhanced Edition. This is a proof-of-concept showing how to edit binary files to adjust the party's gold amount.
For more extensive savegame editing (such as changing character stats or inventory) you'd need to have handy a database of item id's and you'd need to
decompress the zlib compressed data chunks throughout the files.
Also, if you'd rather not figure out the file-format of the savegame files yourself, check out the Gibberlings page on Infinity engine file formats.
## References
* https://gibberlings3.github.io/iesdp/file_formats/index.htm
* https://github.com/NearInfinityBrowser/NearInfinity
* https://github.com/xanthics/infinity_pickpocket_list
* https://www.zlib.net/