You are viewing a potentially older version of this package. View all versions.
explodingMods-LandmineSmokeDetectorSound-1.2.1 icon

LandmineSmokeDetectorSound

Replaces landmine beep with a smoke detector's out of battery sound.

Date uploaded 3 months ago
Version 1.2.1
Download link explodingMods-LandmineSmokeDetectorSound-1.2.1.zip
Downloads 6880
Dependency string explodingMods-LandmineSmokeDetectorSound-1.2.1

This mod requires the following mods to function

loaforc-loaforcsSoundAPI-0.1.3 icon
loaforc-loaforcsSoundAPI

A soundtool made to give Soundpack creators ultimate control.

Preferred version: 0.1.3
Hardy-LCMaxSoundsFix-1.1.0 icon
Hardy-LCMaxSoundsFix

Simple mod that increase max number of simultaneous playing sounds, hopefully fixing missing footsteps and other missing sound problems.

Preferred version: 1.1.0

README

LandmineSmokeDetectorSound

Initially I was using a mod like this (MineBeepSmokeDetectorChirp by FujiGang) but there were some issues with it imo. The sound didn't play in sync with the mine blinking because the sound file didn't play the beep right away. Also there was quite some noise.

So I decided to denoise the audio file and cut the audio to play straight away and thus in sync with the mine's visual indicator.

Since then the sound was entirely replaced with a better quality version and I'm quite happy with it now.

LCMaxSounds mostly fixes audio clipping, cutting in/out or missing sounds entirely. Thus it's a hard dependency.

We also switched to loaforcsSoundAPI because that's what the major modpacks (LR) are using and it generally has less issues than LCSoundTool.

IMPORTANT NOTE

Please replace your smoke detector's battery when they're making this sound ;)

CHANGELOG

v1.2.1

  • fixed some markdown formatting and typos :')

v1.2.0

  • switched to loaforcsSoundAPI

v1.1.0

  • sourced a higher quality recording
  • better audio processing (noisegate, limiter)
  • removed reverb - let the sound engine handle that
  • sound is now mono instead of stereo - it's spatialized in 3d space by the sound engine anyway

v1.0.2

  • fixed changelog typo :')

v1.0.1

  • reduced volume by 3dB. this reduces clipping when you stand very close to the mine as the game turns up the gain
    • if you liked the more ear blasting and sometimes distorted volume you can of course opt for the old version

v1.0.0

  • initial release