Skip to content

Commit

Permalink
Make Grantapher/ValheimPlus the default Valheim Plus repo (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche authored Feb 8, 2024
1 parent 022c934 commit 5c2b326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion defaults
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 5c2b326

Please sign in to comment.