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.
SomethingNearby
This is my first mod! It is a simple mod that scrapes the console logs and looks for messages like "Deer spawned" or "Dungeon Loaded" and then places a message within the in-game UI for you to be notified. Uses BepInEx.
| Last updated | 3 years ago |
| Total downloads | 1168 |
| Total rating | 1 |
| Categories | Client-side |
| Dependency string | NoPetRides-SomethingNearby-1.0.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.1901NoPetRides-NoPetRides_ModUtils
This is a mod utility library that is a lightweight collection of some of my own and Jotunn lib based functionality.
Preferred version: 1.0.0README
SomethingNearby v 1.0.0
This is my first mod! It is a simple mod that scrapes the console logs and looks for messages like "Deer spawned" or "Dungeon Loaded" and then places a message within the in-game UI for you to be notified.
Uses BepInEx and my own mod library which contains a lightweight version of Jotunn libs.
Configurables: Turn messages on / off Message color Message timings Message position
Limitations:
- Only English messaging for now (localization can be added in a future version)
- It won't inform you of creatures that already exist in an area.
- It only scrapes the logs, so if the logging changes it may break
- Text is always right justified for now, I may add this to the config in future.