Difference between revisions of "Mod support"

From Heroes of Hammerwatch wiki
Jump to: navigation, search
(List of common resources)
m (Adjusted position and name of alternate modifier documentation.)
 
(2 intermediate revisions by 2 users not shown)
Line 32: Line 32:
 
* [[Script Hooks]]
 
* [[Script Hooks]]
 
* [[List of modifiers]]
 
* [[List of modifiers]]
 +
* [https://docs.google.com/document/d/1UMSypmyY6f9GLjdMOlCsipVpKJD08fOJb3zF-46SBew/edit?usp=sharing Alternate List of Modifiers]
 
* [[SValue Loaders]]
 
* [[SValue Loaders]]
 +
* [[Classmaps]]
  
 
<!--
 
<!--

Latest revision as of 01:46, 25 January 2021

Welcome to the modding page! This page is dedicated to offering a list of important information to get started with modding Heroes of Hammerwatch.

Starting a mod

Editor

Mod examples

The following pages gives some common examples of basic mods you can make. These are great starting points if you're a beginner!

Scripting

Everything in the game is powered by scripts. Getting used to the scripting language (AngelScript) will give you a lot of great insight on how to make more advanced mods.

Class models

These are the class models that are defined in scripts that do not inherit from any base class directly. Their functions are automatically searched for by the engine and called if they exist.

Upload to workshop

When you're ready to publish your mod, read about how to upload to the Steam workshop.

List of common resources