mirror of
https://github.com/quackerd/bdeh.git
synced 2024-11-21 10:46:46 +00:00
[RO/Mirror] Borderlands 3 Editor Helper
https://github.com/quackerd/bdeh
Borderlands3Protos@d0a6574efe | ||
.gitignore | ||
.gitmodules | ||
bdeh.py | ||
LICENSE | ||
OakSave_pb2.py | ||
OakShared_pb2.py | ||
README.md |
Borderlands 3 Editor Helper (BdEH) (WIP)
Usage
- Install protobuf for Python either with pip or the package manager.
- Run bdeh.py .
- Follow the CLI instructions.
Credits
Protocol Buffer schemas are forked from https://github.com/gibbed/Borderlands3Protos. Credits to Gibbed.
The encryption/decryption algorithm and the save editor are discovered independently by myself and guhaoyu2005.