Difference between revisions of "HPL3/SOMA/Glossary"
Jump to navigation
Jump to search
m (formatting stuff) |
(static obj) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE:Glossary of Terms}} | ||
{{constructionNotice|This page is currently undergoing major editing, as some information on this page is currently in the process of being formatted or re-written from scratch to achieve a higher standard of formatting and/or clarity.}} | {{constructionNotice|This page is currently undergoing major editing, as some information on this page is currently in the process of being formatted or re-written from scratch to achieve a higher standard of formatting and/or clarity.}} | ||
Line 9: | Line 10: | ||
== Modding == | == Modding == | ||
+ | *'''Mod''' - Additional game content created by community members and fans. | ||
+ | *'''Standalone Mod''' - Often referred to as a "Custom Story", standalone mods are user-made content available from the game's designated mod launcher. They contain custom maps and scripts and make up the majority of mods available. | ||
+ | *'''[[HPL3/Modding/Mod_Dependencies|Mod Dependency/Add-on]]''' - A mod which is being used by other mods as a source for content. This can include custom models, scripts, or other assets that can be automatically included with standalone mods. | ||
== Level Design == | == Level Design == | ||
Line 15: | Line 19: | ||
=== Areas === | === Areas === | ||
+ | |||
+ | Areas are invisible in-game cuboid which marks 3D space. Used as input-output systems for the levels and events. | ||
=== Entities === | === Entities === | ||
Line 29: | Line 35: | ||
=== Static Objects === | === Static Objects === | ||
+ | |||
+ | Static objects are in-game objects/models which area used only for physics collisions. They can include walls, tables, or any object that won't change during the level. They can't be influenced by scripts. | ||
=== Terrain === | === Terrain === |
Latest revision as of 09:02, 15 September 2021
This article or section is a stub. You can help by adding to it. |
Find explanations of various HPL3 terms here.
Modding
Level DesignGeneralAreasAreas are invisible in-game cuboid which marks 3D space. Used as input-output systems for the levels and events. EntitiesAn entity is any object within the game world which possesses custom behavior, and can have custom code applied to it to perform specific functions.
LightsSoundsStatic ObjectsStatic objects are in-game objects/models which area used only for physics collisions. They can include walls, tables, or any object that won't change during the level. They can't be influenced by scripts. TerrainOtherScripting |
Old glossary page. Will be removed once editing is complete. |
General
Modding
Level DesignScripting
|