HPL2/Tools

From Frictional Wiki
< HPL2
Revision as of 00:50, 24 July 2020 by Darkfire (talk | contribs) (Clean up)
Jump to navigation Jump to search

Installation Instructions

Keep in mind that these tools, while having been used to produce actual content and a lot of effort has been put on making them as stable as possible, are a constant work in progress, so bugs and the like may arise anytime. Make sure to back up your work often, and it is highly recommended to use a versioning system (e.g. Git - there are visual add-ons for it to make it simpler).

Windows

Download the Windows HPL Editor Suite for Amnesia:

This file must be unpacked in one of two places depending on which version of the game you have.

For users who downloaded the game from the site, unpack the file to the redist folder, found in the game's root directory that you chose during installation (By default, C:\Program Files\Amnesia - The Dark Descent\redist). If you have no redist folder, unpack it to the main folder where you find Amnesia.exe, all .dll files and folders with game data. For steam users, that will be C:\Program Files\Steam\steamapps\common\amnesia the dark descent\.

When reporting crashes and bugs, always include a description of the bug and any log output from the editors themselves (logs located in your <User Directory>/HPL2/ folder).

Linux

Download the Linux HPL Editor Suite for Amnesia:

Updated 2011-02-19 Updated to fix crashes when selecting enemies.

Extract the zip and run the installer (hpl_editor_suite.sh).

The installer should automatically find your currently installed copy of Amnesia if you installed it in one of the common installation locations. If not, simply select the Amnesia folder where you installed the game.

Note: No menu items are created by the installer, it simply installs the editor data files and executables for your platform.

Note: The HplLangTool.exe is included in the Linux HPL editor suite, it is a .NET application that does run under mono.

When reporting crashes and bugs, always include a description of the bug and any log output from the editors themselves (logs located in your ~/.frictionalgames/HPL2 folder).

Mac OS X

Download the Mac OS X HPL Editor Suite:

Notes:

  • Update 2011-02-19 Includes fixes for crashes and "hangs"
  • Update 2011-03-19 Includes fixes for a crash that occurs when selecting entities to add to a level
  • This currently is not for the Mac App Store release, as updates to Amnesia will completely remove the Editor suite. Please read this for more information.

Extract the zip and run the installer (HPL2 Editor Suite Installer). The installer should automatically find your currently installed copy of Amnesia no matter where you purchased it (including Steam).

After installing the tools, simply run Amnesia and select the "Editor Suite" tab in the launcher to run the tools.

When reporting crashes and bugs, always include a description of the bug and any log output from the editors themselves (logs located in your ~/Library/Application Support/Frictional Games/HPL2 folder).

Editors

General Editor setup

Every editor executable file must be located in the game redist folder. When first run, they create a folder in your personal directory where they will store logs, settings and temporary files. This folder will be named after a string set in the MainEditorSettings.cfg found in the game redist folder.

Level Editor

Level Editor - Everything that you do in the other editors comes to use here.

Model Editor

Model editor - Makes your 3D models come to life with ingame functions.

Particle Editor

Particle editor - Create fire, smoke and other particles to spice up levels and models.

Material Editor

Material editor - Should a texture come with normal, specular or illumination maps? Should the material be transparent or sound like metal?

HPL Language Tool

HPL Language Tool - Helper tool to build,edit, and translate language files

Viewers

Map viewer

Map viewer - Gives extra information about the level and allows viewing without running the game. A useful tool for optimization.

Model viewer

Model viewer - See how your model will look ingame without having to start the game or make game specific files.