# Modding EtG: Installing Mods

## Modding the Gungeon (BepInEx)

Navigate to your EtG.exe directory, you can find this in Steam by right-clicking EtG and going to "Manage", then "Browse local files".&#x20;

<figure><img src="https://1229800202-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MQAkTlyeVttU3CJdmYk%2Fuploads%2FBzyqMMhlWIoHGRQ6DhVI%2Fimage.png?alt=media&#x26;token=eff762c8-e266-45ae-b86e-f37a11973c0a" alt=""><figcaption></figcaption></figure>

For Epic Games, you click the three little dots below enter the gungeon, then click manage, and press the folder icon next to "Installation"

![](https://1229800202-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MQAkTlyeVttU3CJdmYk%2Fuploads%2FISS95t5cZcbohQFkJIPr%2Fimage.png?alt=media\&token=f6ac6ea2-5451-4572-bed0-3c5d041ab546)![](https://1229800202-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MQAkTlyeVttU3CJdmYk%2Fuploads%2F4pymHLS04wgi0wKsD8LY%2Fimage.png?alt=media\&token=f2018c27-2981-4e44-9732-ba6bc916fd0d)![](https://1229800202-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MQAkTlyeVttU3CJdmYk%2Fuploads%2FxydjVTtGcxjSAM5FN4Q5%2Fimage.png?alt=media\&token=46d6854c-b12b-4165-809f-47377d35be94)

Once you are in the folder go to the BepInEx GitHub and download the latest release for your platform.\
<https://github.com/BepInEx/BepInEx/releases>

After that unzip the file and drop it in the game directory so it looks like this: ![](https://lh5.googleusercontent.com/AV93aCyEOtcerZ2fLDnDyGVf1hlw5cVNyjIeI6a1ANja47ydKFfVr2HwvOC5YNVfhEHbK596tPL4_UmdKYU8GZ7OCN-yv3RQUWuJX6_vpFOG2bGIjRiKpyfMLxoy0F7qdmsW7CckJv0meIuFTg)

If you've done everything correctly, when you now run the game inside the BepInEx/ folder there should now be a folder called plugins/. This is where your mods will go

## Installing Mods

The preferred method to install mods is through the application r2modman: <https://thunderstore.io/c/enter-the-gungeon/p/ebkr/r2modman/>

However, mods can also be installed manually:

Download Mods Here: <https://enter-the-gungeon.thunderstore.io/package/>                                                   All mods should be downloaded from thunderstore.

Once you have downloaded any mods you want go to your Enter the Gungeon Directory and <mark style="color:green;">**unzip**</mark> the mods into the `BepInEx/plugins/` folder. &#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mtgmodders.gitbook.io/etg-modding-guide/getting-started/mod-etg-installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
