https://github.com/thenormalnij/hadesmodloader
Mod loader for Hades 1
https://github.com/thenormalnij/hadesmodloader
Last synced: 11 months ago
JSON representation
Mod loader for Hades 1
- Host: GitHub
- URL: https://github.com/thenormalnij/hadesmodloader
- Owner: TheNormalnij
- License: mit
- Created: 2025-02-15T23:53:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-06T17:52:29.000Z (12 months ago)
- Last Synced: 2025-07-06T18:38:14.682Z (12 months ago)
- Language: C
- Homepage:
- Size: 247 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Hades mod subsystem
The projects implements a mod subsystem for Hades 1.
# Building
## Using CMake for Windows x64
```powershell
cmake -A x64 . -B build_msvc
cmake --build build_msvc --target install --config Release
```
Binary files are located in the `bin` folder.
# Installation
Copy files from the `bin` folder to the `Hades/x64Vk` or `Hades/x64` folder, depending on the used game version.