Home - HueSamai/CementSource GitHub Wiki
Seament, the Cement Wiki
Welcome to the Cement docs! (AKA Seament!)
Here you will find tutorials and API references for everyone's favorite BepInEx-based Gang Beasts mod loader.
Where to Start
For most users, you only need to install Cement, using the guide below. If you are interested in contributing, set up a build environment as well.
And for the mod developers, here is how to set up a modding environment in Visual Studio Community.
Installing Cement
Installing Cement is simple!
- Go to https://cementgb.github.io/ and click "Download". It is also recommended that you join the Discord server (linked on the website as well) in case you have any problems with the mod loader.
- Once the installer finishes downloading, run Gang Beasts.
- While Gang Beasts is open, double click on the installer (called CementInstaller) in your file explorer, wait for it to open, and click Install.
- Gang Beasts should close as the installer adds the files.
- Once this process is complete, run Gang Beasts. You should see a summary screen upon loading into the game.
Modules
Cement provides categorized tools to modders, called modules, that give them access to game systems, player input, and just general helper classes.
Refer to this wiki page for info and API references.