Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
TheAllHusher
Allows the player to opt in to silence their position on the world map and hide chat during crafting benches.
| Date uploaded | 2 years ago |
| Version | 1.0.0 |
| Download link | Plagueheart-TheAllHusher-1.0.0.zip |
| Downloads | 201 |
| Dependency string | Plagueheart-TheAllHusher-1.0.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2102README
Introduction
This is a readme file for TheAllHusher mod that utilizes ServerSync for configuration management. This system allows you to customize various in-game aspects without modifying game files.
Configuration File
The mod creates a configuration file named BepInEx/config/com.Plagueheart.TheAllHusher.cfg.
Configuration Options
The configuration file contains the following sections:
[1 - General]
-
Enable Logging (On/Off):
- Controls whether the mod generates debug/trace logs for troubleshooting purposes.
- Enabling logging might create additional files and impact performance slightly.
-
Lock Configuration (On/Off):
- (Server-only)
- This setting is server-specific and likely requires server administrator privileges to modify.
- When enabled, only authorized personnel (those with server administration access) can change configuration values. Disabling allows client-side modifications as well.
[2 - Chat]
-
Crafting Bench (On/Off):
- Enables or disables the suppression of chat messages while using the crafting bench.
- Enabling this option can improve focus and reduce chat clutter during crafting.
-
Chat Ping (On/Off):
- Determines whether users can opt-out of being visible on the world map when pinged in chat.
- Enabling this option provides players more control over their privacy.
-
Chat Ping Style (ExcludeWorldMap | ExcludePlayerHead)
-
Requires Chat Ping to be enabled (see above)
-
This option determines how chat pings using the
/shoutcommand are displayed when Chat Ping is enabled:- Bitwise Flag Operation:
- ExcludeWorldMap: Hides chat pings from the 2D world map.
- ExcludePlayerHead: Hides chat pings from the 3D world above player locations.
- Bitwise Flag Operation:
-
How to Use
Manual Installation
Single-Player or Client-Side Configuration
- Download and Install R2 Mod Manager:
- Obtain the R2 Mod Manager from the official source and follow the installation instructions.
- Download TheAllHusher through R2 Mod Manager
- Launch Valheim:
- Start the game to allow it to generate the necessary configuration files.
- Edit Configuration in R2 Mod Manager:
- Open R2 Mod Manager.
- Find mod config in the Config-Editor section and navigate to the configuration section.
- Adjust the settings as you see fit for a user-friendly configuration experience.
- Save Changes: Ensure you save any changes made within the R2 Mod Manager.
Note: Some configuration options might require a server restart to activate properly.
CHANGELOG
Changelog
1.0.3
- support for live update server configs
- new config settings for the following
- Hud
Displayallows the server to control the health bars of Player, Bosses, Monster, Tamed to be hidden or shown - Event
Raid Stylecontrols display of hiding / showing Raid events on the world map / minmap.
- Hud
1.0.2
- new config settings
ChatFormatStyle,MerchantVisibility - Fixed bug that prevented players to ping on the map manually using middle mouse button when opt-out visibility
1.0.1
- Fixed Assembly version stamp
- Fixed NRE during server shutdown
- Improved README.md for server-client install clarification
1.0.0
- Initial Release