Difference between revisions of "HPL1"

From Frictional Wiki
Jump to navigation Jump to search
(Upload from wiki)
 
m
 
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<note important>It's difficult to do anything with Penumbra: Overture, as it requires using old software and learning a great deal before anything useful can be made. This documentation is only left here to give insight for those fiddling with the source code for Overture and the HPL1 engine.</note>
+
<div style="text-align:center;">
 +
'''Welcome to the HPL1 documentation hub.'''<br>Here you can find extensive documentation about the engine, including downloads for various tools and tutorials on how to create your own [[HPL1/Getting_started|mods]].
 +
</div>
  
= HPL1 Documentation =
+
{{warning|It's difficult to do anything with Penumbra: Overture and Penumbra: Black Plague as it requires using old software and learning a great deal before anything useful can be made. Take the time to read through the documentation and familiarize yourself with the tools.}}
 +
{{note|Overture and Black plague are identical scripting-wise but differ with enemy types. Black Plague introduced the infected character whereas Overture can't load those in-game.}}
  
* This wiki contains all the information you need to get started with modding [http://www.penumbragame.com Penumbra: Overture] and the HPL engine. Before you begin remember that to work with the engine you will need experience with using a 3D editor, if you have none or little it is recommended you start learning one before trying to use the HPL engine.
+
<div style="text-align:center;">
 +
<p style="margin:1em auto 0; text-align:center; width:400px;">[[File:Hpl1:Hpl1_logo_retro.png|250px|link=|HPL1]]</p>
 +
<p style="margin:1em;">'''[[HPL1/Tools|Development Tools]] | [[HPL1/Troubleshooting|Troubleshooting]]'''</p></div>
  
* All game specific files that gives objects specific behavior is based on XML files, it's good to have some very basic knowledge of how XML files are structured and function.
+
----
 +
<center><gallery mode="nolines" widths="250" heights="250">
 +
File:overture-header.jpg
 +
File:BP-header.jpg
 +
</gallery></center>
 +
{| class="wikitable" style="margin:auto;"
 +
|'''[[HPL1/Getting_started|<center>Getting started</center>]]'''
 +
|Start here, you must also download some important files before anything useful can be made
 +
|-
 +
|'''[[HPL1/Content_Creation|<center>Modding</center>]]'''
 +
|Create various different things, from entities to materials.
 +
|-
 +
|'''[[HPL1/Script_Reference|<center>Script Functions</center>]]'''
 +
|See a list of all available script functions for the Penumbra games
 +
|-
 +
|'''[[HPL1/Content_Creation_Chapter_2|<center>Modeling</center>]]'''
 +
|Import, export, add and modify 3D models for the game
 +
|-
 +
|'''[[HPL1/Content_Creation_Chapter_6|<center>Entities</center>]]'''
 +
|Create your own entity files with the power of Notepad++
 +
|-
 +
|'''[[HPL1/Content_Creation_Chapter_4|<center>Materials</center>]]'''
 +
|Use the Material Editor to combine texture maps to create materials
 +
|-
 +
|'''[[HPL1/Editors/Particle Editor|<center>Effects</center>]]'''
 +
|Create your own visual effects with the HPL1 Particle Editor
 +
|-
 +
|'''[[HPL1/Tutorials|<center>Tutorials</center>]]'''
 +
|Official step-by-step guides on a variety of topics, created by Frictional Games
 +
|-
 +
|'''[[HPL1/Third party tools|<center>Third-Party Tools</center>]]'''
 +
|Useful developer tools
 +
|-
 +
|'''[[HPL1/Glossary|<center>Glossary</center>]]'''
 +
|Explanations for terms you may encounter
 +
|}
  
* The HPL engine uses a C/C++ like script language called [http://www.angelcode.com/angelscript/ Angel Script], as such it is a good idea to have some basic programing experience, no more than having done an introduction course or similar is required.
+
[[Category:Entry pages]]
 +
__NOTOC____NOEDITSECTION__
  
* You must have a 3D Accelerator as the engine and editors rely heavily on those, Integrated graphics do not work.
+
[[Category:Entry pages]]
 
+
[[Category:English]]
* If you are all set to go, head on to the [[:hpl1:getting_started|Getting started document]] page!
 
 
 
== Resources in the wiki ==
 
 
 
* [[:hpl1:getting_started|Getting started document]]
 
[[:hpl1:start|Documentation]]
 
'''* [[:hpl1:documentation:content_creation_document|HPL-Engine© Content Creation]]
 
'''* [[:hpl1:documentation:script_reference|Script Reference document]]
 
'''* [[:hpl1:documentation:particle_editor_document|HPL Particle Editor]]
 
*  [[:hpl1:tutorials:start|Tutorials]]
 
'''* [[:hpl1:tutorials:tutorial_1_-_introduction|TUTORIAL 1.1 – Introduction]]
 
'''* [[:hpl1:tutorials:tutorial_2_-_level_creation|TUTORIAL 2.1 Level Creation]]
 
'''* [[:hpl1:tutorials:tutorial_3_-_materials|HPL Tutorial 3.1 Materials]]
 
'''* [[:hpl1:tutorials:tutorial_4_-_particles|TUTORIAL 4.1 – Particles]]
 
'''* [[:hpl1:tutorials:tutorial_5_-_scripting|TUTORIAL 5.1 – Scripting a light]]
 
* [[:hpl1:projects_using_hpl|Projects using the HPL engine]]
 

Latest revision as of 21:58, 29 March 2023

Welcome to the HPL1 documentation hub.
Here you can find extensive documentation about the engine, including downloads for various tools and tutorials on how to create your own mods.

Alert icon.png Warning: It's difficult to do anything with Penumbra: Overture and Penumbra: Black Plague as it requires using old software and learning a great deal before anything useful can be made. Take the time to read through the documentation and familiarize yourself with the tools.
Note icon.png Overture and Black plague are identical scripting-wise but differ with enemy types. Black Plague introduced the infected character whereas Overture can't load those in-game.

HPL1

Development Tools | Troubleshooting


Getting started
Start here, you must also download some important files before anything useful can be made
Modding
Create various different things, from entities to materials.
Script Functions
See a list of all available script functions for the Penumbra games
Modeling
Import, export, add and modify 3D models for the game
Entities
Create your own entity files with the power of Notepad++
Materials
Use the Material Editor to combine texture maps to create materials
Effects
Create your own visual effects with the HPL1 Particle Editor
Tutorials
Official step-by-step guides on a variety of topics, created by Frictional Games
Third-Party Tools
Useful developer tools
Glossary
Explanations for terms you may encounter