Skip to content

Commit

Permalink
Merge pull request #1144 from Oganesson897/esm
Browse files Browse the repository at this point in the history
Add Extreme Sound Muffler Legacy
  • Loading branch information
MCTian-mi authored Dec 8, 2024
2 parents b27e4a4 + ff3627f commit 82f4635
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
56 changes: 56 additions & 0 deletions config/extremesoundmuffler.cfg
Original file line number Diff line number Diff line change
@@ -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
}


5 changes: 5 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,11 @@
"projectID": 1056812,
"fileID": 5797752,
"required": true
},
{
"projectID": 1052470,
"fileID": 5575232,
"required": true
}
],
"overrides": "overrides"
Expand Down

0 comments on commit 82f4635

Please sign in to comment.