CementGB-CementGB icon

CementGB

A general-purpose modding API for Gang Beasts.

Last updated 2 weeks ago
Total downloads 22592
Total rating 2 
Categories Mods Tools Libraries
Dependency string CementGB-CementGB-4.4.0
Dependants 14 other packages depend on this package

This mod requires the following mods to function

LavaGang-MelonLoader-0.7.1 icon
LavaGang-MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono

Preferred version: 0.7.1

README

CementGB

CementGB, or simply Cement, is a general-purpose modding API for Gang Beasts. It enables mod creators to get their mods done quicker and better, as well as adding a ton of capability for easy user-generated content, such as custom maps and costumes when used in conjunction with the GBMDK Unity project (WIP), among some other nifty features.

CementGB is powered by MelonLoader and its dependencies. It can be downloaded on the Gang Beasts Thunderstore page, the official website, or the Releases section of the GitHub repository.

Installation

There are two main ways to install CementGB:

Automated

  1. Install and set up Gale or r2modman, whichever you prefer.
  2. Switch your mod manager's managed game to Gang Beasts, and make a new profile if needed. You can look to the respective managers' pages for how to do this.
  3. Click the blue Install with Mod Manager button just under the top info section of the CementGB Thunderstore page. This should install both CementGB and all listed requirements.
  4. Start the modded game through your mod manager. You should be good. In order for anything to actually happen, however, you must install some content mods or provide some launch options. Most mods can be found on Thunderstore and documentation on launch options can be found here (page pending).

Manual

  1. Install MelonLoader as per the instructions on their wiki. Run the game to the menu screen at least once afterwards.
  2. Download the latest release of CementGB from GitHub. In most cases choose the ZIP file, since it contains all the modules separate from the core DLL.
  3. Move the Mods folder and UserLibs folder inside the ZIP to your game folder. If you play Gang Beasts on Steam, this will typically be at C:\Program Files (x86)\Steam\steamapps\common\Gang Beasts.
  4. Start the game again. You should be good. In order for anything to actually happen, however, you must install some content mods or provide some launch options. Most mods can be found on Thunderstore and documentation on launch options can be found here (page pending).

[!NOTE] CementGB's source code can now also be found (mirrored) on Codeberg, for people who are unable to access GitHub. Keep in mind that this is a mirror from GitHub and may be significantly delayed in updates.