Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

BepInEx-Partiality-Wrapper 2.1

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 14 Apr 08:17
· 31 commits to master since this release
cbcc2bf

BepInEx-Partiality-Wrapper 2.1

Installation

Install BepInEx: (if you don't have it already)

  1. Download the latest BepInEx_x64 release.
  2. Place the zip in your game installation folder, eg. for Outward: Outward\BepInEx.zip.
  3. Right-click the file and choose "Extract here" to merge with the folder structure.
  4. Run the game once, and then close it.

Install the PartialityWrapper:

  1. Download the BepInEx-Partiality-Wrapper.zip file, linked below
  2. Place the zip in your game installation folder, eg. for Outward: Outward\BepInEx-Partiality-Wrapper.zip
  3. Right-click the file and choose "Extract here" to merge with the folder structure.
  4. Done, you can now add Partiality mods.

Adding Partiality Mods

Partiality Mod DLL files can be placed in the BepInEx\plugins\ folder, or the Mods\ folder.

Other non-DLL files from the mod (if any) should be placed where the author instructs you to.

Changes

  • Added support for the Mods\ folder.
  • Changed the name of the built DLL and Namespace so that it serves as a dummy Partiality.dll reference
  • Changing the way DLL files are loaded to prevent file-locking.
  • Various small changes