From 4ec9a62831772c9d88431d037177b2723cbe057d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20L=C3=B6sche?= Date: Thu, 8 Feb 2024 00:58:10 +0100 Subject: [PATCH] Make Grantapher/ValheimPlus the default Valheim Plus repo --- README.md | 2 +- defaults | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3c9303..975796e 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ Without it you will see a message `Warning: failed to set thread priority` in th | `STEAMCMD_ARGS` | `validate` | Additional steamcmd CLI arguments | | `PUBLIC_TEST` | `false` | Run the Public Test Beta version of Valheim server. Note that this simply extends existing `STEAMCMD_ARGS` by adding the appropriate beta flags to it. | | `VALHEIM_PLUS` | `false` | Whether [ValheimPlus](https://github.com/valheimPlus/ValheimPlus) mod should be loaded (config in `/config/valheimplus`, additional plugins in `/config/valheimplus/plugins`). Can not be used together with `BEPINEX`. | -| `VALHEIM_PLUS_REPO` | `valheimPlus/ValheimPlus` | Which ValheimPlus Github repo to use. Useful for switching to forks. | +| `VALHEIM_PLUS_REPO` | `Grantapher/ValheimPlus` | Which ValheimPlus Github repo to use. Useful for switching to forks. | | `VALHEIM_PLUS_RELEASE` | `latest` | Which version of [ValheimPlus](https://github.com/valheimPlus/ValheimPlus) to download. Will default to latest available. To specify a specific tag set to `tags/0.9.9.8` | | `BEPINEX` | `false` | Whether [BepInExPack Valheim](https://valheim.thunderstore.io/package/denikson/BepInExPack_Valheim/) mod should be loaded (config in `/config/bepinex`, plugins in `/config/bepinex/plugins`). Can not be used together with `VALHEIM_PLUS`. | | `SUPERVISOR_HTTP` | `false` | Turn on supervisor's http server | diff --git a/defaults b/defaults index 5560fd6..4e375fe 100644 --- a/defaults +++ b/defaults @@ -90,7 +90,7 @@ STATUS_HTTP_HTDOCS=${STATUS_HTTP_HTDOCS%/} # Mod support VALHEIM_PLUS=${VALHEIM_PLUS:-false} -VALHEIM_PLUS_REPO=${VALHEIM_PLUS_REPO:-valheimPlus/ValheimPlus} +VALHEIM_PLUS_REPO=${VALHEIM_PLUS_REPO:-Grantapher/ValheimPlus} VALHEIM_PLUS_RELEASE=${VALHEIM_PLUS_RELEASE:-latest} VALHEIM_PLUS_CFG_ENV_PREFIX=${VALHEIM_PLUS_CFG_ENV_PREFIX:-VPCFG_} BEPINEX=${BEPINEX:-false}