Difference between revisions of "HPL3/SOMA/Modding/Non-Safe Mode Menu"
Jump to navigation
Jump to search
(Created page with "{{shortPageTitle}} 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 no...") |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{shortPageTitle}} | {{shortPageTitle}} | ||
− | The SOMA Safe Mode | + | The SOMA Safe Mode 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== | ==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]] |
Latest revision as of 11:17, 14 October 2020
The SOMA Safe Mode 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.