Loop Hero
0 of 0

File information

Last updated

Original upload

Created by

C-Sho

Uploaded by

csh0w

Virus scan

Some suspicious files

Tags for this mod

About this mod

Shows basic discord presence (In-Camp / Exploring)

Permissions and credits
Changelogs
This mod adds discord presence to Loop Hero

Currently, it's only basic presence that updates on room change, but it's the first mod that actually hooks game events so if you want to create your own mods that actually change game behavior, this is the place to start.

This is also open source on GitHub : [GitHub repo]

How to install: (Full guide can be found on the GitHub Repo page)

Create folders like shown in the graphic here:
  • Move "dinput8.dll" into your main game directory (where the .exe is)
  • Create "NativeMods" folder and put "YYToolkit.dll" there
  • Create "autoexec" folder, this is where you'll put the mods that depend on YYTK
  • Move the "discord-rpc.dll" into the main game directory
  • Move the "DiscordPresence.dll" into the "autoexec" folder


Your directory should look like this:


├── Loop Hero.exe
├── data.win
├── dinput8.dll            <-- the mod loader
├── discord-rpc.dll        <-- This is the official discord api dll
├── NativeMods/
│   ├── YYToolkit.dll      <-- the mod framework
│   └── *other mod files*
├── autoexec/
│   ├── DiscordPresence.dll <-- The actual mod that calls the official discord dll
│   └── *other mod files*
└── *other game files*