Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Heroes of Hammerwatch Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:10, 19 November 2025 Thyraxxvoid talk contribs created page Hooks (Created page with "Hooks are script functions that are called at specific moments. This way, you can insert code into the game. They are specified in script files and tagged with the <code>Hook</code> specifier. They also must be placed within a namespace to avoid ambiguity between multiple mods. The following is an example of such a file: namespace MyTestMod { [Hook] void BaseGameModeConstructor(BaseGameMode@ baseGameMode){ print("Hello World"); } } == PlayerDam...")
- 15:58, 19 November 2025 Thyraxxvoid talk contribs created page Modding (Created page with "Heroes of Hammerwatch 2 has a robust system for modding, with a few different types of mods possible. Resource mods Scenarios Languages =Getting Started= #Open the game's folder (e.g. C:\Program Files (x86)\Steam\steamapps\common\Hammerwatch 2) #Run "PACKAGER.exe" #Select "Resources" from the list #Click the "Extract Base Resources" button at the top (icon is a cardboard box) #Wait for the unpacking to finish (This will take a while). It may give an error...")
- 14:01, 19 November 2025 User account Thyraxxvoid talk contribs was created