You are viewing a potentially older version of this package. View all versions.
Curiosity_Core_Development-SoundGate-0.1.0 icon

SoundGate

A mod that introduces a Input Sensitivity slider to the Audio Settings, allowing players the ability to block sounds under a particular threshold.

Date uploaded 9 months ago
Version 0.1.0
Download link Curiosity_Core_Development-SoundGate-0.1.0.zip
Downloads 75
Dependency string Curiosity_Core_Development-SoundGate-0.1.0

This mod requires the following mods to function

BepInEx-BepInExPack_PEAK-5.4.2403 icon
BepInEx-BepInExPack_PEAK

BepInEx pack for PEAK. Preconfigured and ready to use.

Preferred version: 5.4.2403
PEAKModding-PEAKLib_Core-1.5.1 icon
PEAKModding-PEAKLib_Core

Core module of the PEAKLib community API.

Preferred version: 1.5.1
PEAKModding-PEAKLib_UI-1.5.0 icon
PEAKModding-PEAKLib_UI

UI module of the PEAKLib community API.

Preferred version: 1.5.0

README

SoundGate

Describe your project here!

Template Instructions

You can remove this section after you've set up your project.

Next steps:

  • Create a copy of the Config.Build.user.props.template file and name it Config.Build.user.props
    • This will automate copying your plugin assembly to BepInEx/plugins/
    • Configure the paths to point to your game path and your BepInEx/plugins/
    • Game assembly references should work if the path to the game is valid
  • Search TODO in the whole project to see what you should configure or modify

Thunderstore Packaging

This template comes with Thunderstore packaging built-in, using TCLI.

You can build Thunderstore packages by running:

dotnet build -c Release -target:PackTS -v d

[!NOTE]
You can learn about different build options with dotnet build --help.
-c is short for --configuration and -v d is --verbosity detailed.

The built package will be found at artifacts/thunderstore/.

CHANGELOG

Changelog

0.1.7 - 2025-09-24

Changed

  • Harmony Patches: Fixed

0.1.4 - 2025-09-24

Changed

  • Code Cleanup: General cleanup before making Repo public

  • Documentation: Documentation added to Mod's classes

  • README: Updated to be more clear / visually appealing

0.1.3 - 2025-09-20

Changed

  • Icon: Custom Icon Added

0.1.2 - 2025-09-20

Changed

  • CHANGELOG:: Actually populated it (Double Whoops!)

0.1.1 - 2025-09-20

Changed

  • README: Actually added one (Whoops!)

0.1.0 - 2025-09-20

Added

  • Initial release