Web Application/React/QOL
BG3 Set Creator
Making modding more accessible and customisable for modders & players.
Baldur's Gate 3 is a video game that you can modify by editing XML files. As these weren't intended to be editable, general users were sometimes breaking their game with invalid code. Each mod also has its own separate version of the file, making mixing and matching incredibly time consuming. I built this app as a solution and asked modders to add their assets to the database, making it easy to create and add your own custom sets to the game.
url:https://piercings.indoc.dev
built with:React, Router, Typescript, Redux, Bootstrap
State is used here to disable the piercings in the same location as another in the set. React Router provides the dynamic URL filters for piercing locations/type.
The current set config is accessible to view as long as it's not empty. Each piercing's key stats are clearly indicated in the UI.
Once the user is done, they can generate the code. Using Prism.js for syntax formatting, this code can be copied using the button and pasted directly into the game file and works out of the box. The piercing database also contains the mod page's URL / information and generated code is commented dynamically, so the user knows exactly what each node is.