HPL1/Content Creation

From Frictional Wiki
Jump to navigation Jump to search

HPL-Engine© Content Creation

Table of Contents

1. Introduction

1.1 Some forewords

Welcome dear content creator to the HPL-Engine.

In some parts of the doc naming conventions are described. This are described something like this:
_thing_[name]_[stuff]

This means that “[name]” and “[stuff]” are variables and are to be replaced with other text. The above example could be translated to:
_thing_thomas_lighter

Or something else depending on what the variables should describe.

1.2 Setup

Below are just some general rules and settings.

Units:
The game will use SI-units for measurements. This means that 1 length unit equals 1 meter, 1 time unit equals 1 second, 1 mass unit equals 1 kg and so on.

National Settings
All the tools for the engine uses a dot “.” as a decimal separator. If you are Swedish or something this might not be how your computer is set up. Open the control panel->national settings and check so that this is correct! Also don’t forget to write decimals with dot and not comma.

Good: 1.00 1.23 234.3
Bad: 1,00 1,23 234,3



1.3 Exporter used

Collada is used to export models and maps. The exporter can be used for most major 3d packages, however HPL cannot load all of the files created from the different exporters. Currently Maya is the most supported package.

More information is found at:
http://collada.org/public_forum/
Maya specific information is found at:
http://colladamaya.sourceforge.net/
Exporters known to work properly with current HPL release can be found in HPL1/Getting started.



2. Creating Models

2. Creating Models

3. Creating maps

3. Creating maps

4. Creating Materials

4. Creating Materials

5. HPL Helper

5. HPL Helper

6. Entity files

6. Entity files

7. Configuration files

7. Configuration files

8. Naming and structure

8. Naming and structure

9. Heads-Up Display files

9. HUD files

10. Graphical User Interface files

10. GUI files