Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme to include instruction to clone the repo #53

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Borderlands 3 Save Editor

A desktop based save _and_ profile editor for [Borderlands 3](borderlands.com/).
A desktop based save _and_ profile editor for [Borderlands 3](https://borderlands.2k.com/).

![](https://img.shields.io/tokei/lines/github/FromDarkHell/BL3SaveEditor?style=for-the-badge) ![](https://img.shields.io/github/downloads/FromDarkHell/BL3SaveEditor/total?style=for-the-badge)

Expand All @@ -13,6 +13,16 @@ A desktop based save _and_ profile editor for [Borderlands 3](borderlands.com/).
4. You can now edit your profile or game save to your hearts content!
5. Once you think you're done editing your saves, you can save your file with either the `Save` button (which will overwrite your loaded file), or use the `Save As` button, allowing you to save to a new file. In either case, it will make backups to help keep your saves protected!

### Cloning / Building

1. Clone the repository via git with the --recursive parameter
```console
git clone --recursive https://github.com/FromDarkHell/BL3SaveEditor
```
2. Open the solution via the "BL3SaveEditor.sln" file.
3. In the "Solution Explorer" window right click on the "Solution 'BL3SaveEditor'" then click "Clean Solution" and "Rebuild Solution".
4. Restart Visual Studio

### Credits

- [gibbed](https://github.com/Gibbed) for their [Inventory Serial Number Database](https://github.com/gibbed/Borderlands3Dumps). It's what allows me to know what weapons you've got in your backpack! I also use their [Borderlands3Protos](https://github.com/gibbed/Borderlands3Protos) repository
Expand Down