Skip to content

Instantly share code, notes, and snippets.

@congqiao
Last active June 30, 2023 09:00
Show Gist options
  • Save congqiao/47eb3da91bc391163f2801bf5403203b to your computer and use it in GitHub Desktop.
Save congqiao/47eb3da91bc391163f2801bf5403203b to your computer and use it in GitHub Desktop.
Borderlands 3 Save Editing - Unlimited Diamond Keys, Unlimited Golden Keys

Borderlands 3 Save Editing

Install Scoop.

Install Python.

scoop install python

Install bl3-cli-saveedit.

pip install bl3-cli-saveedit

Edit money.

bl3-save-edit 1.sav 1.sav --money 20000000

Edit Eridium.

bl3-save-edit 1.sav 1.sav --eridium 10000

Edit Golden Keys.

bl3-profile-edit profile.sav profile.sav --golden-keys 150

Edit Diamond Keys.

bl3-profile-edit profile.sav profile.sav --diamond-keys 3

Import items.

bl3-save-edit 1.sav 1.sav -i items.txt

Here items.txt is a list of item codes.

Sync item levels to your character level.

bl3-save-edit 1.sav 1.sav --items-to-char

Remove item Mayhem levels.

bl3-save-edit 1.sav 1.sav --item-mayhem-levels 0
bl3-save-edit 1.sav 1.sav -f --items-to-char
bl3-save-edit 1.sav 1.sav -f --item-mayhem-max
bl3-profile-edit profile.sav profile.sav -f --item-levels-max
bl3-profile-edit profile.sav profile.sav -f --item-mayhem-max
@Tyranikus
Copy link

how i import my save and edit it and save the edit after?

instead of bl3-profile-edit profile.sav profile.sav --diamond-keys 3 you need to input for example bl3-profile-edit F:\profile\profile.sav F:\profile\profile.sav --diamond-keys 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment