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.
You are viewing a potentially older version of this package.
View all versions.
Silence
Completely hide the chat windows and in-game say/shout with a shortcut. Good for video and screenshots.
| Date uploaded | 4 years ago |
| Version | 1.2.0 |
| Download link | ComfyMods-Silence-1.2.0.zip |
| Downloads | 425 |
| Dependency string | ComfyMods-Silence-1.2.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.2202README
Silence v1.0.0
- Completely hide the chat windows and in-game say/shout with a shortcut. Good for video and screenshots.
User Interface
- Hide the chat window and in-world texts with:
RightCtrl + S(configurable) - Hiding only the chat window or only the in-world texts can be configured in ConfigurationManager.
Links
- Source code available at:
- Looking for a chill Valheim server?
- Join us on: Comfy Valheim Discord
- Looking for a great Valheim server to play on?
- Check out our community driven listing site at: valheimlist.org
Changelog
1.2.0
- Modified the check for the keyboard shortcut to use a transpiler on
Player.Update()instead ofTakeInput().
1.1.0
- Updated for Hearth & Home.
- Fixed a possible issue with the toggle shortcut check in
Player.TakeInput(). - Fixed the ChatWindow popping up with a shout when Silence is turned on, because Chat inherits from Terminal now.
1.0.0
- Initial release.
CHANGELOG
Changelog
1.9.0
- Fixed for the
v1.0.12patch. - Migrated to SDK-style project.
- Updated mod icon.
1.8.0
- Fixed for the
v0.220.3patch.
1.7.0
- Fixed for the
v0.219.14patch. - Moved changelog into
CHANGELOG.md. - Bumped up
<LangVersion>to C# 12. - Code clean-up and refactoring.
1.6.0
- Fixed for the
v0.217.38patch.
1.5.0
- Reworked
ToggleSilenceCoroutine()to use a singleIsSilencedtoggle and to use theHideChatWindowandHideInWorldTextsconfig values to toggle the chat-window / in-world texts. - Added compatability section for
Chatter.
1.4.0
- Fixed for the
v0.217.14patch.
1.3.0
- Moved all configuration code into new
PluginConfigclass. - Moved all Harmony-patching code into their own patch classes.
- Modified the
Chat.Update()transpiler to insert a new instruction instead of overwriting the existing one. - Fixed the
Player.Update()transpiler TakeInput delegate to properly work with other mods that also patch it. - Added
manifest.json, changed theicon.pngand updated thisREADME.md. - Modified the project file to automatically create a versioned Thunderstore package.
1.2.0
- Modified the check for the keyboard shortcut to use a transpiler on
Player.Update()instead ofTakeInput().
1.1.0
- Updated for Hearth & Home.
- Fixed a possible issue with the toggle shortcut check in
Player.TakeInput(). - Fixed the ChatWindow popping up with a shout when Silence is turned on, because Chat inherits from Terminal now.
1.0.0
- Initial release.