Difference between revisions of "HPL3/Scripting/Scripting Guide/Advanced Topics - Introduction"

From Frictional Wiki
Jump to navigation Jump to search
(Created page with "{{shortPageTitle}} {{Hpl3ScriptingGuideMenuAdvanced}} {| style="border:0px;" cellspacing="0" |- valign="top" | style="padding-right:0.2em" | '''Welcome to the advanced scripti...")
 
Line 1: Line 1:
 
{{shortPageTitle}}
 
{{shortPageTitle}}
{{Hpl3ScriptingGuideMenuAdvanced}}
+
'''Welcome to the advanced scripting guide for the HPL3 Engine.'''
 +
Here you can expect to find information on performing some more advanced scripting in your map, and outside of it.{{Hpl3ScriptingGuideMenuAdvanced}}
 
{| style="border:0px;" cellspacing="0"
 
{| style="border:0px;" cellspacing="0"
 
|- valign="top"
 
|- valign="top"
 
| style="padding-right:0.2em" |
 
| style="padding-right:0.2em" |
'''Welcome to the advanced scripting guide for the HPL3 Engine.'''
+
<br />{{Note|Bear in mind that there are more concepts to learn about the engine beyond this guide, see the main scripting page for the desired game you work with.}}
 
 
The guide is split into two sections: Basics and Advanced.
 
 
 
*The basic section touches on how to set up the tools necessary for scripting and coverage of commonly-used features: The workflow of scripting in HPL3, how to script your maps, callbacks, timers, etc.
 
*The advanced section touches on subjects beyond map scripting such as Modules and Ai.
 
 
 
'''Bear in mind that this tutorial mostly covers the most essential things you need to know in order to script your maps.'''
 
 
 
==Prerequisites==
 
There are a few necessary things you need to know before getting into this guide:
 
#The scripting language of HPL3 is called '''AngelScript''', which is similar to some of the more popular programming languages. If you have ''zero'' programming knowledge, you should start with the [[HPL3/Scripting/AngelScript_Fundamentals|AngelScript Fundamentals]] guide, and read '''<u>at least the first five chapters</u>.'''
 
#You should know how to create or edit a basic mod for one of the HPL3 games:
 
#*[[HPL3/SOMA/Modding/Creating_a_Mod| Creating a Mod]] - SOMA
 
#*[[HPL3/Amnesia: Rebirth/Modding/Creating_a_Mod| Creating a Mod]] - Amnesia: Rebirth
 
 
| style="width:0.1%" |
 
| style="width:0.1%" |
 
|}
 
|}

Revision as of 22:21, 16 August 2020

Welcome to the advanced scripting guide for the HPL3 Engine.

Here you can expect to find information on performing some more advanced scripting in your map, and outside of it.


Note icon.png Bear in mind that there are more concepts to learn about the engine beyond this guide, see the main scripting page for the desired game you work with.