Difference between revisions of "HPL2/TDD/Effects"
Jump to navigation
Jump to search
(Created) |
m |
||
Line 1: | Line 1: | ||
This page lists the effects available in HPL2. They can be added both to a map in the Level Editor and to an Entity in the Model Editor. | This page lists the effects available in HPL2. They can be added both to a map in the Level Editor and to an Entity in the Model Editor. | ||
==Lights== | ==Lights== | ||
+ | |||
*[[Hpl2:Tools:editors:light editmode|Placing lights in the editors]] | *[[Hpl2:Tools:editors:light editmode|Placing lights in the editors]] | ||
*[[Hpl2:Tools:editors:lights|The main article about lights]] | *[[Hpl2:Tools:editors:lights|The main article about lights]] | ||
Line 7: | Line 8: | ||
OGG files are the recommended file format for HPL2. Music can be played from such a file without any additional steps. | OGG files are the recommended file format for HPL2. Music can be played from such a file without any additional steps. | ||
Other sounds need to have a config file (.snt) which will define its behaviour in 3D space. Quite often one sound randomises between multiple .ogg files. | Other sounds need to have a config file (.snt) which will define its behaviour in 3D space. Quite often one sound randomises between multiple .ogg files. | ||
+ | |||
*[[Hpl2:Tools:editors:sound editmode|Placing sounds in the editors]] | *[[Hpl2:Tools:editors:sound editmode|Placing sounds in the editors]] | ||
*[[Hpl2:Tools:editors:sound browser|Browsing sounds in the editors]] | *[[Hpl2:Tools:editors:sound browser|Browsing sounds in the editors]] | ||
Line 14: | Line 16: | ||
==Billboards== | ==Billboards== | ||
Billboards are 2D objects in 3D space which (at least in HPL2) mostly simulate light effects. | Billboards are 2D objects in 3D space which (at least in HPL2) mostly simulate light effects. | ||
+ | |||
*[[Hpl2:Tools:editors:billboards|Main article]] | *[[Hpl2:Tools:editors:billboards|Main article]] | ||
*[[Hpl2:Tools:editors:billboard editmode|Editing billboards in editors]] | *[[Hpl2:Tools:editors:billboard editmode|Editing billboards in editors]] | ||
==Particle Systems== | ==Particle Systems== | ||
− | Effects like smoke, sparks, blood and fire. Particle systems are made using the [[ | + | Effects like smoke, sparks, blood and fire. Particle systems are made using the [[HPL2/Tools/Particle Editor|Particle Editor]]. |
+ | |||
*[[Hpl2:Tools:editors:particle system editmode|Placing particles in the editors]] | *[[Hpl2:Tools:editors:particle system editmode|Placing particles in the editors]] | ||
*[[Hpl2:Tools:editors:particle systems|Particle parameters in the editors]] | *[[Hpl2:Tools:editors:particle systems|Particle parameters in the editors]] |
Revision as of 21:53, 8 August 2020
This page lists the effects available in HPL2. They can be added both to a map in the Level Editor and to an Entity in the Model Editor.
Contents
Lights
Sounds
OGG files are the recommended file format for HPL2. Music can be played from such a file without any additional steps. Other sounds need to have a config file (.snt) which will define its behaviour in 3D space. Quite often one sound randomises between multiple .ogg files.
- Placing sounds in the editors
- Browsing sounds in the editors
- Sound parameters in the editors
- Creating custom sounds.
Billboards
Billboards are 2D objects in 3D space which (at least in HPL2) mostly simulate light effects.
Particle Systems
Effects like smoke, sparks, blood and fire. Particle systems are made using the Particle Editor.