This is a SDK and mod loader for Brick Rigs written in fairly unsafe rust.
Since the project
# dev builds
make install DIR="/path/to/common/Brick Rigs" dev=true
# release builds
make install DIR="/path/to/common/Brick Rigs"For usage with Proton you will need to add WINEDLLOVERRIDES="xinput1_3=n,b" %command%.
For now we do not support native linux builds as the game does not support modding very well.
You can build docs by running
make doc