HPL3/SOMA/Getting Started/Prepare Your Tools

From Frictional Wiki
Jump to navigation Jump to search

This step confirms that the game and the two tools needed for the first mod are available.

Before you begin

You need:

  • a working installation of SOMA;
  • the SOMA Level Editor, named LevelEditor.exe;
  • the SOMA Mod Launcher, named ModLauncher.exe or ModLauncher_NoSteam.exe; and
  • a plain-text or code editor for editing .cfg, .hpc, and .hps files. Recommendtaion: Use Visual Studio Code with the HPL3 Language Tools extension.

The SOMA executables are normally in the game's installation folder. Launch SOMA and LevelEditor.exe once before continuing. This creates any per-user folders the tools require and confirms that both programs can start.

Note icon.png You do not need to install a separate map editor. The HPL3 editors are included with SOMA.

Checkpoint

You are ready for Step 2 when:

  • SOMA reaches its main menu;
  • LevelEditor.exe opens; and
  • you can locate the game's mods folder.

If it does not work

If an executable is missing or does not start, repair or verify the SOMA installation through the store from which you installed it. Do this before copying mods or changing configuration files.

For an overview of the available documentation, see SOMA Modding and SOMA Level Design.