- Notifications
You must be signed in to change notification settings - Fork44
Borderlands 3 Save/Profile Editor for Windows/MacOS and Linux!
License
ZakisM/bl3_save_edit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A tool to help you modify your Borderlands 3 Saves and Profiles.
Currently it runs on Windows, Mac OS and Linux. It supports modifying PC saves as well as decrypted PS4 saves (andconverting between them).
VisitReleases and download the corresponding version for yourplatform.
Unzip and open the editor, then double click to run it. On the first start it will ask you to point it to thefolder/directory where your saves/profiles are stored. Once you have pointed it to a valid folder it will remember thisfolder the next time you open the program.
The editor will make backups for you before saving your files, but I recommend you make your own backups just in case.
First you must installRust.
Then, clone the project and run:
cargo build
For a release optimized build run:
cargo build --release
Huge credits to apocalyptech for their editor athttps://github.com/apocalyptech/bl3-cli-saveedit. The majority of thiscode was based off of their work.
Thanks to HackerSmacker for their PS4bitmasks:https://github.com/HackerSmacker/CSave/blob/022c4e78ac7fa68e2338804bc0148ac9be3296f7/FileTranslator.c.
Huge thanks to Levin fromLootlemon for providing items that are available to importinside the editor!
Thanks to those who created these docs:
- https://docs.google.com/spreadsheets/d/1XYG30B6CulmcmmVDuq-PkLEJVtjAFacx7cuSkqbv5N4
- https://docs.google.com/spreadsheets/d/16b7bGPFKIrNg_cJm_WCMO6cKahexBs7BiJ6ja0RlD04
- https://docs.google.com/spreadsheets/d/1v-F_3C2ceaFKJae1b6wmbelw_jLjmPPriBLzGTZMqRc
Tool to download data from these docs can be foundhere.
Thanks to theiced project for allowing me to create a user interface like this!
Thanks to theAjour project for their methods of bundling Rust Apps as well asupdating them.
About
Borderlands 3 Save/Profile Editor for Windows/MacOS and Linux!