You are viewing a potentially older version of this package. View all versions.
Frogger-BossDespawn-1.4.0 icon

BossDespawn

Boss disappears if there are no players nearby. Now with white and black list and time to go back(no more instant despawn)

Date uploaded 7 months ago
Version 1.4.0
Download link Frogger-BossDespawn-1.4.0.zip
Downloads 4806
Dependency string Frogger-BossDespawn-1.4.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

README

BossDespawn

If there are no players left next to the boss, he will wait for a certain time and only then, if there are still no players next to him, he will disappear.

Config:

[General]

# Setting type: Single
# Default value: 110
# Acceptable value range: From 25 to 250
Despawn radius = 110

# Setting type: BossFilterMode
# Default value: BlackList
# Acceptable values: BlackList, WhiteList
Boss filter mode = BlackList

## Only the listed bosses will disappear. List with ", ". Don't forget to specify the whitelist mode.
# Setting type: String
# Default value: 
Bosses white list = 

## The listed bosses will not disappear. List with ", ". Don't forget to specify the blacklist mode.
# Setting type: String
# Default value: 
Bosses black list = GoblinKing, SomeBoss

## In minutes! At the moment when there is not a single player left around the boss, the timer starts for this time. After it expires, the boss will check if there are players around him, and if not, it will destroy itself.
# Setting type: Single
# Default value: 0
Despawn delay = 5

If something does not work for you, you have found any bugs, there are any suggestions, then be sure to write to me!

Discord justafrogger

CHANGELOG

Version Changes
1.0.0 Mod relesed.
1.0.3 Now it works on the latest version of the game, both beta test and release. Added black and white list modes, more details in the configuration file.
1.1.0 Added a timer. Now if there are no players left next to the boss, he will wait for a certain time and only then, if there are still no players next to him, he will disappear.
1.2.0 Works on latest Valheim version
1.4.0 Code fixes + performance improvements