HPL2/TDD/Scripting

From Frictional Wiki
< HPL2‎ | TDD
Revision as of 22:03, 2 August 2020 by Darkfire (talk | contribs) (Created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

HPL2 uses AngelScript as a way of creating gameplay events, puzzles, etc. With some crafty code and looping timers, certain mechanics can also be altered on a per-map basis.

Where to start

  1. First, set up the development environment
  2. Learn the scripting workflow
  3. See the basics tutorial to start with your first script
  4. Community-made tutorials will help you learn to use AngelScript using simple examples.
  5. When you are familiar with the basics, see the list of all script functions in HPL2 to give you ideas about what else can be done.

You can also check out the script reference made by the community. It is a group of articles about features of AngelScript and an introduction to programming.