For those that seek words inscribed upon the world.
- Hover/target an object with an embedded Inscription and a prompt will appear to read it.
- Press
RightShift + R(configurable) to read the hidden text.
- Un-zip
Insightful.dllto your/Valheim/BepInEx/plugins/folder.
- Go to Settings > Import local mod > Select
Insightful_v1.4.0.zip. - Click "OK/Import local mod" on the pop-up for information.
- See source at: GitHub.
- Looking for a chill Valheim server? Comfy Valheim Discord
- Check out our community driven listing site at: valheimlist.org
- Fixed for
v0.216.9patch. - Modified
ReadHiddenText()to no longer be a coroutine.
- Fixed for the
v0.214.2patch. - Changed the
Player.TakeInput()delegate to aPlayer.UpdateHover()delegate with better key-down handling.
- Fixed the
Player.Update()transpiler TakeInput delegate to properly work with other mods that also patch it. - Extracted configuration-related code into a new
PluginConfigclass. - Extracted extension methods into a new
PluginExtensionsclass. - Extracted patch-related code into new
PlayerPatchandHudPatchclasses. - Added
manifest.json,icon.pngand thisREADME.md. - Modified the project file to automatically create a versioned Thunderstore package.
- New support for Inscriptions
v1.1.0in enabling inscriptions for anything. - Moved hover text modification to
Hud.UpdateCrosshair()to support the new feature.
- Initial release.