From ff3627f68db843bddc5aa1cbaa826132dc57940d Mon Sep 17 00:00:00 2001 From: Oganesson897 <101081378+Oganesson897@users.noreply.github.com> Date: Sun, 8 Dec 2024 21:33:14 +0900 Subject: [PATCH] Add extreme sound muffler legacy mod --- config/extremesoundmuffler.cfg | 56 ++++++++++++++++++++++++++++++++++ manifest.json | 5 +++ 2 files changed, 61 insertions(+) create mode 100644 config/extremesoundmuffler.cfg diff --git a/config/extremesoundmuffler.cfg b/config/extremesoundmuffler.cfg new file mode 100644 index 000000000..4baf5e308 --- /dev/null +++ b/config/extremesoundmuffler.cfg @@ -0,0 +1,56 @@ +# Configuration file + +anchors { + # Disable the Anchors? + B:disableAnchors=false +} + + +general { + # Volume set when pressed the mute button by default + # Min: 0.0 + # Max: 0.99 + D:defaultMuteVolume=0.0 + + # Blacklisted Sounds - add the name of the sounds to blacklist, separated with comma + S:forbiddenSounds < + ui. + music. + ambient. + > + + # Hide non-recent muffled sounds from the recent sounds list + B:hideMuffledFromRecent=true + + # Allow the "ALL" sounds list to include the blacklisted sounds? + B:lawfulAllList=false + + # Move the muffle and play buttons to the left side of the GUI + B:leftButtons=false + + # Show tips in the Muffler screen? + B:showTip=true + + # Whether or not use the dark theme + B:useDarkTheme=false +} + + +########################################################################################################## +# inventory_button +#--------------------------------------------------------------------------------------------------------# +# Buttons can be moved by holding CTRL and LMB over the button and dragging it around +########################################################################################################## + +inventory_button { + # Disable the Muffle button in the player inventory? + B:disableInventoryButton=false + + # X coordinate of the Muffler button in the player inventory. + I:invButtonX=75 + + # Y coordinate of the Muffler button in the player inventory. + I:invButtonY=7 +} + + diff --git a/manifest.json b/manifest.json index 49a61308b..d4585de03 100644 --- a/manifest.json +++ b/manifest.json @@ -876,6 +876,11 @@ "projectID": 1056812, "fileID": 5797752, "required": true + }, + { + "projectID": 1052470, + "fileID": 5575232, + "required": true } ], "overrides": "overrides"