Skip to content

Rain World Library Loader

Introduction

Library Loader is a simple to use tool for modders of Rain World to use native libraries easily from their own mod folders. By default BepInEx does not re-query native library lookups aka (DllImport, LibraryImport, etc) to their respective assembly folders that do request to load these files (mods).

This tool simply alters the process-wide PATH to include the individual mod folders aswell IF they contain a x86 or x86_64 folder.

Features

  • Working DllImport calls when using native libraries with a commonplace BepInEx mod.
  • No heavy adjustments aside from a simple process-wide PATH change.