Difference between revisions of "HPL3/SOMA/Modding/Non-Safe Mode Menu"

From Frictional Wiki
< HPL3‎ | SOMA‎ | Modding
Jump to navigation Jump to search
m (TiMan moved page HPL3/SOMA/Non-Safe Mode Menu to HPL3/SOMA/Modding/Non-Safe Mode Menu without leaving a redirect)
Line 3: Line 3:
  
 
==Download==
 
==Download==
This section is dedicated to hosting a clean copy of the minimal standalone mod. It is unlikely you will need to download it directly from this page, but it will be made available here should an issue occur.
 
 
If there is an issue with your local minimal standalone mod, it is highly recommended to repair your installation. Steam users may do so by verifying their game cache. GOG users may do so by performing a repair on their installation. These procedures will verify your current editors are up-to-date and working, as well as repair any corrupted files within the SOMA sub-directory.
 
 
'''Installation:''' Download and extract the folder inside the .zip file into your '''mods''' folder which is located inside the SOMA game directory.
 
 
 
{| class="wikitable"
 
{| class="wikitable"
 
|+
 
|+
!Mod
+
!Script File
 
!Upload Date
 
!Upload Date
 
|-
 
|-
|[https://drive.google.com/file/d/18Yjn-SOaNgX3LYXA2O8rzHCNK8Gqsh03/view?usp=sharing MinimalCustomMapMod.zip]
+
|[https://drive.google.com/file/d/1Ls-9BIOZkL9oohwB_-7vH678Ho9FR1pf/view?usp=sharing MenuHandler.hps]
 
|1 August, 2020
 
|1 August, 2020
 
|}
 
|}
 +
 +
===Installation===
 +
#Create a <code>script</code> folder inside your mod directory.
 +
#Create a <code>modules</code> folder inside your <code>script</code> folder.
 +
#Put <code>MenuHandler.hps</code> inside the <code>modules</code> folder.
 +
#Make sure you add the <code>script</code> directory to the [[HPL3/Resources_Configuration|mod resources]] file.
  
 
__NOTOC__
 
__NOTOC__
 
[[Category:Modding]]
 
[[Category:Modding]]
 
[[Category:English]]
 
[[Category:English]]

Revision as of 15:51, 25 August 2020

The SOMA Safe Mode was is a special mode made for the main game for players who want to have non-horror experience with the game. Most mods however, will not find this feature useful. Therefore, it is possible to remove the safe mode option from the menu. This page provides download for the menu script file without the safe mode option.

Download

Script File Upload Date
MenuHandler.hps 1 August, 2020

Installation

  1. Create a script folder inside your mod directory.
  2. Create a modules folder inside your script folder.
  3. Put MenuHandler.hps inside the modules folder.
  4. Make sure you add the script directory to the mod resources file.