Difference between revisions of "HPL3/SOMA/Modding/Non-Safe Mode Menu"
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== | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ | ||
− | ! | + | !Script File |
!Upload Date | !Upload Date | ||
|- | |- | ||
− | |[https://drive.google.com/file/d/ | + | |[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
- Create a
script
folder inside your mod directory. - Create a
modules
folder inside yourscript
folder. - Put
MenuHandler.hps
inside themodules
folder. - Make sure you add the
script
directory to the mod resources file.