Difference between revisions of "HPL1/Tutorials"

From Frictional Wiki
Jump to navigation Jump to search
m (Mudbill moved page Hpl1:Tutorials:start to HPL1/Tutorials without leaving a redirect)
m (Fixed link (for now))
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
= Tutorials =
+
=Tutorials=
  
 
Here are the first 5 basic tutorials created by Frictional Games. Feel free to create additional tutorials or modify the existing ones, they can always be improved in particular more visual help.
 
Here are the first 5 basic tutorials created by Frictional Games. Feel free to create additional tutorials or modify the existing ones, they can always be improved in particular more visual help.
  
Make sure you have the [[:hpl1:tutorial_files.zip|Tutorial example files]].
+
Make sure you have the [https://oldwiki.frictionalgames.com/_media/hpl1/tutorial_files.zip Tutorial example files].
  
== Basic Tutorials ==
+
==Basic Tutorials==
  
[[:hpl1:tutorial_files.zip|Tutorial example files]], download these if you want to do the tutorials. They contain example files and basic files needed to create quick tests.
+
[https://oldwiki.frictionalgames.com/_media/hpl1/tutorial_files.zip Tutorial example files], download these if you want to do the tutorials. They contain example files and basic files needed to create quick tests.
  
=== Tutorial 1 ===
+
===Tutorial 1===
  
[[:hpl1:tutorials:tutorial_1_-_introduction|TUTORIAL 1.1 – Introduction]]. How to create basic models and make them into entities in the game as well as important information regarding the file and catalog structure.
+
[[HPL1/Tutorials/Introduction|TUTORIAL 1.1 – Introduction]]. How to create basic models and make them into entities in the game as well as important information regarding the file and catalog structure.
  
=== Tutorial 2 ===
+
===Tutorial 2===
  
[[:hpl1:tutorials:tutorial_2_-_level_creation|TUTORIAL 2.1 Level Creation]] How to create a very simple level.
+
[[HPL1/Tutorials/Level Creation|TUTORIAL 2.1 Level Creation]] How to create a very simple level.
  
=== Tutorial 3 ===
+
===Tutorial 3===
  
[[:hpl1:tutorials:tutorial_3_-_materials|HPL Tutorial 3.1 Materials]] Creating materials and what they are.
+
[[HPL1/Tutorials/Materials|HPL Tutorial 3.1 Materials]] Creating materials and what they are.
  
=== Tutorial 4 ===
+
===Tutorial 4===
  
[[:hpl1:tutorials:tutorial_4_-_particles|TUTORIAL 4.1 – Particles]] Creating particles using the Particle Editor.
+
[[HPL1/Tutorials/Particles|TUTORIAL 4.1 – Particles]] Creating particles using the Particle Editor.
  
=== Tutorial 5 ===
+
===Tutorial 5===
  
[[:hpl1:tutorials:tutorial_5_-_scripting|TUTORIAL 5.1 – Scripting a light]] Putting it all together, models, level and script.
+
[[HPL1/Tutorials/Scripting|TUTORIAL 5.1 – Scripting a light]] Putting it all together, models, level and script.

Latest revision as of 21:25, 23 August 2020

Tutorials

Here are the first 5 basic tutorials created by Frictional Games. Feel free to create additional tutorials or modify the existing ones, they can always be improved in particular more visual help.

Make sure you have the Tutorial example files.

Basic Tutorials

Tutorial example files, download these if you want to do the tutorials. They contain example files and basic files needed to create quick tests.

Tutorial 1

TUTORIAL 1.1 – Introduction. How to create basic models and make them into entities in the game as well as important information regarding the file and catalog structure.

Tutorial 2

TUTORIAL 2.1 Level Creation How to create a very simple level.

Tutorial 3

HPL Tutorial 3.1 Materials Creating materials and what they are.

Tutorial 4

TUTORIAL 4.1 – Particles Creating particles using the Particle Editor.

Tutorial 5

TUTORIAL 5.1 – Scripting a light Putting it all together, models, level and script.