You are viewing a potentially older version of this package. View all versions.
CPD-FNAF1Scare-1.0.0 icon

FNAF1Scare

FNAF 1 door jumpscare noise when you see a monster or a dead teammate.

By CPD
Date uploaded a year ago
Version 1.0.0
Download link CPD-FNAF1Scare-1.0.0.zip
Downloads 601
Dependency string CPD-FNAF1Scare-1.0.0

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

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:
    
    ── FNAFScare/
         ├── sounds/
         ├── replacers/
         └── sound_pack.json
    

Features

  • Replaces default monster encounter sounds with the iconic FNAF 1 door jumpscare
  • Plays the same sound effect when encountering dead teammates
  • Simple and lightweight implementation