You are viewing a potentially older version of this package. View all versions.
NoPetRides-SomethingNearby-1.0.0 icon

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.

Date uploaded 3 years ago
Version 1.0.0
Download link NoPetRides-SomethingNearby-1.0.0.zip
Downloads 1016
Dependency string NoPetRides-SomethingNearby-1.0.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.1901 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.1901
NoPetRides-NoPetRides_ModUtils-1.0.0 icon
NoPetRides-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.0

README

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.