Socket
Socket
Sign inDemoInstall

bl3-convert

Package Overview
Dependencies
17
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bl3-convert

A simple, Node.js CLI tool for Borderlands 3, assisting JSON editing and conversion for PS4 to PC save files and vice versa


Version published
Weekly downloads
1
decreased by-83.33%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

bl3-convert

v1.1.8

Introduction

bl3-convert is a Node.js CLI JSON-helper tool that assists in converting PS4/PS5 save files to PC and vice versa.

Since SaveWizard doesn't allow inventory modification, a lot of modders seek to convert their PS4/PS5 saves into PC format so they can achieve that.

When you decrypt your PS4/PS5 file in SaveWizard, the save needs further changes to the JSON format before it can be properly converted to a PC save (or vice versa).

So, put simply,bl3-convert helps you do that.

This package enters in a small but effective position in the workflow for editing Borderlands 3 save games. Since using bl3-cli-saveedit is also required (along with owning SaveWizard PS4 MAX - Paid), it doesn't self-proclaim to solve much of the puzzle other than cutting out what is often a manual step in the conversion process.

J5lE61680643331

Not sure?

  • Try it out live (no local install required), on CodeSandbox
  • Open your save file in the editor (drop and drop it in) and search for "nickname_mappings" or "active_league_instance_for_event"
    • (To watch for the JSON change)
  • Click 'New terminal' and enter node cli -e -o $FILE to convert the JSON format to PC
  • Enter node cli -u -o $FILE to convert it back (to PS4)

Installation

  • Node.js 18+
  • npm i -g bl3-convert

Usage

  • bl3-convert -h
  • bl3-convert -e -o $FILE
  • bl3-convert -u -o $FILE

Further usage

  • SaveWizard PS4 MAX
  • bl3-cli-saveedit
  • ZakisM Save Editor

Prerequisites

  • Installed Python 3 (Added to PATH)
    • Installed protobuf
    • Installed bl3-cli-saveedit
  • Installed Node.js 18
    • Installed bl3-convert
  • Downloaded VSCode (or another text-editor)
  • Have SaveWizard (Paid)
  • Have a PC save file (Find one here (in the repo): ./example/PC.sav)
  • Have a formatted USB for PS4/PS5
  • Have a Backup of your legitimate save file

Walkthrough

Disclaimer: bl3-cli-saveedit requires a legitimate PC save in order to carry out the conversion.

PS4 - USB
  • Copy save file from PS4/PS5 to USB
  • Load save file in SaveWizard
PS4 - PC
  • Export save file from SaveWizard (Advanced mode)
  • Use bl3-convert -e -o $FILE to apply JSON fixes for PC save
  • Use bl3-save-import-json -j $FILE -t $FILE2 to convert the PS4 save file to a PC save
  • Now, use your save editor (here, I used Zaki's, but you can use bl3-cli-saveedit of course!)
PC - PS4
  • Once edited, use bl3-save-edit -o json $FILE $FILE2 to covert the PC save back to a PS4 save
  • Use bl3-convert -u -o $FILE to apply JSON fixes for PS4 save
  • Copy all JSON and paste into Save Wizard Advanced mode window
  • Click Apply
USB - PS4
  • Once you've saved your file in SaveWizard after pasting in the updating JSON, you can re-sign your save if needs be
  • Copy file from USB back onto PS4 and overwrite your current save
  • Happy modding!

Credits

This package is a modding tool designed to enhance and/or customise the gameplay experience of a popular AAA game. It is designed to be used for educational and entertainment purposes only and is in no way affiliated with the game's creators or owners. We do not condone or endorse the use of mods to cheat or gain an unfair advantage in the game and all intents of this package are for offline use ONLY. Use this package at your own risk.

Keywords

FAQs

Last updated on 09 Apr 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc