From f2f11635ea55078d9b0825b56f05b96b6501126f Mon Sep 17 00:00:00 2001 From: Yozora Date: Sat, 14 Sep 2024 18:54:24 +0200 Subject: [PATCH 1/2] Update README.md to contain cloning instruction --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d506dc3..e093578 100644 --- a/README.md +++ b/README.md @@ -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 From 35f43d2d26ed8beb8ac6379d597d86e83230488b Mon Sep 17 00:00:00 2001 From: Yozora Date: Sat, 14 Sep 2024 18:56:04 +0200 Subject: [PATCH 2/2] fix link to borderlands' website in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e093578..0eb4ac0 100644 --- a/README.md +++ b/README.md @@ -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)