Difference between revisions of "HPL2/Third party tools"

From Frictional Wiki
Jump to navigation Jump to search
(Clean up, add LMMS to the audio program list)
(Reorganised sections, linked to VS code page)
 
Line 1: Line 1:
 
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.  
 
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.  
 +
 +
===Text/Script coding programs===
 +
 +
# [[Visual Studio Code]] is pretty much the best option for developing mods.
 +
#[[Notepad%2B%2B|Notepad++]]: An advanced text editor.
 +
#[[Geany|Geany]]: An alternative for Notepad++.
 +
 +
Mac OS X alternatives:
 +
 +
#[[:hpl2:third_party_tools:text:textwrangler|TextWrangler]]: A good alternative to Notepad++ on Windows.
 +
#[[TextMate|TextMate]]: A nice and smooth code editor with many customization options.
  
 
===3D programs===
 
===3D programs===
Line 19: Line 30:
 
#[[Audacity]] - a general-use audio recording and manipualtion tool.
 
#[[Audacity]] - a general-use audio recording and manipualtion tool.
 
#[https://lmms.io/ LMMS] - a free and open source program for making music.
 
#[https://lmms.io/ LMMS] - a free and open source program for making music.
 
===Text/Script coding programs===
 
 
#[[Notepad%2B%2B|Notepad++]]: An advanced text editor.
 
# [https://vscodium.com/ 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.
 
#[[Geany|Geany]]: An alternative for Notepad++.
 
 
Mac OS X alternatives:
 
 
#[[:hpl2:third_party_tools:text:textwrangler|TextWrangler]]: A good alternative to Notepad++ on Windows.
 
#[[TextMate|TextMate]]: A nice and smooth code editor with many customization options.
 
  
 
==Community resources==
 
==Community resources==
Line 43: Line 43:
 
The following are available as Steam Workshop dependencies (requires TDD version 1.5), but can also be used as regular asset packs:
 
The following are available as Steam Workshop dependencies (requires TDD version 1.5), but can also be used as regular asset packs:
  
#[[AMFP_Asset_pack_installation_and_usage|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.
+
#[[AMFP_Asset_pack_installation_and_usage|AMFP Asset pack installation and usage]] - A complete package of assets unique to The Machine For Pigs, with minimal overhauls and quality of life improvements.
 
#[[Amadeus_Asset_pack_installation_and_usage| Amadeus asset pack installation and usage]]
 
#[[Amadeus_Asset_pack_installation_and_usage| Amadeus asset pack installation and usage]]
 
#[[LucysEyes_Asset_pack_installation_and_usage| In Lucy's Eyes asset pack installation and usage]]
 
#[[LucysEyes_Asset_pack_installation_and_usage| In Lucy's Eyes asset pack installation and usage]]

Latest revision as of 14:51, 23 March 2024

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.

Text/Script coding programs

  1. Visual Studio Code is pretty much the best option for developing mods.
  2. Notepad++: An advanced text editor.
  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.

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.

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, 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