LetUsCook-Let_Us_Cook icon

Let Us Cook

Custom Mod with wepons and items from Let Us Cook, a SCR225 project.

Last updated 2 weeks ago
Total downloads 164
Total rating 0 
Categories Guns Items
Dependency string LetUsCook-Let_Us_Cook-1.0.3
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_EtG-5.4.2101 icon
BepInEx-BepInExPack_EtG

BepInEx pack for Enter the Gungeon. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2101
MtG_API-Mod_the_Gungeon_API-1.7.2 icon
MtG_API-Mod_the_Gungeon_API

Adds the good parts of Mod the Gungeon to BepInEx.

Preferred version: 1.7.2
Alexandria-Alexandria-0.4.0 icon
Alexandria-Alexandria

A combination of old and new APIs, and new tools for the convenience of modders.

Preferred version: 0.4.0

README

Mod the Gungeon API

A plugin for BepInEx that adds some of Mod the Gungeon's functionality and also adds backwards compatibility for modders who want to port to BepInEx

Features

Mod the Gungeon API includes:

  • Most of classic Mod the Gungeon's API features (adding items to loot tables, changing strings, replacing and adding textures, etc)
  • A debug/cheat console (F2, ~, /)
  • A debug log that records all Unity logging (F3)
  • A mods menu that shows all enabled plugins (F1)

Installation (Manual)

Installation (Automatic)

Install either Thunderstore Mod Manager or r2modman if you don't already have a mod manager. After that, press "Install with Mod Manager" on this page to install this mod.

Porting your mod to BepInEx

Converting .json files to .jtk2d files

BepInEx Example Mod (Plain)

Download Zip
GitHub Repository

BepInEx Example Mod (Items)

Download Zip
GitHub Repository

Publicized and Stripped Assembly-CSharp.dll

GitHub Repository

Credits:

  • SpecialAPI - main developer.
  • Captain Pretzel - optimizing the API to make mods load faster.
  • An3s - initial console + debug log port.
  • KubeRoot - updating SGUI to the latest version.
  • KyleTheScientist - base MTG example mod zips.