Last updated a week ago
Total downloads 10
Total rating 0 
Categories Libraries
Dependency string TheNormalnijMods-Hades2ModExtension-0.1.6
Dependants 0 other packages depend on this package

This mod requires the following mods to function

Hell2Modding-Hell2Modding-1.0.102 icon
Hell2Modding-Hell2Modding

Lua Mod Loader for Hades 2

Preferred version: 1.0.102

README

Hades II script API extension

Building

Using CMake for Windows x64

cmake -A x64 . -B build_msvc
cmake --build build_msvc --target install --config Release

Binary files are located in the bin folder.

Installation

With Hell2Modding

  1. Download and install Hell2Modding
  2. Download the latest release of this mod from the Releases page.
  3. Copy HadesModNativeExtension.asi in the Hades II/Ship/plugins folder. Create the folder if it doesn't exist.

With ASI Loader

This method wotks with debug builds and doesn't require Hell2Modding.

  1. In the Hades II/Ship, Hades II/Debug, or Hades II/Release folder, rename bink2w64.dll to bink2w64Hooked.dll.
  2. Download bink2w64.dll with ASI Loader and place it in the same folder.
  3. Copy HadesModNativeExtension.asi in the Hades II/<build type>/plugins folder. Create the folder if it doesn't exist.