Difference between revisions of "Mod support"

From Heroes of Hammerwatch wiki
Jump to: navigation, search
m (List of common resources)
Line 49: Line 49:
 
*[[Script_Hooks|Script Hooks]]
 
*[[Script_Hooks|Script Hooks]]
 
*[[List_of_modifiers|List of modifiers]]
 
*[[List_of_modifiers|List of modifiers]]
*[SValue_Loaders|SValue loaders]]
+
*[[SValue_Loaders|SValue loaders]]
  
 
{{Template:BaseNav}}
 
{{Template:BaseNav}}

Revision as of 17:07, 3 October 2018

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

  • Editor UI tutorial
  • I dunno how to easily explain how the editor works in a easy format just use what hip did lol

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:

  • Tilemaps
  • Doodads
  • Actors
  • Items
  • Worldscripts

Scripting/GUI page?

  • GUI modification and creation

Scripting modification and creation

  • GUI scripts
  • Worldscript
  • Gamemode scripts

Upload to workshop

How to upload to the workshop

List of common resources