
FNAF1Scare
Classic FNAF 1 door jumpscare noise that triggers when encountering monsters or discovering dead teammates.Details
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