This tool patches Brickadia to add support for UE4SS, allowing you to run lua/blueprint mods and custom scripts.
- You will not make unsafe systems that can be used to distribute malware automatically.
- You will not use this to compete with current or future Brickadia Business.
- You will not create or help people make cheats, trolling tools, or nuisance mods.
- You will not post content that do not work for the vanilla game to the gallery or host servers that do not work with vanilla clients to server list.
- You will not complain if this tool stops working in a future game version.
- You will not submit crash reports which are caused by this tool or mods.
- Download the latest release
- Re-read 👀 the NOTICE
- Run
br_patcher.exe - Enjoy!
Setup is manual at the moment...
This project depends on compiling UE4SS from source for the dlls. The CI will automatically do this but due to licensing, the complete source cannot be provided here.
Create a Github and Epic account. Link them at epicgames.com.
This is required to access Re-UE4SS/UEPseudo, a fork of EpicGames/UnrealEngine, required to compile the UE4SS binaries.
After you've linked your account, generate an ssh-key (I recommend -t ed25519) and add it to your github account. This is required to git-clone-submodules from the private repositories.
Skip this step by downloading the dwmapi.dll and UE4SS.dll from the latest release and copying them to the assets directory.
- Download Visual Studio 2022 and install a version of MSVC that supports C++23 (Desktop C++)
- Install Rust
- Download xmake and add to a folder in the a directory in your PATH environment variable
- Download git
git clone git@github.com:UE4SS-RE/RE-UE4SS.git(andcdto this dir)git submodule update --init --recursive
- (Optional?) Copy
raw_pbd_xmake.luatoRE-UE4SS/deps/third-repo/packages/r/raw_pdb/xmake.lua xmake project -k vsxmake2022 -m "Game__Shipping__Win64- Open
vsxmake2022/RE-UE4SS.slnin Visual Studio - In the "Build" menu, select "Build UE4SS" to compile the UE4SS binaries (This may take a while)
- Copy
RE-UE4SS/Binaries/Game__Shipping__Win64/proxy/dwmapi.dlltoassets/dwmapi.dll - Copy
RE-UE4SS/Binaries/Game__Shipping__Win64/UE4SS/UE4SS.dlltoassets/UE4SS.dll
cargo run(You should already have Rust installed from step 2)- Re-read 👀 the NOTICE
- select Y to patch Brickadia and copy the files