Mods on the server

Everything here runs on the server only. You play with plain Valheim, and achievements work.

BepInExPack Valheim 5.4.2350

The loader that lets the server run the plugins below. Server only: nothing to install on your PC, and achievements still work.

We look at it again: Every Valheim update: harness lane 1 must still boot it and load every plugin.

ValCraft Heartbeat 0.1.0

Writes a one-line health report to the server log every minute: players, world objects, in-game day, server frame rate.

We look at it again: When a Valheim update renames a getter it calls; harness lane 1 catches it failing to load.

ValCraft Event Recorder 0.1.0

Notes world events in the server log for the site: bosses defeated, raids starting and ending, portals built and cartography tables written.

We look at it again: When a Valheim update renames a watched method: the patch fails at load and harness lane 1 fails on the exception.

ValCraft Data Dump 0.2.0

Once the world loads, writes the game's items, recipes, prefabs and building-piece sizes to a file the harness and the 3D map read, and counts any stored object whose prefab the game no longer knows.

We look at it again: When lane 3 shows a diff after an update, check the dump still covers what the 3D map needs.

Valheim Rcon 1.6.2

Lets the server's own test harness ask it questions (who's on, world stats). Nobody outside the server can reach it.

We look at it again: Each new ValheimRcon release; and if lane 0 flags it as not rebuilt after a Valheim update.