Git Product home page Git Product logo

borderlands3-save-editor's Introduction

Probably won't get updated anymore, I've played through the game. Though this should at least help others solve the same game-breaking bugs I had to get past.

Be warned that since it hasn't been updated in a while it might break things badly.

https://github.com/apocalyptech/bl3-cli-saveedit is still in active development, as an alternative.

Borderlands 3 Savegame Editor

screenshot

Work in progress, whenever I encounter a game-breaking bug and need to get past it. Because they don't provide a console in game.

If you want a more complete, better written and more tested editor and you are okay with using a command line, try https://github.com/apocalyptech/bl3-cli-saveedit instead. Almost everything here is just based on his discoveries anyways.

Windows builds

Download the zip from here:

https://ci.appveyor.com/project/sandsmark/borderlands3-save-editor/build/artifacts

NB: I don't run windows nor do I have a windows machine to test on, but when I set up appveyor I tested it in Wine (on Linux) and it worked.

A snapshot is here, because appveyor doesn't keep artifacts around for that long:

https://github.com/sandsmark/borderlands3-save-editor/releases/download/arbitrary-release-because-github-is-dumb/borderlands3-save-editor-1.0.132.2880e4a1.zip

Functionality

I. e. what it can edit. And will probably break.

  • Basics (name, level, experience points)
  • Mission objectives progress (so you can bypass bugs making the main story line not progress).
  • Edit items/weapons in the inventory, also tries to validate your changes (can't create new from scratch yet though)
  • Amount of ammo, SDUs, eridium and money
  • View and edit active missions and progress
  • UUID (not very interesting, but we can generate valid ones)
  • Save slot ID (not very interesting either)

Credits

Thanks to https://github.com/apocalyptech and https://github.com/gibbed for the protobufs, the obfuscation methods, data, etc.

If you want to pay someone for this Gibbed would probably appreciate it: https://www.patreon.com/gibbed

Some more screenshots

screenshot screenshot screenshot

How to update missions and objectives for latest game version

This is pulled from my bash history, so probably not complete or accurate, but might give you an idea at least.

Dependencies are JohnWickParse (I used the version from here: https://github.com/apocalyptech/JohnWickParse.git) and jq.

First extract the pak files to get the uexp files, I think this is how I did it (with quickbms):

# First enter the game data folder

# Figure out which pak files contains mission data:
for p in *.pak; do quickbms -l ~/path-to-this-repo/data/bl3.bms "$p" >> "$p-files.txt"; done
# Look through the -files.txt files to see which contains useful files

# Then extract the relevant files
quickbms -f  "Missions/*" ~/path-to-this-repo/data/bl3.bms pakchunk4-WindowsNoEditor.pak
quickbms -f  "Missions/*" ~/path-to-this-repo/data/bl3.bms pakchunk7-WindowsNoEditor.pak
# etc.

Create json:

# Paths to stuff needs to be adjusted, obviously
cd Missions

pushd ProvingGrounds1/ # Enter first folder
for file in *.uexp; do john-wick-parse serialize $(basename "$file" .uexp); done
popd

pushd ProvingGrounds2/ # Enter second folder
for file in *.uexp; do john-wick-parse serialize $(basename "$file" .uexp); done
popd

# ... and repeat for all the relevant folders

Then run the following tool in the same dir, it should recursively find all the json files and put them together in a nice, usable format:

https://github.com/sandsmark/borderlands3-john-wick-grokker

borderlands3-save-editor's People

Contributors

sandsmark avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

borderlands3-save-editor's Issues

Anointments not supported when opening a file

Win10 user: The error message of "Item code begins with number 4" pops up when trying to load characters with items which have annointments. I know you're probably not working on the mod anymore, but this is what I got from digging in a bit I believe. I'll provide test files if you ever want to try and update the editor.

When I click on a checkbox in the missions tab it unchecks it then checks it again

I've been trying to fix this bug that I have in BL3 where I have "Follow Typhon" completed but tyhpon is bugged out. So I was hoping this would work but it seems like when I click on the check box or any check box for that matter and it unchecks it then checks it right away. I've tried using spacebar but the same thing happens. If you could please help, I would really appreciate it. It's great that you even made this tool.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.