Difference between revisions of "HPL2/TDD/Effects"

From Frictional Wiki
< HPL2‎ | TDD
Jump to navigation Jump to search
(Created)
 
m (→‎Sounds: formatting)
 
(11 intermediate revisions by one other user not shown)
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:lights|The main article about lights]]
+
*[[HPL2/Tools/Light Editmode|Placing lights in the editors]]
 +
*[[HPL2/Lights|The main article about lights]]
  
 
==Sounds==
 
==Sounds==
 
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 browser|Browsing sounds in the editors]]
+
*[[HPL2/Tools/Sound Editmode|Placing sounds in the editors]]
*[[Hpl2:Tools:editors:sounds|Sound parameters in the editors]]
+
*[[HPL2/Tools/Sound Browser|Browsing sounds in the editors]]
*[[Hpl2:Tutorials:script:CustomSounds|Creating custom sounds]].
+
*[[HPL2/Sounds|Sound parameters in the editors]]
 +
*[[Hpl2:Tutorials:script:CustomSounds|Creating custom sounds]]
  
 
==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:billboard editmode|Editing billboards in editors]]
+
*[[HPL2/Billboards|Main article]]
 +
*[[HPL2/Tools/Billboard Editmode|Editing billboards in editors]]
  
 
==Particle Systems==
 
==Particle Systems==
Effects like smoke, sparks, blood and fire. Particle systems are made using the [[Hpl2:Tools:editors:particle editor|Particle Editor]].
+
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 systems|Particle parameters in the editors]]
+
*[[HPL2/Tools/Particle System Editmode|Placing particles in the editors]]
 +
*[[HPL2/Particle Systems|Particle parameters in the editors]]

Latest revision as of 17:45, 2 November 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.

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.

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.