Unleash Your Power: Explore Top Heroes of Hammerwatch 2 Mods

    Getting Started with Modding

    1. Game Folder Setup:
      • Locate the game folder (e.g., C:\Program Files (x86)\Steam\steamapps\common\Hammerwatch 2).
      • Use the PACKAGER.exe tool to extract base resources and create a mod folder for development.
    2. Mod Types:
      • Packed Mods: Packaged as .bin files for distribution.
      • Unpacked Mods: Stored as folders during development, allowing easy editing.
    3. Creating a Mod:
      • Create a folder in the mods directory with your mod's name.
      • Add an info.xml file to define the mod's name, author, and description.
      • Start editing assets, scripts, or levels within this folder.

    Modding Features

    1. Custom Content:
      • Mods can include new NPCs, quests, crafting systems, and custom classes.
      • Scenarios can also be created as standalone game modes or integrated into mods.
    2. Scripting:
      • The game uses AngelScript for scripting, enabling advanced functionality like custom mechanics and behaviors.
    3. Visual and Audio Assets:
      • Modify sprites using tools like Adobe Photoshop or ImageMagick to convert files for compatibility.
      • Replace sounds or add new audio effects through resource mods.

    Publishing Mods

    • Use PACKAGER.exe to package mods into .bin files.
    • Upload mods to the Steam Workshop via the Workshop UI in the packager tool.
    • Provide a thumbnail image, description, and tags for visibility on the platform.

    Resources for Learning

    • Video Tutorials: Step-by-step guides on creating NPCs, quests, and more are available on platforms like YouTube.
    • Community Platforms:
      • Steam Workshop: Browse and download community-created mods.
      • Nexus Mods: A hub for sharing and downloading mods with additional features like forums.
    • Wikis: Detailed documentation on modding basics, examples, and scripting tips can be found on dedicated wikis.

    Important Notes

    • Enabling mods disables achievements in save profiles. It is recommended to use separate profiles for modded gameplay.
    • Multiplayer compatibility requires packed mods due to synchronization requirements.

    For those new to modding, starting with basic tutorials or pre-built examples is highly recommended!