You are viewing a potentially older version of this package. View all versions.
Hell2Modding-Hell2Modding-1.0.40 icon

Hell2Modding

Lua Mod Loader for Hades 2

Date uploaded 2 weeks ago
Version 1.0.40
Download link Hell2Modding-Hell2Modding-1.0.40.zip
Downloads 302
Dependency string Hell2Modding-Hell2Modding-1.0.40

README

Hell 2 Modding

Hades Modding Discord

Mod Manager Installation

Manual Installation

  • Place the main Hell2Modding file, called d3d12.dll, next to the game executable called Hades2.exe in the game's Ship folder.

  • To uninstall the mod loader or revert to a vanilla experience without mods, you can simply rename or delete the d3d12.dll file.

User Interface

  • Hell2Modding comes with an ImGui user interface. The default key to open the user interface is INSERT. You can change this key in the ReturnOfModding/config/Hell2Modding-Hell2Modding-Hotkeys.cfg file. If the file isn't there, it will appear once you've launched the game at least once with Hell2Modding installed. There's also a small onboarding window that will appear in-game if the mod loader has launched successfully, where you can also edit the keybind.

Creating mods

Folder convention:

  • plugins: Location of .lua, README, manifest.json files.
  • plugins_data: Used for data that must persist between sessions but not be manipulated by the user.
  • config: Used for data that must persist between sessions and can be manipulated by the user.