
Valheim
You are viewing a potentially older version of this package. View Latest Version

Completely hide the chat windows and in-game say/shout with a shortcut.
RightCtrl + S (configurable).isModEnabled requires a restart of the game to take effect.Chatter mod as Chatter disables the vanilla chat window.Chatter ensure that the HideChatWindow configuration option is disabled.v0.217.38 patch.ToggleSilenceCoroutine() to use a single IsSilenced toggle and to use the HideChatWindow and
HideInWorldTexts config values to toggle the chat-window / in-world texts.Chatter.v0.217.14 patch.PluginConfig class.Chat.Update() transpiler to insert a new instruction instead of overwriting the existing one.Player.Update() transpiler TakeInput delegate to properly work with other mods that also patch it.manifest.json, changed the icon.png and updated this README.md.Player.Update() instead of TakeInput().Player.TakeInput().