eggs/game_eggs/steamcmd_servers/valheim/valheim_bepinex
thomasbonsirven 111e1b1297
Update Valheim BepINex API url (#2810)
* Update egg-valheim-bep-i-nex.json

the sub-domaine not work for install BepInEx mod.
Error 404.

Without sub-domain is work.

* export from panel

---------

Co-authored-by: Quinten <67589015+QuintenQVD0@users.noreply.github.com>
2024-03-20 08:52:20 +01:00
..
egg-valheim-bep-i-nex.json Update Valheim BepINex API url (#2810) 2024-03-20 08:52:20 +01:00
README.md Add update note 2023-11-09 09:03:09 +01:00

Valheim BepInEx

Author & Contributers

Name Github Profile Buy me a Coffee
gOOvER https://github.com/gOOvER ko-fi

Valheim

A brutal exploration and survival game for 1-10 players, set in a procedurally-generated purgatory inspired by viking culture. Battle, build, and conquer your way to a saga worthy of Odins patronage! https://store.steampowered.com/app/892970/Valheim/

BepInEx

BepInEx is a general purpose framework for Unity modding. BepInEx includes tools and libraries to

  • load custom code (hereafter plugins) into the game on launch;
  • patch in-game methods, classes and even entire assemblies without touching original game files;
  • configure plugins and log game to desired outputs like console or file;
  • manage plugin dependencies.

BepInEx is currently one of the most popular modding tools for Unity on GitHub.

This pack is preconfigured and usable for Valheim modding. In particular, the changes from base BepInEx releases are:

  • Added preconfigured BepInEx.cfg with console enabled.
  • Added unstripped Unity + Mono BCL DLLs for current versions of the game. See this issue comment for more info.
  • Updated Doorstop configuration and BepInEx to allow to load unstripped DLLs without having to overwrite game DLLs.
  • Added scripts necessary to run both game and dedicated server on Linux machines

Automatic Mod Downloading

Mods can be downloaded from modpacks automatically by entering the "dependency string" for the modpack from https://valheim.thunderstore.io/

Server Ports

Port default
Game 2456
Query 2457

Updating

Because the DOORSTOP_CORLIB_OVERRIDE_PATH=./unstripped_corlib; has been removed from the startup with the latest update of this egg. If your server is already running, update the startup manually.