> For the complete documentation index, see [llms.txt](https://mtgmodders.gitbook.io/etg-modding-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mtgmodders.gitbook.io/etg-modding-guide/getting-started/mod-etg-installation.md).

# 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&amp;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;
