Skip to main content

com.hyenaquest.mod-loader

If you are having issues with the mod loader, open a issue ticket on discord!

The Workshop Loader is a BepInEx patcher that automatically discovers and loads mods from your Steam Workshop folder.

What It Does

  1. Loads patchers - Initializes any preloader patchers from workshop mods
  2. Loads plugins - Hooks into BepInEx to load plugins from workshop mod folders alongside regular plugins

Detection

The loader looks for mods in:

steamapps/workshop/content/3376480/<workshop-id>/

Each mod must contain at least one of:

  • plugins/ - BepInEx plugins
  • patchers/ - BepInEx preloader patchers

Mods without either folder are ignored.