Hades2ModExtension
Lua API extension
| 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
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
- Download and install Hell2Modding
- Download the latest release of this mod from the Releases page.
- Copy HadesModNativeExtension.asi in the
Hades II/Ship/pluginsfolder. Create the folder if it doesn't exist.
With ASI Loader
This method wotks with debug builds and doesn't require Hell2Modding.
- In the
Hades II/Ship,Hades II/Debug, orHades II/Releasefolder, renamebink2w64.dlltobink2w64Hooked.dll. - Download bink2w64.dll with ASI Loader and place it in the same folder.
- Copy HadesModNativeExtension.asi in the
Hades II/<build type>/pluginsfolder. Create the folder if it doesn't exist.