Valheim
0 of 0

File information

Last updated

Original upload

Created by

Cagatus

Uploaded by

PaterFamilies

Virus scan

Safe to use

About this mod

Controlling random world event spawning time and chances.

Permissions and credits
Changelogs
This mod gives you the power over how much time it needs to pass between two random events and the chance of it actually happening or not. 

This is a server-side mod! It doesnt(at least shouldnt) work when you are just a client on a server. (Works on local servers and singleplayer)

Needs BepInEx to function

Installation

1- Place the plugin dll in to plugin folder of BepInEX "steamapps\common\Valheim\BepInEx\plugins"
2- Launch the game once to get the config file created at "steamapps\common\Valheim\BepInEx\config"
3- Edit the EventChance and EventInterval values and restart the game

-EventChance (default 20) when the interval time passes the game generates a number between 0 and 100 and if the event chance is higher than the generated value an event spawns.

-EventInterval (default 46) the time in MINUTES needs to pass between subsequent events can spawn. Lower it is, more frequent events can spawn.

This mod just changes these two values and its not guarenteed an event will spawn due to events having many more variables in consideration.

CHANGELOG

v0.2 - 


- Made EventInterval value less ambigious now you can set the value in MINUTES directly in the config file which eleminates some users having too many events subsequantly - old config needs to be removed and new config either be replaced from the mod file or recreated by launching the game

- Clamped EventChance between 0 and 100