[RO/Mirror] Borderlands 3 Editor Helper https://github.com/quackerd/bdeh
Go to file
quackerd ff95a4f400
Update README.md
2020-04-11 00:58:31 -04:00
Borderlands3Protos@d0a6574efe Switch to submodule 2020-04-11 00:50:49 -04:00
.gitignore update 2020-04-11 00:40:52 -04:00
.gitmodules Switch to submodule 2020-04-11 00:50:49 -04:00
LICENSE Initial commit 2020-04-11 00:21:58 -04:00
OakSave_pb2.py Compile protobufs 2020-04-11 00:54:44 -04:00
OakShared_pb2.py Compile protobufs 2020-04-11 00:54:44 -04:00
README.md Update README.md 2020-04-11 00:58:31 -04:00
bdeh.py Compile protobufs 2020-04-11 00:54:44 -04:00

README.md

Borderlands 3 Editor Helper (BdEH) (WIP)

Usage

  1. Install protobuf for Python either with pip or the package manager.
  2. Run bdeh.py .
  3. 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.