HPL2/Third party tools

From Frictional Wiki
< HPL2
Revision as of 19:03, 31 January 2024 by Darkfire (talk | contribs) (Clean up, add LMMS to the audio program list)
Jump to navigation Jump to search

Information on some of the third-party tools that can be used to create models, graphics and art for the game and what specific things you will need to setup to make it all work.

3D programs

All 3D models regardless of program used must be exported to the Collada format or FBX format (note that FBX support was added in Amnesia version 1.3).

  1. Blender - Open-source 3D modeling program that comes with built-in support for Collada.
  2. Autodesk Maya - Professional 3D modeling program with OpenCOLLADA plugin support.

2D programs

  1. GIMP - Open-source 2D GNU Image Manipulation Program.
  2. Krita - a free and open source image editing program with focus on painting. It is more similar to Photoshop than GIMP.
  3. Adobe Photoshop - Professional image editing software.
  4. Paint.net

Audio programs

  1. Audacity - a general-use audio recording and manipualtion tool.
  2. LMMS - a free and open source program for making music.

Text/Script coding programs

  1. Notepad++: An advanced text editor.
  2. VSCodium, an open version of VSCode. Has much better editing, search and autocomplete capabilities than Notepad++. You will need to add .hps as a C++ extension and .lang as an XML extension to get syntax highlighting.
  3. Geany: An alternative for Notepad++.

Mac OS X alternatives:

  1. TextWrangler: A good alternative to Notepad++ on Windows.
  2. TextMate: A nice and smooth code editor with many customization options.

Community resources

Script packages

  1. HPL2 Helper Scripts is a package of .hps files containing script classes and functions that may be useful in advanced HPL2 scripts. Requires ATDD version 1.5 to work.

Asset packs

The following are available as Steam Workshop dependencies (requires TDD version 1.5), but can also be used as regular asset packs:

  1. AMFP Asset pack installation and usage - A complete package of assets unique to The Machine For Pigs, exactly as they work in aforementioned game, with minimal overhauls and quality of life improvements.
  2. Amadeus asset pack installation and usage
  3. In Lucy's Eyes asset pack installation and usage