CPD-FNAF1Scare icon

FNAF1Scare

Classic FNAF 1 door jumpscare noise that triggers when encountering monsters or discovering dead teammates.

By CPD
Last updated a week ago
Total downloads 4167
Total rating 0 
Categories Audio Monsters
Dependency string CPD-FNAF1Scare-1.0.3
Dependants 1 other package depends on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
loaforc-loaforcsSoundAPI-2.0.5 icon
loaforc-loaforcsSoundAPI

A general use library to replace sounds in Unity games.

Preferred version: 2.0.5
loaforc-loaforcsSoundAPI_REPO-1.0.1 icon
loaforc-loaforcsSoundAPI_REPO

R.E.P.O. bindings for SoundAPI

Preferred version: 1.0.1

README

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

  1. Install the mod through your preferred mod manager
  2. Ensure all dependencies are installed

Manual Installation

  1. Download and install BepInEx
  2. Download and install loaforc-loaforcsSoundAPI
  3. Download this mod
  4. Extract the contents to your game's root directory under BepInEx/plugins
  5. 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