Borderlands 3 Modding Library

// Description

A Borderlands 3 modding library tool that helps creating mods for Borderlands 3 using hotfixes. There are other tools out there to create mods using Lua, but I wanted to do it my own way and created this tool. It works by adding the mod library .dll file to an empty C# .NET project and creating a new Mod object in the main C# file. The mod class will then convert the code and export it into a text file that can be read by compatible Borderlands 3 mod loaders. It also automatically comments hotfixes in the exported file to make it easy to understand what changes have been made. There is a code example in the GitHub repository.

// Year

2024

// Tools

Visual Studio

// Languages

C#

// Tags

Software
Game

// Screenshots

Screenshot 0 of 0