Difference between revisions of "Mod support"

From Heroes of Hammerwatch wiki
Jump to: navigation, search
m (How to add:: Linked the Custom Items page)
(Scripting/GUI page?)
Line 36: Line 36:
 
*[[Custom_Materials_(Dyes)|Materials]]
 
*[[Custom_Materials_(Dyes)|Materials]]
  
==Scripting/GUI page?==
+
==Scripting==
 +
 
 +
===Class models===
 +
*[[WorldScript Class|WorldScript]]
 +
*[[GameMode Class|GameMode]]
 +
*[[Behavior Class|Behavior]]
 +
*[[Toolkit Class|Toolkit]]
 +
 
 +
===GUI===
 
*GUI modification and creation
 
*GUI modification and creation
===Scripting modification and creation===
 
 
*GUI scripts
 
*GUI scripts
 +
 +
===Scripting===
 
*Worldscript
 
*Worldscript
 
*Gamemode scripts
 
*Gamemode scripts

Revision as of 13:11, 19 June 2019

Welcome to the modding page! This page is dedicated to offering a list of important information in a ladder to get around modding Heroes of Hammerwatch!

Modding resouces

Starting a mod

Editor

How to use:

  • Assets
  • Tilemaps
  • Environment lighting

.unit,.effect & .inc

  • Doodads
  • Actors
  • Items
  • Link child unit to inc. (Like the act walls!)

Worldscripts

  • Linking worldscripts

How to put those into:

  • Levels
  • Prefabs

How to put Prefabs into:

  • Levels! lol

Custom assets page

How to add:

Scripting

Class models

GUI

  • GUI modification and creation
  • GUI scripts

Scripting

  • Worldscript
  • Gamemode scripts

Upload to workshop

How to upload to the workshop

List of common resources