Difference between revisions of "HPL2/TDD/Entities"
Jump to navigation
Jump to search
(Created) |
m |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
When placed in the level editor, all entities will have some generic parameters and their own parameters which are specific to their types. | When placed in the level editor, all entities will have some generic parameters and their own parameters which are specific to their types. | ||
Further reading: | Further reading: | ||
− | *[[ | + | |
− | *[[Hpl2: | + | *[[HPL2/Tools/Level Editor/Entity Editmode|Placing entities in a map (Entity Edit Mode)]] |
− | * [[Hpl2: | + | *[[HPL2/Entities|Generic parameters of placed entities]] |
+ | *[[HPL2/TDD/Entity Types|All entity types]] | ||
+ | |||
+ | Entities are made using [[HPL2/Tools/Model Editor|the Model Editor]]. | ||
+ | Check out the tutorials for this editor: | ||
+ | |||
+ | *[[Hpl2:Tutorials:model editor:tutorial 1|Making a basic entity]] | ||
+ | *[[Hpl2:Tutorials:model editor:tutorial 2|Making a ragdoll entity (Warning! Advanced)]] |
Latest revision as of 18:29, 15 August 2020
An entity is a HPL2 component which allows interactions and can be manipulated with script. When placed in the level editor, all entities will have some generic parameters and their own parameters which are specific to their types. Further reading:
Entities are made using the Model Editor. Check out the tutorials for this editor: