You are viewing a potentially older version of this package. View all versions.
ArgusMagnus-ServersideQoL-2.0.13 icon

ServersideQoL

Serverside-only QoL mod, compatible with vanilla/console (e.g. XBox, PS, Switch) clients. Stack player inventories into chests, generated portal hub, auto-sort chests, refuel smelters from containers, infinite building/farming stamina and much more

Date uploaded a week ago
Version 2.0.13
Download link ArgusMagnus-ServersideQoL-2.0.13.zip
Downloads 6082
Dependency string ArgusMagnus-ServersideQoL-2.0.13

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2350 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.

Preferred version: 5.4.2350
ValheimModding-YamlDotNet-16.3.1 icon
ValheimModding-YamlDotNet

Shared version 16.3.0 of YamlDotNet from Antoine Aubry and contributors, net47 package for use in Valheim mods. Maintained by the ValheimModding team.

Preferred version: 16.3.1

README

Serverside QoL

This mod adds some QoL features as a serverside-only mod.

It's designed and tested for dedicated servers with vanilla/console clients (e.g. XBox/PS/Switch users).

If you'd like to support me, subscribe as a test user. You can help by testing the beta versions on hexium.

Features

This mod does nothing on its own, it provides the framework for the Other ServersideQoL mods

Documentation

The best available documentation is the config file. Read the description of the config options for a better idea of how this mod works.

Feature Requests

If you have an idea you think might fit this mod, you can create a feature request issue in the github project. If a similar request already exist, you can add a 👍 reaction to it.

Known Issues

Known issues are listed in the github project. If you experience an issue, please file a report there or on the hexium mod page.

Configuration

The configuration is loaded from $(ValheimInstallDir)/BepInEx/config/ArgusMagnus.ServersideQoL.cfg. Start the server once to generate the file if it does not exist.

CHANGELOG

v2.0.14

  • All configs are now auto-reloaded by default #215/#250
  • Fix: remove remaining pieces in the world placed by pre-v2.0 versions of the mod #255/#257
  • Fixed losing items on occassion when SQoL mods modify containers on a non-dedicated (in-game) server #259
  • Fixed TameAssist's taming messages not showing correctly when taming time was modified #264

v2.0.13

  • Fixed StackOverflowException (infinite recursion) #248

v2.0.12

  • Fixed crash on startup on first time installations

v2.0.11

  • New option to use a single config file for all SQoL mods: UnifiedConfig
  • New option to have a separate set of config files for each world: ConfigPerWorld
  • Auto-reload YAML config files (PrefabConfigurator and DropControl cache a lot of state so reloading will have limited or no effect for those for the time being)

v2.0.10

  • Required for PrefabConfigurator

v2.0.9

  • Fixed hard crash that stopped all SQoL mods #214
  • Fixed Some TameAssist features not working properly #212

v2.0.8

  • Fix: prevent exceptions in one SQoL mod from killing all other SQoL mods #206
  • Support for backpack mod
  • Bugfixes

v2.0.7

  • Fixed bug in the core processing logic that caused a lot of issues in ServersideQoL mods

v2.0.6

  • Update for valheim 1.0.12

v2.0.5

  • Log error and abort when the patcher was not installed correctly

v2.0.4

  • ContainerSigns: fixed signs do not appear when the container size is also changed #190

v2.0.3

  • Fixed InvalidOperationException (missing PrefabInfo for Processor.DataZDO)

v2.0.2

  • Fixed ArgumentException: An item with the same key has already been added. Key: SlowUpdate #188

v2.0.0

  • Major rewrite, split up features into separate mods (see README)