Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
FNAF1Scare
Classic FNAF 1 door jumpscare noise that triggers when encountering monsters or discovering dead teammates.
By CPD
| Last updated | a year ago |
| Total downloads | 34884 |
| Total rating | 0 |
| Categories | Audio Monsters |
| Dependency string | CPD-FNAF1Scare-1.0.3 |
| Dependants | 6 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100loaforc-loaforcsSoundAPI
A general use library to replace sounds in Unity games.
Preferred version: 2.0.5README
FNAFScare
A mod that plays the FNAF 1 door jumpscare sound effect when:
- You encounter a monster
- You see a dead teammate
Requirements
- BepInEx 5.4.2100 or later
- loaforc-loaforcsSoundAPI 2.0.5 or later
- loaforc-loaforcsSoundAPI_REPO 1.0.1 or later
Installation
Using a Mod Manager
- Install the mod through your preferred mod manager
- Ensure all dependencies are installed
Manual Installation
- Download and install BepInEx
- Download and install loaforc-loaforcsSoundAPI
- Download this mod
- Extract the contents to your game's root directory under BepInEx/plugins
- The mod structure should mirror the following:
CPD-FnaFDoorJumpscare/ ├── FNAFScare/ │ ├── sounds/ │ │ └── fnaf.mp3 │ ├── replacers/ │ │ └── replacer.json │ └── sound_pack.json ├── icon.png ├── manifest.json └── README.md
Features
- Replaces default monster encounter sounds with the iconic FNAF 1 door jumpscare
- Plays the same sound effect when encountering dead teammates
Hotfixes
V. 1.0.1
- Fixed file structure to resolve automatic installation issues where mod clients were unpacking files incorrectly
V. 1.0.2
- Corrected typo in README
V. 1.0.3
- Updated dependencies
- Updated README