Please disclose if your mod was created primarily using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
Insightful
For those that seek words inscribed upon the world.
| Last updated | 2 years ago |
| Total downloads | 656 |
| Total rating | 0 |
| Categories | Mods Client-side Mistlands Update |
| Dependency string | ComfyMods-Insightful-1.4.0 |
| Dependants | 0 other packages depend on this package |
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.2105README
Insightful
For those that seek words inscribed upon the world.
Instructions
- 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.
Installation
Manual
- Un-zip
Insightful.dllto your/Valheim/BepInEx/plugins/folder.
Thunderstore (manual)
- Go to Settings > Import local mod > Select
Insightful_v1.4.0.zip. - Click "OK/Import local mod" on the pop-up for information.
Notes
- See source at: GitHub.
- Looking for a chill Valheim server? Comfy Valheim Discord
- Check out our community driven listing site at: valheimlist.org
Changelog
1.4.0
- Fixed for
v0.216.9patch. - Modified
ReadHiddenText()to no longer be a coroutine.
1.3.0
- Fixed for the
v0.214.2patch. - Changed the
Player.TakeInput()delegate to aPlayer.UpdateHover()delegate with better key-down handling.
1.2.0
- 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.
1.1.0
- New support for Inscriptions
v1.1.0in enabling inscriptions for anything. - Moved hover text modification to
Hud.UpdateCrosshair()to support the new feature.
1.0.0
- Initial release.